01HE8NJDAEM53GS23586VG05BG: 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: 01HE8NKNSADG8M2X5MWZ3DF3C6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-02T18:46:13.210Zjob assigned to worker 01HE8NM1PFQZXTQYTNYQ5V1CJ4 (queued for 1 m 47 s)
 
22023-11-02T18:46:13.824Zstarting task 0: "setup"
32023-11-02T18:46:14.053Z++ uname -s
42023-11-02T18:46:14.057Z+ kern=SunOS
52023-11-02T18:46:14.060Z+ case "$kern" in
62023-11-02T18:46:14.064Z+ groupadd -g 12345 build
72023-11-02T18:46:14.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-02T18:46:16.143Z+ zfs create -o mountpoint=/work rpool/work
92023-11-02T18:46:16.255Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-02T18:46:16.263Z+ home_fs=zfs
112023-11-02T18:46:16.284Z+ [[ zfs == autofs ]]
122023-11-02T18:46:16.289Z+ mkdir -p /home/build
132023-11-02T18:46:16.292Z+ chown build:build /home/build /work
142023-11-02T18:46:18.351Z+ chmod 0700 /home/build /work
152023-11-02T18:46:18.363Zprocess exited: duration 4438 ms, exit code 0
 
162023-11-02T18:46:18.483Zstarting task 1: "rust-toolchain"
172023-11-02T18:46:18.514Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-02T18:46:19.065Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-02T18:46:19.073Zinfo: downloading installer
202023-11-02T18:46:21.017Zwarning: it looks like you have an existing installation of Rust at:
212023-11-02T18:46:21.029Zwarning: /opt/ooce/bin
222023-11-02T18:46:21.041Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-02T18:46:21.049Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-02T18:46:21.057Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-02T18:46:21.072Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-02T18:46:21.079Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-02T18:46:21.089Zerror: cannot install while Rust is installed
282023-11-02T18:46:21.099Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-02T18:46:21.246Zinfo: profile set to 'default'
302023-11-02T18:46:21.249Zinfo: default host triple is x86_64-unknown-illumos
312023-11-02T18:46:21.252Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-02T18:46:21.440Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-02T18:46:21.451Zinfo: downloading component 'cargo'
342023-11-02T18:46:22.273Zinfo: downloading component 'clippy'
352023-11-02T18:46:22.562Zinfo: downloading component 'rust-docs'
362023-11-02T18:46:23.599Zinfo: downloading component 'rust-std'
372023-11-02T18:46:25.422Zinfo: downloading component 'rustc'
382023-11-02T18:46:29.881Zinfo: downloading component 'rustfmt'
392023-11-02T18:46:30.149Zinfo: installing component 'cargo'
402023-11-02T18:46:31.993Zinfo: installing component 'clippy'
412023-11-02T18:46:32.797Zinfo: installing component 'rust-docs'
422023-11-02T18:46:35.617Zinfo: installing component 'rust-std'
432023-11-02T18:46:39.322Zinfo: installing component 'rustc'
442023-11-02T18:46:48.245Zinfo: installing component 'rustfmt'
452023-11-02T18:46:48.656Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-02T18:46:48.675Z
472023-11-02T18:46:48.779Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-02T18:46:49.197Z
492023-11-02T18:46:49.202Z
502023-11-02T18:46:49.206ZRust is installed now. Great!
512023-11-02T18:46:49.214Z
522023-11-02T18:46:49.222ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-02T18:46:49.240Zenvironment variable. This has not been done automatically.
542023-11-02T18:46:49.281Z
552023-11-02T18:46:49.301ZTo configure your current shell, run:
562023-11-02T18:46:49.320Zsource "$HOME/.cargo/env"
572023-11-02T18:46:49.329Z+ rustc --version
582023-11-02T18:46:49.337Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-02T18:46:49.345Zprocess exited: duration 30492 ms, exit code 0
 
602023-11-02T18:46:49.358Zstarting task 2: "authentication"
612023-11-02T18:46:49.826Zprocess exited: duration 454 ms, exit code 0
 
622023-11-02T18:46:49.860Zstarting task 3: "clone repository"
632023-11-02T18:46:49.878Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-02T18:46:49.888Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-02T18:46:49.965ZCloning into '/work/oxidecomputer/omicron'...
662023-11-02T18:46:57.451Z+ cd /work/oxidecomputer/omicron
672023-11-02T18:46:57.458Z+ [[ -n sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state ]]
682023-11-02T18:46:57.464Z+ git fetch origin sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state
692023-11-02T18:46:57.819ZFrom https://github.com/oxidecomputer/omicron
702023-11-02T18:46:57.833Z * branch sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> FETCH_HEAD
712023-11-02T18:46:58.275Z+ git checkout -B sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state remotes/origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state
722023-11-02T18:46:58.280ZSwitched to a new branch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state'
732023-11-02T18:46:58.286Zbranch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state' set up to track 'origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state'.
742023-11-02T18:46:58.289Z+ git reset --hard f985e59cfb0cd50b25718277d6478f5e74ef1d03
752023-11-02T18:46:58.292ZHEAD is now at f985e59c Fix docs
762023-11-02T18:46:58.296Zprocess exited: duration 8071 ms, exit code 0
 
772023-11-02T18:46:58.309Zstarting task 4: "build"
782023-11-02T18:46:58.327Z+ NEXTEST_VERSION=0.9.59
792023-11-02T18:46:58.333Z+ cargo --version
802023-11-02T18:46:58.424Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-11-02T18:46:58.438Z+ rustc --version
822023-11-02T18:46:58.536Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-11-02T18:46:58.555Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos
842023-11-02T18:46:58.991Z+ gunzip
852023-11-02T18:46:59.005Z+ tar -xvf - -C /home/build/.cargo/bin
862023-11-02T18:46:59.850Zx cargo-nextest, 11418632 bytes, 22303 tape blocks
872023-11-02T18:46:59.866Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
882023-11-02T18:46:59.887Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
892023-11-02T18:46:59.903Ztests will store output in /var/tmp/omicron_tmp
902023-11-02T18:46:59.906Z+ mkdir /var/tmp/omicron_tmp
912023-11-02T18:46:59.911Z+ source ./env.sh
922023-11-02T18:46:59.915Z++ set -o xtrace
932023-11-02T18:46:59.918Z++++ dirname ./env.sh
942023-11-02T18:46:59.921Z+++ cd .
952023-11-02T18:46:59.925Z+++ echo /work/oxidecomputer/omicron
962023-11-02T18:46:59.928Z++ OMICRON_WS=/work/oxidecomputer/omicron
972023-11-02T18:46:59.931Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982023-11-02T18:46:59.934Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992023-11-02T18:46:59.937Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002023-11-02T18:46:59.940Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012023-11-02T18:46:59.945Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022023-11-02T18:46:59.949Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032023-11-02T18:46:59.953Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042023-11-02T18:46:59.962Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052023-11-02T18:46:59.965Z++ unset OMICRON_WS
1062023-11-02T18:46:59.973Z++ set +o xtrace
1072023-11-02T18:46:59.976Z
1082023-11-02T18:46:59.980Z ##### ##### ###### ##### ###### #### # # # #### #
1092023-11-02T18:46:59.991Z # # # # # # # # # # # # # # #
1102023-11-02T18:47:00.002Z # # # # ##### # # ##### # # # # # #### #
1112023-11-02T18:47:00.011Z ##### ##### # ##### # # # # # # # # #
1122023-11-02T18:47:00.023Z # # # # # # # # # # # # # # #
1132023-11-02T18:47:00.033Z # # # ###### # # ###### ### # #### # #### #
1142023-11-02T18:47:00.044Z
1152023-11-02T18:47:12.561Z Startup: Refreshing catalog 'helios-dev' ... Done
1162023-11-02T18:47:13.699Z Startup: Caching catalogs ... Done
1172023-11-02T18:47:22.419ZPlanning: Solver setup ... Done (4.472s)
1182023-11-02T18:47:23.067ZPlanning: Running solver ... Done (0.117s)
1192023-11-02T18:47:23.442ZPlanning: Finding local manifests ... Done (0.003s)
1202023-11-02T18:47:23.666ZPlanning: Fetching manifests: 0/4 0% complete
1212023-11-02T18:47:23.705ZPlanning: Fetching manifests: 4/4 100% complete
1222023-11-02T18:47:23.729ZPlanning: Package planning ... Done (0.084s)
1232023-11-02T18:47:23.736ZPlanning: Merging actions ... Done (0.087s)
1242023-11-02T18:47:23.753ZPlanning: Checking for conflicting actions ... Done (0.838s)
1252023-11-02T18:47:23.763ZPlanning: Consolidating action changes ... Done (0.017s)
1262023-11-02T18:47:24.433ZPlanning: Evaluating mediators ... Done (4.424s)
1272023-11-02T18:47:24.479ZPlanning: Planning completed in 10.69 seconds
1282023-11-02T18:47:24.484Z Packages to install: 4
1292023-11-02T18:47:24.492Z Mediators to change: 2
1302023-11-02T18:47:24.509Z Services to change: 1
1312023-11-02T18:47:24.528Z Estimated space available: 149.38 GB
1322023-11-02T18:47:24.956ZEstimated space to be consumed: 1.37 GB
1332023-11-02T18:47:24.978Z Create boot environment: No
1342023-11-02T18:47:25.010ZCreate backup boot environment: No
1352023-11-02T18:47:25.038Z Rebuild boot archive: No
1362023-11-02T18:47:25.469Z
1372023-11-02T18:47:25.502ZChanged mediators:
1382023-11-02T18:47:25.506Z mediator clang:
1392023-11-02T18:47:25.510Z version: None -> 15 (system default)
1402023-11-02T18:47:25.515Z
1412023-11-02T18:47:25.522Z mediator llvm:
1422023-11-02T18:47:25.534Z version: 14 (system default) -> 15 (system default)
1432023-11-02T18:47:25.544Z
1442023-11-02T18:47:25.565ZChanged packages:
1452023-11-02T18:47:25.579Zhelios-dev
1462023-11-02T18:47:25.586Z developer/build-essential
1472023-11-02T18:47:25.594Z None -> 11-2.0
1482023-11-02T18:47:25.603Z library/libxmlsec1
1492023-11-02T18:47:25.611Z None -> 1.2.35-2.0
1502023-11-02T18:47:25.617Z ooce/developer/clang-15
1512023-11-02T18:47:25.624Z None -> 15.0.7-2.0
1522023-11-02T18:47:25.645Z ooce/developer/llvm-15
1532023-11-02T18:47:26.070Z None -> 15.0.7-2.0
1542023-11-02T18:47:26.084Z
1552023-11-02T18:47:26.097ZServices:
1562023-11-02T18:47:26.104Z restart_fmri:
1572023-11-02T18:47:26.111Z svc:/system/update-man-index:default
1582023-11-02T18:47:26.126Z
1592023-11-02T18:47:26.140ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1602023-11-02T18:47:29.868ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (17.6M/s)
1612023-11-02T18:47:34.876ZDownload: 1787/3290 items 118.4/212.6MB 55% complete (11.9M/s)
1622023-11-02T18:47:39.872ZDownload: 3009/3290 items 121.3/212.6MB 57% complete (3.8M/s)
1632023-11-02T18:47:43.158ZDownload: Completed 212.60 MB in 18.40 seconds (11.6M/s)
1642023-11-02T18:47:43.533Z Actions: 1/3687 actions (Installing new actions)
1652023-11-02T18:47:48.566Z Actions: 2672/3687 actions (Installing new actions)
1662023-11-02T18:47:51.622Z Actions: Completed 3687 actions in 8.08 seconds.
1672023-11-02T18:47:51.799Z Done (0.148s)
1682023-11-02T18:47:51.883Z Done (0.000s)
1692023-11-02T18:47:51.981Z Done (0.204s)
1702023-11-02T18:47:59.598Z Done (7.504s)
1712023-11-02T18:47:59.837Z Done (0.138s)
1722023-11-02T18:47:59.844Z Done (0.000s)
1732023-11-02T18:48:00.079Z Done (0.000s)
1742023-11-02T18:48:00.779ZPlanning: Evaluating mediator changes ... Done
1752023-11-02T18:48:01.065ZPlanning: Checking for conflicting actions ... Done
1762023-11-02T18:48:01.074ZPlanning: Consolidating action changes ... Done
1772023-11-02T18:48:01.501ZPlanning: Evaluating mediators ... Done
1782023-11-02T18:48:01.513ZPlanning: Planning completed in 0.73 seconds
1792023-11-02T18:48:01.556Z Mediators to change: 2
1802023-11-02T18:48:01.564Z Create boot environment: No
1812023-11-02T18:48:01.575ZCreate backup boot environment: No
1822023-11-02T18:48:01.666Z Done
1832023-11-02T18:48:02.132Z Done
1842023-11-02T18:48:02.150Z Done
1852023-11-02T18:48:07.758Z Done
1862023-11-02T18:48:07.877Z Done
1872023-11-02T18:48:07.881Z Done
1882023-11-02T18:48:08.005Z Done
1892023-11-02T18:48:09.031ZPlanning: Evaluating mediator changes ... Done
1902023-11-02T18:48:09.040ZPlanning: Merging actions ... Done
1912023-11-02T18:48:09.366ZPlanning: Checking for conflicting actions ... Done
1922023-11-02T18:48:09.784ZPlanning: Consolidating action changes ... Done
1932023-11-02T18:48:09.790ZPlanning: Evaluating mediators ... Done
1942023-11-02T18:48:09.879ZPlanning: Planning completed in 1.30 seconds
1952023-11-02T18:48:09.938Z Packages to change: 1
1962023-11-02T18:48:09.941Z Mediators to change: 1
1972023-11-02T18:48:09.945Z Services to change: 1
1982023-11-02T18:48:09.949Z Create boot environment: No
1992023-11-02T18:48:09.952ZCreate backup boot environment: Yes
2002023-11-02T18:48:12.283Z Actions: 1/6 actions (Updating modified actions)
2012023-11-02T18:48:12.287Z Actions: Completed 6 actions in 0.00 seconds.
2022023-11-02T18:48:12.290Z Done
2032023-11-02T18:48:12.293Z Done
2042023-11-02T18:48:12.336Z Done
2052023-11-02T18:48:20.314Z Done
2062023-11-02T18:48:21.068Z Done
2072023-11-02T18:48:21.599Z Done
2082023-11-02T18:48:21.692Z Done
2092023-11-02T18:48:21.747ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102023-11-02T18:48:21.921Zclang system 15 system
2112023-11-02T18:48:22.037Zcsh system system illumos
2122023-11-02T18:48:22.131Zctags system system illumos
2132023-11-02T18:48:22.166Zgcc vendor 12 vendor
2142023-11-02T18:48:22.205Zgcc system 10 system
2152023-11-02T18:48:22.246Zgcc system 7 system
2162023-11-02T18:48:22.272Zgo system 1.20 system
2172023-11-02T18:48:22.293Zgo system 1.19 system
2182023-11-02T18:48:22.327Zllvm system 15 system
2192023-11-02T18:48:22.350Zllvm system 14 system
2202023-11-02T18:48:22.382Zmariadb system 10.6 system
2212023-11-02T18:48:22.403Zmta vendor vendor dma
2222023-11-02T18:48:22.438Zopenjdk system 17 system
2232023-11-02T18:48:22.461Zopenjdk system 11 system
2242023-11-02T18:48:22.495Zopenjdk system 1.8 system
2252023-11-02T18:48:22.506Zopenssl vendor 3 vendor
2262023-11-02T18:48:22.555Zperl system 5.36 system
2272023-11-02T18:48:22.576Zpostgresql system 15 system
2282023-11-02T18:48:22.596Zpostgresql system 13 system
2292023-11-02T18:48:22.619Zpython vendor 3 vendor
2302023-11-02T18:48:22.639Zpython system 2 system
2312023-11-02T18:48:23.065Zpython3 system 3.11 system
2322023-11-02T18:48:23.081Zruby system 3.0 system
2332023-11-02T18:48:23.505Zwords vendor vendor american-english
2342023-11-02T18:48:23.521Zwords system system australian-english
2352023-11-02T18:48:23.549Zwords system system british-english
2362023-11-02T18:48:23.567Zwords system system canadian-english
2372023-11-02T18:48:23.580Zwords system system french
2382023-11-02T18:48:23.608Zwords system system italian
2392023-11-02T18:48:23.620Zwords system system ngerman
2402023-11-02T18:48:23.640Zwords system system ogerman
2412023-11-02T18:48:24.079Zwords system system spanish
2422023-11-02T18:48:24.114ZFMRI IFO
2432023-11-02T18:48:24.535Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442023-11-02T18:48:24.541Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452023-11-02T18:48:24.556Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462023-11-02T18:48:24.564Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2472023-11-02T18:48:24.587Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482023-11-02T18:48:24.599Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2492023-11-02T18:48:25.026Z+ set -o errexit
2502023-11-02T18:48:25.041Z+++ dirname ./tools/ci_download_cockroachdb
2512023-11-02T18:48:25.080Z++ cd ./tools
2522023-11-02T18:48:25.128Z++ pwd
2532023-11-02T18:48:25.149Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542023-11-02T18:48:25.165Z++ basename ./tools/ci_download_cockroachdb
2552023-11-02T18:48:25.196Z+ ARG0=ci_download_cockroachdb
2562023-11-02T18:48:25.221Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572023-11-02T18:48:25.302Z+ CIDL_VERSION=v22.1.9
2582023-11-02T18:48:25.335Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592023-11-02T18:48:25.351Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2602023-11-02T18:48:25.360Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2612023-11-02T18:48:25.370Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2622023-11-02T18:48:25.379Z+ TARGET_DIR=out
2632023-11-02T18:48:25.386Z+ DOWNLOAD_DIR=out/downloads
2642023-11-02T18:48:25.808Z+ DEST_DIR=./out/cockroachdb
2652023-11-02T18:48:25.829Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662023-11-02T18:48:25.848Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672023-11-02T18:48:25.871Z+ main
2682023-11-02T18:48:25.888Z+ [[ 0 != 0 ]]
2692023-11-02T18:48:26.331Z+ CIDL_OS=solaris2.11
2702023-11-02T18:48:26.337Z+ [[ 0 != 0 ]]
2712023-11-02T18:48:26.341Zcurrent directory: /work/oxidecomputer/omicron
2722023-11-02T18:48:26.346Z+ configure_os solaris2.11
2732023-11-02T18:48:26.367Zconfiguring based on OS: "solaris2.11"
2742023-11-02T18:48:26.373Z+ echo 'current directory: /work/oxidecomputer/omicron'
2752023-11-02T18:48:26.382ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-11-02T18:48:26.394Z+ echo 'configuring based on OS: "solaris2.11"'
2772023-11-02T18:48:26.406ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-11-02T18:48:26.412Z+ case "$1" in
2792023-11-02T18:48:26.418ZDownloading...
2802023-11-02T18:48:26.426Z+ CIDL_BUILD=illumos
2812023-11-02T18:48:26.432Z+ CIDL_SUFFIX=tar.gz
2822023-11-02T18:48:26.435Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2832023-11-02T18:48:26.438Z+ CIDL_MD5FUNC=do_md5sum
2842023-11-02T18:48:26.450Z+ CIDL_URL_BASE=https://illumos.org/downloads
2852023-11-02T18:48:26.465Z+ CIDL_ASSEMBLE=do_assemble_illumos
2862023-11-02T18:48:26.471Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2872023-11-02T18:48:26.474Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2882023-11-02T18:48:26.478Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892023-11-02T18:48:26.482Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2902023-11-02T18:48:26.486Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-11-02T18:48:26.492Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922023-11-02T18:48:26.496Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2932023-11-02T18:48:26.503Z+ mkdir -p out/downloads
2942023-11-02T18:48:26.508Z+ mkdir -p ./out/cockroachdb
2952023-11-02T18:48:26.523Z+ local DO_DOWNLOAD=true
2962023-11-02T18:48:26.528Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2972023-11-02T18:48:26.532Z+ '[' true == true ']'
2982023-11-02T18:48:26.537Z+ echo Downloading...
2992023-11-02T18:48:26.542Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002023-11-02T18:48:26.551Z+ 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
3012023-11-02T18:48:26.556Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022023-11-02T18:48:26.559Z++ md5sum
3032023-11-02T18:48:26.575Z++ awk '{print $1}'
3042023-11-02T18:48:26.579Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3052023-11-02T18:48:26.582Z+ [[ 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 ]]
3062023-11-02T18:48:26.588Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072023-11-02T18:48:26.592Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3082023-11-02T18:48:26.596Z+ do_assemble_illumos
3092023-11-02T18:48:26.614Z+ rm -r ./out/cockroachdb
3102023-11-02T18:48:26.628Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3112023-11-02T18:48:27.119Z+ ./out/cockroachdb/bin/cockroach version
3122023-11-02T18:48:27.471ZBuild Tag: v22.1.9-dirty
3132023-11-02T18:48:27.474ZBuild Time: 2022/10/26 21:17:46
3142023-11-02T18:48:27.482ZDistribution: OSS
3152023-11-02T18:48:27.902ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3162023-11-02T18:48:27.913ZGo Version: go1.17.13
3172023-11-02T18:48:27.929ZC Compiler: gcc 10.3.0
3182023-11-02T18:48:27.946ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3192023-11-02T18:48:28.406ZBuild Type: release
3202023-11-02T18:48:28.424Z+ set -o errexit
3212023-11-02T18:48:28.432Z+++ dirname ./tools/ci_download_clickhouse
3222023-11-02T18:48:28.437Z++ cd ./tools
3232023-11-02T18:48:28.447Z++ pwd
3242023-11-02T18:48:28.456Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3252023-11-02T18:48:28.462Z++ basename ./tools/ci_download_clickhouse
3262023-11-02T18:48:28.470Z+ ARG0=ci_download_clickhouse
3272023-11-02T18:48:28.491Z+ TARGET_DIR=out
3282023-11-02T18:48:28.501Z+ DOWNLOAD_DIR=out/downloads
3292023-11-02T18:48:28.936Z+ DEST_DIR=./out/clickhouse
3302023-11-02T18:48:29.352Z+ CIDL_VERSION=v22.8.9.24
3312023-11-02T18:48:29.358Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3322023-11-02T18:48:29.371Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3332023-11-02T18:48:29.783Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3342023-11-02T18:48:29.786Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3352023-11-02T18:48:29.790Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3362023-11-02T18:48:29.793Z+ main
3372023-11-02T18:48:29.810Z+ [[ 0 != 0 ]]
3382023-11-02T18:48:29.825Z+ CIDL_OS=solaris2.11
3392023-11-02T18:48:29.834Z+ [[ 0 != 0 ]]
3402023-11-02T18:48:29.844Z+ configure_os solaris2.11
3412023-11-02T18:48:29.850Z+ echo 'current directory: /work/oxidecomputer/omicron'
3422023-11-02T18:48:29.854Zcurrent directory: /work/oxidecomputer/omicron
3432023-11-02T18:48:29.858Z+ echo 'configuring based on OS: "solaris2.11"'
3442023-11-02T18:48:29.861Z+ CIDL_DASHREV=
3452023-11-02T18:48:29.864Z+ case "$1" in
3462023-11-02T18:48:29.868Zconfiguring based on OS: "solaris2.11"
3472023-11-02T18:48:29.872Z+ CIDL_PLATFORM=illumos
3482023-11-02T18:48:29.876Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3492023-11-02T18:48:29.879Z+ CIDL_MD5FUNC=do_md5sum
3502023-11-02T18:48:29.882Z+ CIDL_DASHREV=-1
3512023-11-02T18:48:29.885Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3522023-11-02T18:48:29.889Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-11-02T18:48:29.892Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542023-11-02T18:48:29.895Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552023-11-02T18:48:29.899ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3562023-11-02T18:48:29.906Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3572023-11-02T18:48:29.909Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3582023-11-02T18:48:29.913ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592023-11-02T18:48:29.933Z+ mkdir -p out/downloads
3602023-11-02T18:48:29.937Z+ mkdir -p ./out/clickhouse
3612023-11-02T18:48:29.941Z+ local DO_DOWNLOAD=true
3622023-11-02T18:48:29.944Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3632023-11-02T18:48:29.947Z+ '[' true == true ']'
3642023-11-02T18:48:29.951Z+ echo Downloading...
3652023-11-02T18:48:29.956ZDownloading...
3662023-11-02T18:48:30.363Z+ 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
3672023-11-02T18:48:30.369Z+ 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
3682023-11-02T18:48:30.373Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3692023-11-02T18:48:30.378Z++ md5sum
3702023-11-02T18:48:30.383Z++ awk '{print $1}'
3712023-11-02T18:48:30.386Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3722023-11-02T18:48:30.388Z+ [[ 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 ]]
3732023-11-02T18:48:30.391Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3742023-11-02T18:48:30.395Z+ mkdir -p ./out/clickhouse
3752023-11-02T18:48:30.398Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3762023-11-02T18:48:34.232Z+ ./out/clickhouse/clickhouse server --version
3772023-11-02T18:48:34.286ZClickHouse server version 22.8.9.1.
3782023-11-02T18:48:34.311Z+ set -o errexit
3792023-11-02T18:48:34.320Z+++ dirname ./tools/ci_download_console
3802023-11-02T18:48:34.325Z++ cd ./tools
3812023-11-02T18:48:34.328Z++ pwd
3822023-11-02T18:48:34.331Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3832023-11-02T18:48:34.335Z++ basename ./tools/ci_download_console
3842023-11-02T18:48:34.345Z+ ARG0=ci_download_console
3852023-11-02T18:48:34.349Z+ TARGET_DIR=out
3862023-11-02T18:48:34.352Z+ DOWNLOAD_DIR=out/downloads
3872023-11-02T18:48:34.359Z+ DEST_DIR=./out/console-assets
3882023-11-02T18:48:34.368Z+ source /work/oxidecomputer/omicron/tools/console_version
3892023-11-02T18:48:34.382Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3902023-11-02T18:48:34.391Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3912023-11-02T18:48:34.399Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3922023-11-02T18:48:34.413Z+ TARBALL_FILE=out/downloads/console.tar.gz
3932023-11-02T18:48:34.420Z+ main
3942023-11-02T18:48:34.434Z+ [[ 0 != 0 ]]
3952023-11-02T18:48:34.447Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3962023-11-02T18:48:34.453ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3972023-11-02T18:48:34.460Z+ echo 'Local file: out/downloads/console.tar.gz'
3982023-11-02T18:48:34.469ZLocal file: out/downloads/console.tar.gz
3992023-11-02T18:48:34.475Z+ local DO_DOWNLOAD=true
4002023-11-02T18:48:34.488Z+ [[ -f out/downloads/console.tar.gz ]]
4012023-11-02T18:48:34.502Z+ mkdir -p out/downloads
4022023-11-02T18:48:34.516Z+ '[' true == true ']'
4032023-11-02T18:48:34.529Z+ echo Downloading...
4042023-11-02T18:48:34.553ZDownloading...
4052023-11-02T18:48:34.561Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
4062023-11-02T18:48:34.566Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
4072023-11-02T18:48:34.998Z++ do_sha256sum out/downloads/console.tar.gz
4082023-11-02T18:48:35.421Z++ case "$OSTYPE" in
4092023-11-02T18:48:35.425Z++ SHA=sha256sum
4102023-11-02T18:48:35.429Z++ sha256sum
4112023-11-02T18:48:35.432Z++ awk '{print $1}'
4122023-11-02T18:48:35.446Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
4132023-11-02T18:48:35.469Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
4142023-11-02T18:48:35.481Z+ rm -rf ./out/console-assets
4152023-11-02T18:48:35.491Z+ mkdir -p ./out/console-assets
4162023-11-02T18:48:35.499Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4172023-11-02T18:48:35.507Z+ mkdir -p ./out/console-assets
4182023-11-02T18:48:35.510Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4192023-11-02T18:48:35.514Z+ set -o errexit
4202023-11-02T18:48:35.517Z+++ dirname ./tools/ci_download_maghemite_openapi
4212023-11-02T18:48:35.522Z++ cd ./tools
4222023-11-02T18:48:35.527Z++ pwd
4232023-11-02T18:48:35.534Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4242023-11-02T18:48:35.541Z++ basename ./tools/ci_download_maghemite_openapi
4252023-11-02T18:48:35.558Z+ ARG0=ci_download_maghemite_openapi
4262023-11-02T18:48:35.563Z+ TARGET_DIR=out
4272023-11-02T18:48:35.572Z+ DOWNLOAD_DIR=out/downloads
4282023-11-02T18:48:35.584Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4292023-11-02T18:48:35.591Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4302023-11-02T18:48:35.596Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4312023-11-02T18:48:35.599Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4322023-11-02T18:48:35.627Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4332023-11-02T18:48:35.630Z+ main
4342023-11-02T18:48:35.633Z+ [[ 0 != 0 ]]
4352023-11-02T18:48:35.636Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4362023-11-02T18:48:35.640ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4372023-11-02T18:48:35.644Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4382023-11-02T18:48:35.648ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4392023-11-02T18:48:35.650Z+ local DO_DOWNLOAD=true
4402023-11-02T18:48:35.666Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4412023-11-02T18:48:35.683Z+ mkdir -p out/downloads
4422023-11-02T18:48:35.695Z+ '[' true == true ']'
4432023-11-02T18:48:35.709Z+ echo Downloading...
4442023-11-02T18:48:35.716ZDownloading...
4452023-11-02T18:48:35.722Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4462023-11-02T18:48:35.727Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4472023-11-02T18:48:35.731Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4482023-11-02T18:48:35.734Z++ case "$OSTYPE" in
4492023-11-02T18:48:35.737Z++ SHA=sha256sum
4502023-11-02T18:48:35.740Z++ sha256sum
4512023-11-02T18:48:35.743Z++ awk '{print $1}'
4522023-11-02T18:48:35.746Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4532023-11-02T18:48:35.749Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4542023-11-02T18:48:35.753Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552023-11-02T18:48:35.758Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4562023-11-02T18:48:35.764Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4572023-11-02T18:48:35.767Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4582023-11-02T18:48:35.771Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4592023-11-02T18:48:35.775Z+ main
4602023-11-02T18:48:35.778Z+ [[ 0 != 0 ]]
4612023-11-02T18:48:35.791Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4622023-11-02T18:48:35.802ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4632023-11-02T18:48:35.813Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4642023-11-02T18:48:35.818ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4652023-11-02T18:48:35.822Z+ local DO_DOWNLOAD=true
4662023-11-02T18:48:35.826Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4672023-11-02T18:48:35.847Z+ mkdir -p out/downloads
4682023-11-02T18:48:35.855Z+ '[' true == true ']'
4692023-11-02T18:48:35.859Z+ echo Downloading...
4702023-11-02T18:48:35.865ZDownloading...
4712023-11-02T18:48:35.868Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4722023-11-02T18:48:35.872Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4732023-11-02T18:48:35.999Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4742023-11-02T18:48:36.015Z++ case "$OSTYPE" in
4752023-11-02T18:48:36.018Z++ SHA=sha256sum
4762023-11-02T18:48:36.024Z++ sha256sum
4772023-11-02T18:48:36.027Z++ awk '{print $1}'
4782023-11-02T18:48:36.030Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4792023-11-02T18:48:36.033Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4802023-11-02T18:48:36.046Z+ set -o errexit
4812023-11-02T18:48:36.049Z+++ dirname ./tools/ci_download_dendrite_openapi
4822023-11-02T18:48:36.052Z++ cd ./tools
4832023-11-02T18:48:36.055Z++ pwd
4842023-11-02T18:48:36.060Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4852023-11-02T18:48:36.064Z++ basename ./tools/ci_download_dendrite_openapi
4862023-11-02T18:48:36.072Z+ ARG0=ci_download_dendrite_openapi
4872023-11-02T18:48:36.078Z+ TARGET_DIR=out
4882023-11-02T18:48:36.083Z+ DOWNLOAD_DIR=out/downloads
4892023-11-02T18:48:36.089Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4902023-11-02T18:48:36.093Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4912023-11-02T18:48:36.096Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4922023-11-02T18:48:36.100Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4932023-11-02T18:48:36.104Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4942023-11-02T18:48:36.107Z+ main
4952023-11-02T18:48:36.112Z+ [[ 0 != 0 ]]
4962023-11-02T18:48:36.120Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4972023-11-02T18:48:36.126ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4982023-11-02T18:48:36.145Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4992023-11-02T18:48:36.150ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
5002023-11-02T18:48:36.157Z+ local DO_DOWNLOAD=true
5012023-11-02T18:48:36.161Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
5022023-11-02T18:48:36.167Z+ mkdir -p out/downloads
5032023-11-02T18:48:36.173Z+ '[' true == true ']'
5042023-11-02T18:48:36.176Z+ echo Downloading...
5052023-11-02T18:48:36.179ZDownloading...
5062023-11-02T18:48:36.183Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
5072023-11-02T18:48:36.186Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
5082023-11-02T18:48:36.189Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
5092023-11-02T18:48:36.195Z++ case "$OSTYPE" in
5102023-11-02T18:48:36.198Z++ SHA=sha256sum
5112023-11-02T18:48:36.202Z++ sha256sum
5122023-11-02T18:48:36.205Z++ awk '{print $1}'
5132023-11-02T18:48:36.209Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5142023-11-02T18:48:36.222Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
5152023-11-02T18:48:36.227Z+ set -o errexit
5162023-11-02T18:48:36.231Z+++ dirname ./tools/ci_download_dendrite_stub
5172023-11-02T18:48:36.235Z++ cd ./tools
5182023-11-02T18:48:36.239Z++ pwd
5192023-11-02T18:48:36.247Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5202023-11-02T18:48:36.255Z++ basename ./tools/ci_download_dendrite_stub
5212023-11-02T18:48:36.263Z+ ARG0=ci_download_dendrite_stub
5222023-11-02T18:48:36.267Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5232023-11-02T18:48:36.275Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5242023-11-02T18:48:36.283Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
5252023-11-02T18:48:36.287Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
5262023-11-02T18:48:36.291Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5272023-11-02T18:48:36.295Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5282023-11-02T18:48:36.298Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5292023-11-02T18:48:36.302Z+ TARGET_DIR=out
5302023-11-02T18:48:36.326Z+ DOWNLOAD_DIR=out/downloads
5312023-11-02T18:48:36.753Z+ DEST_DIR=./out/dendrite-stub
5322023-11-02T18:48:36.772Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5332023-11-02T18:48:36.785Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5342023-11-02T18:48:36.800Z+ REPO=oxidecomputer/dendrite
5352023-11-02T18:48:36.827Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5362023-11-02T18:48:36.836Z+ main
5372023-11-02T18:48:36.849Z+ [[ 0 != 0 ]]
5382023-11-02T18:48:36.861Z+ CIDL_OS=solaris2.11
5392023-11-02T18:48:36.870Z+ [[ 0 != 0 ]]
5402023-11-02T18:48:36.880Z+ configure_os solaris2.11
5412023-11-02T18:48:36.890Z+ echo 'current directory: /work/oxidecomputer/omicron'
5422023-11-02T18:48:36.906Zcurrent directory: /work/oxidecomputer/omicron
5432023-11-02T18:48:36.921Z+ echo 'configuring based on OS: "solaris2.11"'
5442023-11-02T18:48:36.931Zconfiguring based on OS: "solaris2.11"
5452023-11-02T18:48:36.941Z+ case "$1" in
5462023-11-02T18:48:37.352Z+ SET_BINARIES=
5472023-11-02T18:48:37.368Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5482023-11-02T18:48:37.380Z+ CIDL_SHA256FUNC=do_sha256sum
5492023-11-02T18:48:37.388Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5502023-11-02T18:48:37.395Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5512023-11-02T18:48:37.401Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5522023-11-02T18:48:37.407Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5532023-11-02T18:48:37.413ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5542023-11-02T18:48:37.421Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5552023-11-02T18:48:37.431ZLocal file: out/downloads/dendrite-stub.tar.gz
5562023-11-02T18:48:37.443Z+ mkdir -p out/downloads
5572023-11-02T18:48:37.460Z+ mkdir -p ./out/dendrite-stub
5582023-11-02T18:48:37.471Z+ fetch_and_verify
5592023-11-02T18:48:37.482Z+ local DO_DOWNLOAD=true
5602023-11-02T18:48:37.500Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5612023-11-02T18:48:37.511Z+ '[' true == true ']'
5622023-11-02T18:48:37.519Z+ echo Downloading...
5632023-11-02T18:48:37.525ZDownloading...
5642023-11-02T18:48:37.530Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5652023-11-02T18:48:37.547Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5662023-11-02T18:48:46.886Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5672023-11-02T18:48:46.895Z++ sha256sum
5682023-11-02T18:48:46.901Z++ awk '{print $1}'
5692023-11-02T18:48:46.980Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5702023-11-02T18:48:46.985Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5712023-11-02T18:48:46.988Z+ do_untar out/downloads/dendrite-stub.tar.gz
5722023-11-02T18:48:46.992Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5732023-11-02T18:48:47.937Z+ do_assemble
5742023-11-02T18:48:47.944Z+ rm -r ./out/dendrite-stub
5752023-11-02T18:48:47.950Z+ mkdir ./out/dendrite-stub
5762023-11-02T18:48:47.957Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5772023-11-02T18:48:48.075Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5782023-11-02T18:48:48.085Z+ set -o errexit
5792023-11-02T18:48:48.160Z+++ dirname ./tools/ci_download_maghemite_mgd
5802023-11-02T18:48:48.169Z++ cd ./tools
5812023-11-02T18:48:48.176Z++ pwd
5822023-11-02T18:48:48.183Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5832023-11-02T18:48:49.036Z++ basename ./tools/ci_download_maghemite_mgd
5842023-11-02T18:48:49.053Z+ ARG0=ci_download_maghemite_mgd
5852023-11-02T18:48:49.078Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5862023-11-02T18:48:49.117Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5872023-11-02T18:48:49.133Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5882023-11-02T18:48:49.555Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5892023-11-02T18:48:49.565Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5902023-11-02T18:48:49.575Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5912023-11-02T18:48:49.590Z+ TARGET_DIR=out
5922023-11-02T18:48:49.603Z+ DOWNLOAD_DIR=out/downloads
5932023-11-02T18:48:49.617Z+ DEST_DIR=./out/mgd
5942023-11-02T18:48:50.049Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5952023-11-02T18:48:50.065Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5962023-11-02T18:48:50.085Z+ REPO=oxidecomputer/maghemite
5972023-11-02T18:48:50.113Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5982023-11-02T18:48:50.130Z+ main
5992023-11-02T18:48:50.154Z+ [[ 0 != 0 ]]
6002023-11-02T18:48:50.160Z+ CIDL_OS=solaris2.11
6012023-11-02T18:48:50.167Z+ [[ 0 != 0 ]]
6022023-11-02T18:48:50.177Z+ configure_os solaris2.11
6032023-11-02T18:48:50.183Z+ echo 'current directory: /work/oxidecomputer/omicron'
6042023-11-02T18:48:50.189Zcurrent directory: /work/oxidecomputer/omicron
6052023-11-02T18:48:50.266Z+ echo 'configuring based on OS: "solaris2.11"'
6062023-11-02T18:48:50.312Zconfiguring based on OS: "solaris2.11"
6072023-11-02T18:48:50.345Z+ case "$1" in
6082023-11-02T18:48:50.366Z+ SET_BINARIES=
6092023-11-02T18:48:50.410Z+ CIDL_SHA256FUNC=do_sha256sum
6102023-11-02T18:48:50.429Z+ TARBALL_FILENAME=mgd.tar.gz
6112023-11-02T18:48:50.445Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6122023-11-02T18:48:50.464Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6132023-11-02T18:48:50.477Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
6142023-11-02T18:48:50.492ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6152023-11-02T18:48:51.357Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6162023-11-02T18:48:51.400ZLocal file: out/downloads/mgd.tar.gz
6172023-11-02T18:48:51.427Z+ mkdir -p out/downloads
6182023-11-02T18:48:51.449Z+ mkdir -p ./out/mgd
6192023-11-02T18:48:51.484Z+ fetch_and_verify
6202023-11-02T18:48:51.931Z+ local DO_DOWNLOAD=true
6212023-11-02T18:48:51.979Z+ [[ -f out/downloads/mgd.tar.gz ]]
6222023-11-02T18:48:52.005Z+ '[' true == true ']'
6232023-11-02T18:48:52.023Z+ echo Downloading...
6242023-11-02T18:48:52.455ZDownloading...
6252023-11-02T18:48:52.470Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
6262023-11-02T18:48:52.492Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
6272023-11-02T18:49:23.382Z++ do_sha256sum out/downloads/mgd.tar.gz
6282023-11-02T18:49:23.388Z++ sha256sum
6292023-11-02T18:49:23.394Z++ awk '{print $1}'
6302023-11-02T18:49:23.461Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
6312023-11-02T18:49:23.473Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
6322023-11-02T18:49:23.482Z+ do_untar out/downloads/mgd.tar.gz
6332023-11-02T18:49:23.488Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6342023-11-02T18:49:24.158Z+ do_assemble
6352023-11-02T18:49:24.164Z+ rm -r ./out/mgd
6362023-11-02T18:49:24.174Z+ mkdir ./out/mgd
6372023-11-02T18:49:24.189Z+ cp -r out/downloads/root ./out/mgd/root
6382023-11-02T18:49:24.377Z+ set -o errexit
6392023-11-02T18:49:24.381Z+++ dirname ./tools/ci_download_transceiver_control
6402023-11-02T18:49:24.385Z++ cd ./tools
6412023-11-02T18:49:24.389Z++ pwd
6422023-11-02T18:49:24.394Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6432023-11-02T18:49:24.399Z++ basename ./tools/ci_download_transceiver_control
6442023-11-02T18:49:24.408Z+ ARG0=ci_download_transceiver_control
6452023-11-02T18:49:24.420Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6462023-11-02T18:49:24.430Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472023-11-02T18:49:24.441Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6482023-11-02T18:49:24.450Z+ TARGET_DIR=out
6492023-11-02T18:49:24.462Z+ DOWNLOAD_DIR=out/downloads
6502023-11-02T18:49:24.476Z+ DEST_DIR=./out/transceiver-control
6512023-11-02T18:49:24.501Z+ BIN_DIR=/opt/oxide/bin
6522023-11-02T18:49:24.525Z+ BINARY=xcvradm
6532023-11-02T18:49:24.963Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6542023-11-02T18:49:24.971Z+ REPO=oxidecomputer/transceiver-control
6552023-11-02T18:49:24.984Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6562023-11-02T18:49:24.999Z+ main
6572023-11-02T18:49:25.018Z+ [[ 0 != 0 ]]
6582023-11-02T18:49:25.038Z+ CIDL_OS=solaris2.11
6592023-11-02T18:49:25.453Z+ [[ 0 != 0 ]]
6602023-11-02T18:49:25.463Z+ configure_os solaris2.11
6612023-11-02T18:49:25.477Z+ echo 'current directory: /work/oxidecomputer/omicron'
6622023-11-02T18:49:25.500Zcurrent directory: /work/oxidecomputer/omicron
6632023-11-02T18:49:25.524Z+ echo 'configuring based on OS: "solaris2.11"'
6642023-11-02T18:49:25.551Zconfiguring based on OS: "solaris2.11"
6652023-11-02T18:49:25.585Z+ case "$1" in
6662023-11-02T18:49:25.608Z+ SET_BINARIES=
6672023-11-02T18:49:26.033Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6682023-11-02T18:49:26.047Z+ CIDL_SHA256FUNC=do_sha256sum
6692023-11-02T18:49:26.507Z+ ARCHIVE_FILENAME=xcvradm.gz
6702023-11-02T18:49:26.511Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6712023-11-02T18:49:26.517Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6722023-11-02T18:49:26.522Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6732023-11-02T18:49:26.525ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6742023-11-02T18:49:26.530Z+ echo 'Local file: out/downloads/xcvradm.gz'
6752023-11-02T18:49:26.534ZLocal file: out/downloads/xcvradm.gz
6762023-11-02T18:49:26.537Z+ mkdir -p out/downloads
6772023-11-02T18:49:26.541Z+ mkdir -p ./out/transceiver-control
6782023-11-02T18:49:26.546Z+ fetch_and_verify
6792023-11-02T18:49:26.551Z+ local DO_DOWNLOAD=true
6802023-11-02T18:49:26.555Z+ [[ -f out/downloads/xcvradm.gz ]]
6812023-11-02T18:49:26.560Z+ '[' true == true ']'
6822023-11-02T18:49:26.570Z+ echo Downloading...
6832023-11-02T18:49:26.577ZDownloading...
6842023-11-02T18:49:26.584Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6852023-11-02T18:49:26.589Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6862023-11-02T18:49:31.433Z++ do_sha256sum out/downloads/xcvradm.gz
6872023-11-02T18:49:31.438Z++ sha256sum
6882023-11-02T18:49:31.445Z++ awk '{print $1}'
6892023-11-02T18:49:31.451Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6902023-11-02T18:49:31.459Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6912023-11-02T18:49:31.476Z+ do_unpack out/downloads/xcvradm.gz
6922023-11-02T18:49:31.497Z+ mkdir -p out/downloads/root//opt/oxide/bin
6932023-11-02T18:49:31.502Z+ gzip -dc out/downloads/xcvradm.gz
6942023-11-02T18:49:31.630Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6952023-11-02T18:49:32.048Z+ do_assemble
6962023-11-02T18:49:32.063Z+ rm -r ./out/transceiver-control
6972023-11-02T18:49:32.081Z+ mkdir ./out/transceiver-control
6982023-11-02T18:49:32.094Z+ cp -r out/downloads/root ./out/transceiver-control/root
6992023-11-02T18:49:32.114ZAll builder prerequisites installed successfully, and PATH looks valid
7002023-11-02T18:49:32.128Z
7012023-11-02T18:49:32.138Zreal 2:31.859350577
7022023-11-02T18:49:32.161Zuser 52.472806501
7032023-11-02T18:49:32.181Zsys 10.556984803
7042023-11-02T18:49:32.200Ztrap 0.026789539
7052023-11-02T18:49:32.217Ztflt 0.163681657
7062023-11-02T18:49:32.234Zdflt 0.579812193
7072023-11-02T18:49:32.252Zkflt 0.226843313
7082023-11-02T18:49:32.260Zlock 2.133592828
7092023-11-02T18:49:32.266Zslp 5:20.723151027
7102023-11-02T18:49:32.276Zlat 4.247610024
7112023-11-02T18:49:32.295Zstop 0.084990379
7122023-11-02T18:49:32.311Z
7132023-11-02T18:49:32.321Z ##### # # # # #####
7142023-11-02T18:49:32.330Z # # # # # # # #
7152023-11-02T18:49:32.345Z ##### # # # # # #
7162023-11-02T18:49:32.370Z # # # # # # # #
7172023-11-02T18:49:32.428Z # # # # # # # #
7182023-11-02T18:49:32.452Z ##### #### # ###### #####
7192023-11-02T18:49:32.472Z
7202023-11-02T18:49:32.479Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7212023-11-02T18:49:32.688Z Updating crates.io index
7222023-11-02T18:49:32.735Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7232023-11-02T18:49:36.526Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7242023-11-02T18:49:37.119Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7252023-11-02T18:49:37.748Z Updating git repository `http://github.com/oxidecomputer/tofino`
7262023-11-02T18:49:38.076Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7272023-11-02T18:49:38.402Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7282023-11-02T18:49:38.704Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292023-11-02T18:49:39.611Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302023-11-02T18:49:41.433Z Updating git repository `https://github.com/oxidecomputer/opte`
7312023-11-02T18:49:42.406Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7322023-11-02T18:49:42.727Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7332023-11-02T18:49:43.184Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342023-11-02T18:49:43.797Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7352023-11-02T18:49:44.156Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7362023-11-02T18:49:44.749Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7372023-11-02T18:49:45.028Z Updating git repository `https://github.com/njaremko/samael`
7382023-11-02T18:49:45.650Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7392023-11-02T18:49:46.183Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7402023-11-02T18:49:47.603Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7412023-11-02T18:49:47.939Z Updating git repository `https://github.com/jgallagher/nix`
7422023-11-02T18:49:49.289Z Updating git repository `https://github.com/cbiffle/hubpack`
7432023-11-02T18:49:49.662Z Updating git repository `https://github.com/oxidecomputer/omicron`
7442023-11-02T18:49:59.800Z Updating git repository `https://github.com/oxidecomputer/rfb`
7452023-11-02T18:50:00.284Z Updating git repository `https://github.com/oxidecomputer/typify`
7462023-11-02T18:50:01.219Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7472023-11-02T18:50:01.726Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7482023-11-02T18:50:06.402Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7492023-11-02T18:50:06.547Z Downloading crates ...
7502023-11-02T18:50:06.740Z Downloaded ahash v0.8.3
7512023-11-02T18:50:06.762Z Downloaded bcs v0.1.6
7522023-11-02T18:50:06.840Z Downloaded bitstruct_derive v0.1.0
7532023-11-02T18:50:07.428Z Downloaded bitstruct v0.1.1
7542023-11-02T18:50:07.595Z Downloaded bitfield v0.14.0
7552023-11-02T18:50:07.638Z Downloaded arrayvec v0.7.4
7562023-11-02T18:50:08.168Z Downloaded impl-trait-for-tuples v0.2.2
7572023-11-02T18:50:08.230Z Downloaded new_debug_unreachable v1.0.4
7582023-11-02T18:50:08.282Z Downloaded matches v0.1.10
7592023-11-02T18:50:08.360Z Downloaded memoffset v0.7.1
7602023-11-02T18:50:08.379Z Downloaded group v0.13.0
7612023-11-02T18:50:08.396Z Downloaded highway v1.1.0
7622023-11-02T18:50:08.454Z Downloaded atomic-waker v1.1.1
7632023-11-02T18:50:08.507Z Downloaded instant v0.1.12
7642023-11-02T18:50:08.523Z Downloaded atty v0.2.14
7652023-11-02T18:50:08.551Z Downloaded bb8 v0.8.1
7662023-11-02T18:50:08.560Z Downloaded assert_matches v1.5.0
7672023-11-02T18:50:08.586Z Downloaded anstream v0.5.0
7682023-11-02T18:50:08.644Z Downloaded arrayref v0.3.7
7692023-11-02T18:50:08.681Z Downloaded backoff v0.4.0
7702023-11-02T18:50:08.697Z Downloaded argon2 v0.5.2
7712023-11-02T18:50:08.726Z Downloaded aes-gcm-siv v0.11.1
7722023-11-02T18:50:08.742Z Downloaded camino-tempfile v1.0.2
7732023-11-02T18:50:08.778Z Downloaded ciborium-ll v0.2.1
7742023-11-02T18:50:08.796Z Downloaded hostname v0.3.1
7752023-11-02T18:50:08.809Z Downloaded match_cfg v0.1.0
7762023-11-02T18:50:08.813Z Downloaded ascii-canvas v3.0.0
7772023-11-02T18:50:08.825Z Downloaded array-init v0.0.4
7782023-11-02T18:50:08.832Z Downloaded miniz_oxide v0.7.1
7792023-11-02T18:50:08.843Z Downloaded keccak v0.1.4
7802023-11-02T18:50:08.899Z Downloaded serial_test_derive v0.10.0
7812023-11-02T18:50:08.920Z Downloaded rand_xorshift v0.3.0
7822023-11-02T18:50:08.944Z Downloaded httpdate v1.0.3
7832023-11-02T18:50:08.959Z Downloaded managed v0.8.0
7842023-11-02T18:50:08.983Z Downloaded jobserver v0.1.26
7852023-11-02T18:50:09.001Z Downloaded humantime v2.1.0
7862023-11-02T18:50:09.024Z Downloaded basic-toml v0.1.4
7872023-11-02T18:50:09.035Z Downloaded lazy_static v1.4.0
7882023-11-02T18:50:09.043Z Downloaded constant_time_eq v0.3.0
7892023-11-02T18:50:09.051Z Downloaded smawk v0.3.1
7902023-11-02T18:50:09.060Z Downloaded macaddr v1.0.1
7912023-11-02T18:50:09.065Z Downloaded lru-cache v0.1.2
7922023-11-02T18:50:09.071Z Downloaded strum v0.25.0
7932023-11-02T18:50:09.077Z Downloaded cookie v0.16.2
7942023-11-02T18:50:09.082Z Downloaded diesel_table_macro_syntax v0.1.0
7952023-11-02T18:50:09.089Z Downloaded structmeta-derive v0.2.0
7962023-11-02T18:50:09.094Z Downloaded signature v1.6.4
7972023-11-02T18:50:09.100Z Downloaded termtree v0.4.1
7982023-11-02T18:50:09.103Z Downloaded tinyvec_macros v0.1.1
7992023-11-02T18:50:09.106Z Downloaded log v0.4.20
8002023-11-02T18:50:09.111Z Downloaded slab v0.4.9
8012023-11-02T18:50:09.114Z Downloaded console v0.15.7
8022023-11-02T18:50:09.120Z Downloaded darling_macro v0.14.4
8032023-11-02T18:50:09.126Z Downloaded shlex v1.1.0
8042023-11-02T18:50:09.129Z Downloaded foreign-types-shared v0.1.1
8052023-11-02T18:50:09.132Z Downloaded rustversion v1.0.14
8062023-11-02T18:50:09.135Z Downloaded thread_local v1.1.7
8072023-11-02T18:50:09.138Z Downloaded serde_plain v1.0.2
8082023-11-02T18:50:09.141Z Downloaded proc-macro-error-attr v1.0.4
8092023-11-02T18:50:09.146Z Downloaded anyhow v1.0.75
8102023-11-02T18:50:09.149Z Downloaded strum_macros v0.25.2
8112023-11-02T18:50:09.154Z Downloaded indexmap v1.9.3
8122023-11-02T18:50:09.157Z Downloaded r2d2 v0.8.10
8132023-11-02T18:50:09.160Z Downloaded wait-timeout v0.2.0
8142023-11-02T18:50:09.163Z Downloaded heapless v0.7.16
8152023-11-02T18:50:09.166Z Downloaded const-oid v0.9.5
8162023-11-02T18:50:09.169Z Downloaded version_check v0.9.4
8172023-11-02T18:50:09.171Z Downloaded tokio-native-tls v0.3.1
8182023-11-02T18:50:09.174Z Downloaded serde-big-array v0.5.1
8192023-11-02T18:50:09.177Z Downloaded pretty-hex v0.3.0
8202023-11-02T18:50:09.184Z Downloaded datatest-stable v0.2.3
8212023-11-02T18:50:09.187Z Downloaded debug-ignore v1.0.5
8222023-11-02T18:50:09.190Z Downloaded dashmap v5.5.1
8232023-11-02T18:50:09.193Z Downloaded flagset v0.4.3
8242023-11-02T18:50:09.196Z Downloaded pin-project-internal v1.1.3
8252023-11-02T18:50:09.202Z Downloaded openssl-probe v0.1.5
8262023-11-02T18:50:09.206Z Downloaded derive_builder_macro v0.12.0
8272023-11-02T18:50:09.209Z Downloaded vte_generate_state_changes v0.1.1
8282023-11-02T18:50:09.213Z Downloaded futures-io v0.3.29
8292023-11-02T18:50:09.627Z Downloaded vec_map v0.8.2
8302023-11-02T18:50:10.041Z Downloaded zerocopy v0.3.0
8312023-11-02T18:50:10.044Z Downloaded opaque-debug v0.3.0
8322023-11-02T18:50:10.047Z Downloaded oorandom v11.1.3
8332023-11-02T18:50:10.050Z Downloaded oso-derive v0.27.0
8342023-11-02T18:50:10.053Z Downloaded serde_with_macros v2.3.3
8352023-11-02T18:50:10.056Z Downloaded backtrace v0.3.69
8362023-11-02T18:50:10.059Z Downloaded olpc-cjson v0.1.3
8372023-11-02T18:50:10.062Z Downloaded num_enum v0.5.11
8382023-11-02T18:50:10.065Z Downloaded path-dedot v3.1.0
8392023-11-02T18:50:10.070Z Downloaded crypto-common v0.1.6
8402023-11-02T18:50:10.073Z Downloaded serde_arrays v0.1.0
8412023-11-02T18:50:10.076Z Downloaded similar-asserts v1.5.0
8422023-11-02T18:50:10.080Z Downloaded take_mut v0.2.2
8432023-11-02T18:50:10.082Z Downloaded thiserror v1.0.49
8442023-11-02T18:50:10.086Z Downloaded dirs-next v2.0.0
8452023-11-02T18:50:10.089Z Downloaded predicates-tree v1.0.9
8462023-11-02T18:50:10.092Z Downloaded vsss-rs v3.3.1
8472023-11-02T18:50:10.095Z Downloaded phf_shared v0.10.0
8482023-11-02T18:50:10.098Z Downloaded crossbeam-queue v0.3.8
8492023-11-02T18:50:10.101Z Downloaded nu-ansi-term v0.49.0
8502023-11-02T18:50:10.104Z Downloaded form_urlencoded v1.2.0
8512023-11-02T18:50:10.107Z Downloaded normalize-line-endings v0.3.0
8522023-11-02T18:50:10.110Z Downloaded topological-sort v0.2.2
8532023-11-02T18:50:10.112Z Downloaded num v0.4.1
8542023-11-02T18:50:10.115Z Downloaded resolv-conf v0.7.0
8552023-11-02T18:50:10.118Z Downloaded nodrop v0.1.14
8562023-11-02T18:50:10.123Z Downloaded schemars_derive v0.8.13
8572023-11-02T18:50:10.126Z Downloaded semver-parser v0.10.2
8582023-11-02T18:50:10.132Z Downloaded futures-macro v0.3.29
8592023-11-02T18:50:10.135Z Downloaded remove_dir_all v0.5.3
8602023-11-02T18:50:10.138Z Downloaded mime_guess v2.0.4
8612023-11-02T18:50:10.149Z Downloaded precomputed-hash v0.1.1
8622023-11-02T18:50:10.153Z Downloaded semver v1.0.20
8632023-11-02T18:50:10.170Z Downloaded serial_test v0.10.0
8642023-11-02T18:50:10.173Z Downloaded phf v0.11.2
8652023-11-02T18:50:10.176Z Downloaded prettyplease v0.2.12
8662023-11-02T18:50:10.179Z Downloaded funty v2.0.0
8672023-11-02T18:50:10.182Z Downloaded ref-cast v1.0.20
8682023-11-02T18:50:10.185Z Downloaded platforms v3.0.2
8692023-11-02T18:50:10.189Z Downloaded ryu v1.0.15
8702023-11-02T18:50:10.192Z Downloaded foreign-types-shared v0.3.1
8712023-11-02T18:50:10.197Z Downloaded rpassword v7.2.0
8722023-11-02T18:50:10.207Z Downloaded zone v0.2.0
8732023-11-02T18:50:10.218Z Downloaded rstest_macros v0.18.2
8742023-11-02T18:50:10.224Z Downloaded diesel_derives v2.1.1
8752023-11-02T18:50:10.228Z Downloaded curve25519-dalek-derive v0.1.0
8762023-11-02T18:50:10.232Z Downloaded signal-hook-mio v0.2.3
8772023-11-02T18:50:10.237Z Downloaded unarray v0.1.4
8782023-11-02T18:50:10.245Z Downloaded num-rational v0.4.1
8792023-11-02T18:50:10.260Z Downloaded rustc-hash v1.1.0
8802023-11-02T18:50:10.272Z Downloaded dtrace-parser v0.1.14
8812023-11-02T18:50:10.282Z Downloaded slog-bunyan v2.4.0
8822023-11-02T18:50:10.291Z Downloaded structmeta v0.2.0
8832023-11-02T18:50:10.304Z Downloaded tokio-tungstenite v0.18.0
8842023-11-02T18:50:10.726Z Downloaded darling_macro v0.20.3
8852023-11-02T18:50:10.732Z Downloaded time-core v0.1.1
8862023-11-02T18:50:11.150Z Downloaded futures-executor v0.3.29
8872023-11-02T18:50:11.157Z Downloaded zeroize v1.6.0
8882023-11-02T18:50:11.161Z Downloaded pkcs8 v0.10.2
8892023-11-02T18:50:11.166Z Downloaded display-error-chain v0.2.0
8902023-11-02T18:50:11.171Z Downloaded paste v1.0.14
8912023-11-02T18:50:11.179Z Downloaded typenum v1.16.0
8922023-11-02T18:50:11.191Z Downloaded predicates-core v1.0.6
8932023-11-02T18:50:11.613Z Downloaded quick-error v1.2.3
8942023-11-02T18:50:11.630Z Downloaded xattr v1.0.1
8952023-11-02T18:50:11.644Z Downloaded tabled_derive v0.6.0
8962023-11-02T18:50:11.651Z Downloaded tokio-tungstenite v0.20.1
8972023-11-02T18:50:11.656Z Downloaded tui-tree-widget v0.13.0
8982023-11-02T18:50:11.660Z Downloaded slog-scope v4.4.0
8992023-11-02T18:50:11.664Z Downloaded tokio-rustls v0.24.1
9002023-11-02T18:50:11.679Z Downloaded downcast v0.11.0
9012023-11-02T18:50:11.686Z Downloaded slog-async v2.8.0
9022023-11-02T18:50:11.690Z Downloaded thiserror-impl v1.0.49
9032023-11-02T18:50:11.695Z Downloaded tiny-keccak v2.0.2
9042023-11-02T18:50:11.703Z Downloaded der v0.7.8
9052023-11-02T18:50:11.710Z Downloaded filetime v0.2.22
9062023-11-02T18:50:11.714Z Downloaded password-hash v0.5.0
9072023-11-02T18:50:11.719Z Downloaded fd-lock v3.0.13
9082023-11-02T18:50:11.726Z Downloaded endian-type v0.1.2
9092023-11-02T18:50:11.731Z Downloaded crucible-workspace-hack v0.1.0
9102023-11-02T18:50:11.735Z Downloaded want v0.3.1
9112023-11-02T18:50:11.738Z Downloaded predicates v2.1.5
9122023-11-02T18:50:11.742Z Downloaded cstr-argument v0.1.2
9132023-11-02T18:50:11.747Z Downloaded pretty_assertions v1.4.0
9142023-11-02T18:50:11.754Z Downloaded path-slash v0.1.5
9152023-11-02T18:50:11.759Z Downloaded semver v0.11.0
9162023-11-02T18:50:11.763Z Downloaded predicates v3.0.4
9172023-11-02T18:50:11.781Z Downloaded path-absolutize v3.1.0
9182023-11-02T18:50:11.789Z Downloaded thiserror-impl-no-std v2.0.2
9192023-11-02T18:50:11.794Z Downloaded aes v0.8.3
9202023-11-02T18:50:11.798Z Downloaded ed25519 v1.5.3
9212023-11-02T18:50:11.803Z Downloaded ctr v0.9.2
9222023-11-02T18:50:11.807Z Downloaded universal-hash v0.5.1
9232023-11-02T18:50:11.817Z Downloaded crossbeam-deque v0.8.3
9242023-11-02T18:50:11.827Z Downloaded packed_struct_codegen v0.10.1
9252023-11-02T18:50:11.840Z Downloaded itertools v0.11.0
9262023-11-02T18:50:11.848Z Downloaded newline-converter v0.3.0
9272023-11-02T18:50:11.851Z Downloaded fxhash v0.2.1
9282023-11-02T18:50:11.859Z Downloaded termios v0.3.3
9292023-11-02T18:50:12.275Z Downloaded peeking_take_while v0.1.2
9302023-11-02T18:50:12.701Z Downloaded doc-comment v0.3.3
9312023-11-02T18:50:12.712Z Downloaded ena v0.14.2
9322023-11-02T18:50:12.721Z Downloaded percent-encoding v2.3.0
9332023-11-02T18:50:12.728Z Downloaded pem v3.0.2
9342023-11-02T18:50:12.743Z Downloaded crc-catalog v2.2.0
9352023-11-02T18:50:12.753Z Downloaded num-derive v0.4.0
9362023-11-02T18:50:12.760Z Downloaded rstest v0.18.2
9372023-11-02T18:50:12.768Z Downloaded tower-service v0.3.2
9382023-11-02T18:50:12.775Z Downloaded foreign-types v0.5.0
9392023-11-02T18:50:12.783Z Downloaded postcard-cobs v0.1.5-pre
9402023-11-02T18:50:12.790Z Downloaded libxml v0.3.3
9412023-11-02T18:50:12.797Z Downloaded foreign-types-macros v0.2.3
9422023-11-02T18:50:12.808Z Downloaded newtype_derive v0.1.6
9432023-11-02T18:50:12.814Z Downloaded serde_path_to_error v0.1.14
9442023-11-02T18:50:12.821Z Downloaded serde_derive_internals v0.26.0
9452023-11-02T18:50:12.827Z Downloaded either v1.9.0
9462023-11-02T18:50:12.832Z Downloaded generic-array v0.14.7
9472023-11-02T18:50:12.854Z Downloaded parse-display v0.7.0
9482023-11-02T18:50:12.864Z Downloaded pem-rfc7468 v0.7.0
9492023-11-02T18:50:12.879Z Downloaded dyn-clone v1.0.13
9502023-11-02T18:50:12.894Z Downloaded usdt v0.3.5
9512023-11-02T18:50:13.313Z Downloaded wyz v0.5.1
9522023-11-02T18:50:13.319Z Downloaded unicode-width v0.1.11
9532023-11-02T18:50:13.333Z Downloaded num_cpus v1.16.0
9542023-11-02T18:50:13.342Z Downloaded slog-json v2.6.1
9552023-11-02T18:50:13.346Z Downloaded num-integer v0.1.45
9562023-11-02T18:50:13.349Z Downloaded fnv v1.0.7
9572023-11-02T18:50:13.353Z Downloaded darling v0.14.4
9582023-11-02T18:50:13.357Z Downloaded num_enum v0.7.0
9592023-11-02T18:50:13.361Z Downloaded tempdir v0.3.7
9602023-11-02T18:50:13.365Z Downloaded serde_tokenstream v0.1.7
9612023-11-02T18:50:13.368Z Downloaded textwrap v0.11.0
9622023-11-02T18:50:13.373Z Downloaded packed_struct v0.10.1
9632023-11-02T18:50:13.379Z Downloaded utf-8 v0.7.6
9642023-11-02T18:50:13.383Z Downloaded parking_lot_core v0.8.6
9652023-11-02T18:50:13.386Z Downloaded twox-hash v1.6.3
9662023-11-02T18:50:13.390Z Downloaded hyper v0.14.27
9672023-11-02T18:50:13.393Z Downloaded ringbuffer v0.15.0
9682023-11-02T18:50:13.397Z Downloaded ppv-lite86 v0.2.17
9692023-11-02T18:50:13.400Z Downloaded postgres-protocol v0.6.6
9702023-11-02T18:50:13.413Z Downloaded tinytemplate v1.2.1
9712023-11-02T18:50:13.428Z Downloaded unsafe-libyaml v0.2.9
9722023-11-02T18:50:13.440Z Downloaded num-bigint v0.4.4
9732023-11-02T18:50:13.443Z Downloaded walkdir v2.4.0
9742023-11-02T18:50:13.448Z Downloaded partial-io v0.5.4
9752023-11-02T18:50:13.451Z Downloaded crossterm v0.27.0
9762023-11-02T18:50:13.455Z Downloaded rsa v0.9.2
9772023-11-02T18:50:13.459Z Downloaded tar v0.4.40
9782023-11-02T18:50:13.463Z Downloaded trust-dns-resolver v0.22.0
9792023-11-02T18:50:13.467Z Downloaded rand v0.8.5
9802023-11-02T18:50:13.471Z Downloaded crossterm v0.26.1
9812023-11-02T18:50:13.475Z Downloaded crypto-bigint v0.5.2
9822023-11-02T18:50:13.479Z Downloaded serde_yaml v0.9.25
9832023-11-02T18:50:13.482Z Downloaded chrono v0.4.31
9842023-11-02T18:50:13.486Z Downloaded flume v0.11.0
9852023-11-02T18:50:13.490Z Downloaded unicode-segmentation v1.10.1
9862023-11-02T18:50:13.494Z Downloaded futures-util v0.3.29
9872023-11-02T18:50:13.497Z Downloaded pin-project v1.1.3
9882023-11-02T18:50:13.501Z Downloaded trust-dns-client v0.22.0
9892023-11-02T18:50:13.505Z Downloaded rayon v1.8.0
9902023-11-02T18:50:13.509Z Downloaded portable-atomic v1.4.3
9912023-11-02T18:50:13.512Z Downloaded tokio-util v0.7.10
9922023-11-02T18:50:13.516Z Downloaded winnow v0.5.15
9932023-11-02T18:50:13.521Z Downloaded webpki-roots v0.25.2
9942023-11-02T18:50:13.525Z Downloaded idna v0.2.3
9952023-11-02T18:50:13.528Z Downloaded reqwest v0.11.20
9962023-11-02T18:50:13.532Z Downloaded proptest v1.3.1
9972023-11-02T18:50:13.536Z Downloaded plotters v0.3.5
9982023-11-02T18:50:13.540Z Downloaded trust-dns-proto v0.22.0
9992023-11-02T18:50:13.543Z Downloaded regex-syntax v0.8.2
10002023-11-02T18:50:13.546Z Downloaded tabled v0.14.0
10012023-11-02T18:50:13.550Z Downloaded object v0.30.4
10022023-11-02T18:50:13.554Z Downloaded radix_trie v0.2.1
10032023-11-02T18:50:13.557Z Downloaded rustls v0.21.8
10042023-11-02T18:50:13.561Z Downloaded vcpkg v0.2.15
10052023-11-02T18:50:13.564Z Downloaded polar-core v0.27.0
10062023-11-02T18:50:13.568Z Downloaded object v0.32.1
10072023-11-02T18:50:13.572Z Downloaded zerocopy-derive v0.2.0
10082023-11-02T18:50:13.577Z Downloaded rustix v0.37.23
10092023-11-02T18:50:13.580Z Downloaded openapiv3 v1.0.3
10102023-11-02T18:50:13.587Z Downloaded tokio v1.33.0
10112023-11-02T18:50:13.591Z Downloaded sled v0.34.7
10122023-11-02T18:50:13.599Z Downloaded zerocopy-derive v0.6.4
10132023-11-02T18:50:13.603Z Downloaded bzip2-sys v0.1.11+1.0.8
10142023-11-02T18:50:13.607Z Downloaded regex-automata v0.3.8
10152023-11-02T18:50:13.655Z Downloaded regex-automata v0.4.3
10162023-11-02T18:50:13.679Z Downloaded libc v0.2.149
10172023-11-02T18:50:13.691Z Downloaded encoding_rs v0.8.33
10182023-11-02T18:50:13.705Z Downloaded nix v0.26.2
10192023-11-02T18:50:13.724Z Downloaded diesel v2.1.3
10202023-11-02T18:50:13.745Z Downloaded regex-syntax v0.7.5
10212023-11-02T18:50:13.756Z Downloaded openssl v0.10.57
10222023-11-02T18:50:13.774Z Downloaded sha3 v0.10.8
10232023-11-02T18:50:13.796Z Downloaded rustix v0.38.9
10242023-11-02T18:50:13.802Z Downloaded regex-syntax v0.6.29
10252023-11-02T18:50:13.806Z Downloaded curve25519-dalek v4.1.0
10262023-11-02T18:50:13.810Z Downloaded bstr v1.6.0
10272023-11-02T18:50:13.813Z Downloaded ring v0.17.5
10282023-11-02T18:50:13.818Z Downloaded syn v2.0.32
10292023-11-02T18:50:13.825Z Downloaded smoltcp v0.9.1
10302023-11-02T18:50:13.828Z Downloaded bstr v0.2.17
10312023-11-02T18:50:13.832Z Downloaded unicode-normalization v0.1.22
10322023-11-02T18:50:14.246Z Downloaded syn v1.0.109
10332023-11-02T18:50:14.257Z Downloaded ratatui v0.23.0
10342023-11-02T18:50:14.271Z Downloaded idna v0.4.0
10352023-11-02T18:50:14.284Z Downloaded num-bigint-dig v0.8.4
10362023-11-02T18:50:14.295Z Downloaded smoltcp v0.8.2
10372023-11-02T18:50:14.316Z Downloaded gimli v0.28.0
10382023-11-02T18:50:14.325Z Downloaded criterion v0.5.1
10392023-11-02T18:50:14.331Z Downloaded libgit2-sys v0.15.2+1.6.4
10402023-11-02T18:50:14.334Z Downloaded petgraph v0.6.4
10412023-11-02T18:50:14.752Z Downloaded toml_edit v0.19.15
10422023-11-02T18:50:14.757Z Downloaded pest v2.7.2
10432023-11-02T18:50:14.762Z Downloaded time v0.3.27
10442023-11-02T18:50:14.767Z Downloaded regex v1.10.2
10452023-11-02T18:50:14.774Z Downloaded lalrpop v0.19.12
10462023-11-02T18:50:14.779Z Downloaded expectorate v1.1.0
10472023-11-02T18:50:14.785Z Downloaded regress v0.7.1
10482023-11-02T18:50:14.793Z Downloaded x509-cert v0.2.4
10492023-11-02T18:50:14.799Z Downloaded nom v7.1.3
10502023-11-02T18:50:14.803Z Downloaded clap v2.34.0
10512023-11-02T18:50:14.807Z Downloaded bindgen v0.65.1
10522023-11-02T18:50:14.811Z Downloaded quick-xml v0.23.1
10532023-11-02T18:50:14.815Z Downloaded serde_with v2.3.3
10542023-11-02T18:50:14.820Z Downloaded tracing-core v0.1.31
10552023-11-02T18:50:14.824Z Downloaded openssl-sys v0.9.93
10562023-11-02T18:50:14.833Z Downloaded rustls-webpki v0.101.7
10572023-11-02T18:50:14.838Z Downloaded rayon-core v1.12.0
10582023-11-02T18:50:14.842Z Downloaded toml_edit v0.20.0
10592023-11-02T18:50:14.846Z Downloaded reedline v0.23.0
10602023-11-02T18:50:14.850Z Downloaded num-traits v0.2.16
10612023-11-02T18:50:14.854Z Downloaded tinyvec v1.6.0
10622023-11-02T18:50:14.857Z Downloaded tokio-stream v0.1.14
10632023-11-02T18:50:14.862Z Downloaded crc-any v2.4.3
10642023-11-02T18:50:14.867Z Downloaded flate2 v1.0.28
10652023-11-02T18:50:14.872Z Downloaded libz-sys v1.1.12
10662023-11-02T18:50:14.876Z Downloaded tough v0.12.5
10672023-11-02T18:50:14.881Z Downloaded serde_json v1.0.108
10682023-11-02T18:50:14.884Z Downloaded bitvec v1.0.1
10692023-11-02T18:50:14.888Z Downloaded zip v0.6.6
10702023-11-02T18:50:14.892Z Downloaded git2 v0.17.2
10712023-11-02T18:50:14.896Z Downloaded once_cell v1.18.0
10722023-11-02T18:50:14.901Z Downloaded postcard v0.7.3
10732023-11-02T18:50:14.910Z Downloaded erased-serde v0.3.30
10742023-11-02T18:50:14.916Z Downloaded test-strategy v0.3.1
10752023-11-02T18:50:14.921Z Downloaded aho-corasick v1.0.4
10762023-11-02T18:50:14.927Z Downloaded tempfile v3.8.0
10772023-11-02T18:50:14.933Z Downloaded which v4.4.0
10782023-11-02T18:50:14.940Z Downloaded futures v0.3.29
10792023-11-02T18:50:14.946Z Downloaded term v0.7.0
10802023-11-02T18:50:14.951Z Downloaded diff v0.1.13
10812023-11-02T18:50:14.959Z Downloaded unicode-xid v0.2.4
10822023-11-02T18:50:14.965Z Downloaded rust-argon2 v1.0.1
10832023-11-02T18:50:14.970Z Downloaded derive_more v0.99.17
10842023-11-02T18:50:14.980Z Downloaded tungstenite v0.18.0
10852023-11-02T18:50:14.988Z Downloaded untrusted v0.7.1
10862023-11-02T18:50:14.998Z Downloaded terminal_size v0.2.6
10872023-11-02T18:50:15.021Z Downloaded unicode-linebreak v0.1.5
10882023-11-02T18:50:15.046Z Downloaded vergen v8.2.4
10892023-11-02T18:50:15.058Z Downloaded unicode-bidi v0.3.13
10902023-11-02T18:50:15.091Z Downloaded clap_builder v4.4.2
10912023-11-02T18:50:15.100Z Downloaded crossbeam-channel v0.5.8
10922023-11-02T18:50:15.108Z Downloaded dof v0.1.5
10932023-11-02T18:50:15.122Z Downloaded crc32fast v1.3.2
10942023-11-02T18:50:15.131Z Downloaded tracing v0.1.37
10952023-11-02T18:50:15.140Z Downloaded fallible-streaming-iterator v0.1.9
10962023-11-02T18:50:15.148Z Downloaded signature v2.1.0
10972023-11-02T18:50:15.160Z Downloaded termcolor v1.2.0
10982023-11-02T18:50:15.171Z Downloaded try-lock v0.2.4
10992023-11-02T18:50:15.182Z Downloaded fatfs v0.3.6
11002023-11-02T18:50:15.195Z Downloaded darling v0.20.3
11012023-11-02T18:50:15.203Z Downloaded number_prefix v0.4.0
11022023-11-02T18:50:15.207Z Downloaded num_threads v0.1.6
11032023-11-02T18:50:15.212Z Downloaded sct v0.7.0
11042023-11-02T18:50:15.217Z Downloaded url v2.4.1
11052023-11-02T18:50:15.221Z Downloaded salty v0.2.0
11062023-11-02T18:50:15.228Z Downloaded proc-macro2 v1.0.67
11072023-11-02T18:50:15.235Z Downloaded derive-where v1.2.5
11082023-11-02T18:50:15.240Z Downloaded tungstenite v0.20.1
11092023-11-02T18:50:15.255Z Downloaded untrusted v0.9.0
11102023-11-02T18:50:15.265Z Downloaded parse-display-derive v0.7.0
11112023-11-02T18:50:15.274Z Downloaded proc-macro-error v1.0.4
11122023-11-02T18:50:15.286Z Downloaded crossbeam-utils v0.8.16
11132023-11-02T18:50:15.294Z Downloaded rustls-native-certs v0.6.3
11142023-11-02T18:50:15.297Z Downloaded zerocopy v0.6.4
11152023-11-02T18:50:15.301Z Downloaded uuid v1.4.1
11162023-11-02T18:50:15.309Z Downloaded whoami v1.4.1
11172023-11-02T18:50:15.312Z Downloaded signal-hook-registry v1.4.1
11182023-11-02T18:50:15.315Z Downloaded num_enum_derive v0.5.11
11192023-11-02T18:50:15.320Z Downloaded poly1305 v0.8.0
11202023-11-02T18:50:15.323Z Downloaded parking_lot_core v0.9.8
11212023-11-02T18:50:15.328Z Downloaded toml v0.7.8
11222023-11-02T18:50:15.338Z Downloaded darling_core v0.20.3
11232023-11-02T18:50:15.345Z Downloaded rusqlite v0.29.0
11242023-11-02T18:50:15.354Z Downloaded libsqlite3-sys v0.26.0
11252023-11-02T18:50:15.362Z Downloaded ring v0.16.20
11262023-11-02T18:50:15.372Z Downloaded hkdf v0.12.3
11272023-11-02T18:50:15.378Z Downloaded h2 v0.3.21
11282023-11-02T18:50:15.382Z Downloaded itertools v0.10.5
11292023-11-02T18:50:15.385Z Downloaded rcgen v0.11.3
11302023-11-02T18:50:15.388Z Downloaded ucd-trie v0.1.6
11312023-11-02T18:50:15.394Z Downloaded rustc_version v0.1.7
11322023-11-02T18:50:15.402Z Downloaded plotters-svg v0.3.5
11332023-11-02T18:50:15.408Z Downloaded float-cmp v0.9.0
11342023-11-02T18:50:15.437Z Downloaded scheduled-thread-pool v0.2.7
11352023-11-02T18:50:15.463Z Downloaded nibble_vec v0.1.0
11362023-11-02T18:50:15.476Z Downloaded siphasher v0.3.11
11372023-11-02T18:50:15.480Z Downloaded futures-channel v0.3.29
11382023-11-02T18:50:15.485Z Downloaded utf8parse v0.2.1
11392023-11-02T18:50:15.489Z Downloaded postgres-types v0.2.6
11402023-11-02T18:50:15.493Z Downloaded num_enum_derive v0.7.0
11412023-11-02T18:50:15.500Z Downloaded futures-sink v0.3.29
11422023-11-02T18:50:15.505Z Downloaded crossbeam v0.8.2
11432023-11-02T18:50:15.509Z Downloaded time-macros v0.2.13
11442023-11-02T18:50:15.512Z Downloaded ref-cast-impl v1.0.20
11452023-11-02T18:50:15.515Z Downloaded data-encoding v2.4.0
11462023-11-02T18:50:15.519Z Downloaded elliptic-curve v0.13.5
11472023-11-02T18:50:15.522Z Downloaded darling_core v0.14.4
11482023-11-02T18:50:15.525Z Downloaded plotters-backend v0.3.5
11492023-11-02T18:50:15.530Z Downloaded pkcs1 v0.7.5
11502023-11-02T18:50:15.533Z Downloaded libm v0.2.7
11512023-11-02T18:50:15.536Z Downloaded structmeta v0.1.6
11522023-11-02T18:50:15.539Z Downloaded strsim v0.10.0
11532023-11-02T18:50:15.543Z Downloaded secrecy v0.8.0
11542023-11-02T18:50:15.546Z Downloaded deranged v0.3.8
11552023-11-02T18:50:15.549Z Downloaded tracing-attributes v0.1.26
11562023-11-02T18:50:15.552Z Downloaded toml v0.8.0
11572023-11-02T18:50:15.555Z Downloaded toml v0.5.11
11582023-11-02T18:50:15.558Z Downloaded schemars v0.8.13
11592023-11-02T18:50:15.563Z Downloaded steno v0.4.0
11602023-11-02T18:50:15.567Z Downloaded rustc-demangle v0.1.23
11612023-11-02T18:50:15.570Z Downloaded tokio-postgres v0.7.10
11622023-11-02T18:50:15.573Z Downloaded regex-automata v0.1.10
11632023-11-02T18:50:15.576Z Downloaded pest_meta v2.7.2
11642023-11-02T18:50:15.579Z Downloaded futures-timer v3.0.2
11652023-11-02T18:50:15.582Z Downloaded futures-core v0.3.29
11662023-11-02T18:50:15.585Z Downloaded trust-dns-server v0.22.1
11672023-11-02T18:50:15.589Z Downloaded similar v2.2.1
11682023-11-02T18:50:15.596Z Downloaded oso v0.27.0
11692023-11-02T18:50:15.600Z Downloaded pest_derive v2.7.2
11702023-11-02T18:50:15.611Z Downloaded trybuild v1.0.85
11712023-11-02T18:50:15.622Z Downloaded crossbeam-epoch v0.9.15
11722023-11-02T18:50:15.638Z Downloaded signal-hook v0.3.17
11732023-11-02T18:50:15.641Z Downloaded synstructure v0.12.6
11742023-11-02T18:50:15.645Z Downloaded toml_datetime v0.6.3
11752023-11-02T18:50:15.648Z Downloaded rusty-fork v0.3.0
11762023-11-02T18:50:15.651Z Downloaded crc v3.0.1
11772023-11-02T18:50:15.656Z Downloaded cpufeatures v0.2.9
11782023-11-02T18:50:15.660Z Downloaded subtle v2.5.0
11792023-11-02T18:50:15.663Z Downloaded serde_derive v1.0.188
11802023-11-02T18:50:15.669Z Downloaded pest_generator v2.7.2
11812023-11-02T18:50:15.674Z Downloaded criterion-plot v0.5.0
11822023-11-02T18:50:15.682Z Downloaded const_format v0.2.31
11832023-11-02T18:50:15.687Z Downloaded owo-colors v3.5.0
11842023-11-02T18:50:15.690Z Downloaded phf_shared v0.11.2
11852023-11-02T18:50:15.694Z Downloaded openssl-macros v0.1.1
11862023-11-02T18:50:15.697Z Downloaded waitgroup v0.1.2
11872023-11-02T18:50:15.701Z Downloaded radium v0.7.0
11882023-11-02T18:50:15.704Z Downloaded pem v1.1.1
11892023-11-02T18:50:15.749Z Downloaded fs-err v2.9.0
11902023-11-02T18:50:15.754Z Downloaded derive_builder_core v0.12.0
11912023-11-02T18:50:15.758Z Downloaded derive_builder v0.12.0
11922023-11-02T18:50:15.762Z Downloaded num-complex v0.4.4
11932023-11-02T18:50:15.766Z Downloaded hashbrown v0.14.0
11942023-11-02T18:50:15.770Z Downloaded serde v1.0.188
11952023-11-02T18:50:15.782Z Downloaded slog-dtrace v0.2.3
11962023-11-02T18:50:15.788Z Downloaded hashbrown v0.13.2
11972023-11-02T18:50:15.796Z Downloaded omicron-zone-package v0.8.3
11982023-11-02T18:50:15.801Z Downloaded yasna v0.5.2
11992023-11-02T18:50:15.806Z Downloaded polyval v0.6.1
12002023-11-02T18:50:15.810Z Downloaded scopeguard v1.2.0
12012023-11-02T18:50:15.833Z Downloaded futures-task v0.3.29
12022023-11-02T18:50:15.841Z Downloaded vte v0.11.1
12032023-11-02T18:50:15.849Z Downloaded unicase v2.7.0
12042023-11-02T18:50:15.853Z Downloaded parking_lot v0.12.1
12052023-11-02T18:50:15.860Z Downloaded http v0.2.9
12062023-11-02T18:50:15.880Z Downloaded yansi v0.5.1
12072023-11-02T18:50:15.899Z Downloaded papergrid v0.10.0
12082023-11-02T18:50:15.925Z Downloaded snafu v0.7.5
12092023-11-02T18:50:15.939Z Downloaded strum_macros v0.24.3
12102023-11-02T18:50:15.946Z Downloaded subprocess v0.2.9
12112023-11-02T18:50:15.952Z Downloaded digest v0.10.7
12122023-11-02T18:50:15.958Z Downloaded tap v1.0.1
12132023-11-02T18:50:16.378Z Downloaded difflib v0.4.0
12142023-11-02T18:50:16.393Z Downloaded rand_chacha v0.3.1
12152023-11-02T18:50:16.821Z Downloaded textwrap v0.16.0
12162023-11-02T18:50:16.835Z Downloaded slog-envlogger v2.2.0
12172023-11-02T18:50:16.848Z Downloaded fixedbitset v0.4.2
12182023-11-02T18:50:16.855Z Downloaded chacha20poly1305 v0.10.1
12192023-11-02T18:50:16.862Z Downloaded zeroize_derive v1.4.2
12202023-11-02T18:50:16.875Z Downloaded smallvec v1.11.0
12212023-11-02T18:50:16.883Z Downloaded corncobs v0.1.3
12222023-11-02T18:50:16.894Z Downloaded tokio-macros v2.1.0
12232023-11-02T18:50:16.904Z Downloaded unicode-ident v1.0.12
12242023-11-02T18:50:16.910Z Downloaded toolchain_find v0.2.0
12252023-11-02T18:50:16.915Z Downloaded same-file v1.0.6
12262023-11-02T18:50:16.919Z Downloaded base64 v0.13.1
12272023-11-02T18:50:16.924Z Downloaded structopt v0.3.26
12282023-11-02T18:50:16.939Z Downloaded serde_spanned v0.6.3
12292023-11-02T18:50:16.952Z Downloaded socket2 v0.4.9
12302023-11-02T18:50:16.961Z Downloaded fragile v2.0.0
12312023-11-02T18:50:16.969Z Downloaded serde-hex v0.1.0
12322023-11-02T18:50:16.980Z Downloaded parking_lot v0.11.2
12332023-11-02T18:50:16.989Z Downloaded der_derive v0.7.2
12342023-11-02T18:50:16.999Z Downloaded semver v0.1.20
12352023-11-02T18:50:17.012Z Downloaded proc-macro-crate v1.3.1
12362023-11-02T18:50:17.026Z Downloaded fallible-iterator v0.2.0
12372023-11-02T18:50:17.051Z Downloaded env_logger v0.10.0
12382023-11-02T18:50:17.064Z Downloaded socket2 v0.5.4
12392023-11-02T18:50:17.085Z Downloaded snafu-derive v0.7.5
12402023-11-02T18:50:17.118Z Downloaded ron v0.8.1
12412023-11-02T18:50:17.133Z Downloaded lock_api v0.4.10
12422023-11-02T18:50:17.138Z Downloaded pin-project-lite v0.2.13
12432023-11-02T18:50:17.147Z Downloaded env_logger v0.9.3
12442023-11-02T18:50:17.153Z Downloaded thread-id v4.2.0
12452023-11-02T18:50:17.173Z Downloaded pretty-hex v0.2.1
12462023-11-02T18:50:17.180Z Downloaded crunchy v0.2.2
12472023-11-02T18:50:17.188Z Downloaded allocator-api2 v0.2.16
12482023-11-02T18:50:17.197Z Downloaded shell-words v1.1.0
12492023-11-02T18:50:17.204Z Downloaded ron v0.7.1
12502023-11-02T18:50:17.222Z Downloaded hashbrown v0.12.3
12512023-11-02T18:50:17.229Z Downloaded ff v0.13.0
12522023-11-02T18:50:17.238Z Downloaded dirs-sys-next v0.1.2
12532023-11-02T18:50:17.656Z Downloaded num-iter v0.1.43
12542023-11-02T18:50:17.693Z Downloaded spin v0.9.8
12552023-11-02T18:50:17.707Z Downloaded slog v2.7.0
12562023-11-02T18:50:17.759Z Downloaded minimal-lexical v0.2.1
12572023-11-02T18:50:17.978Z Downloaded cc v1.0.83
12582023-11-02T18:50:18.136Z Downloaded usdt-impl v0.3.5
12592023-11-02T18:50:18.259Z Downloaded sha2 v0.10.8
12602023-11-02T18:50:18.397Z Downloaded indicatif v0.17.7
12612023-11-02T18:50:18.458Z Downloaded hyper-staticfile v0.9.5
12622023-11-02T18:50:18.509Z Downloaded pin-utils v0.1.0
12632023-11-02T18:50:18.523Z Downloaded clang-sys v1.6.1
12642023-11-02T18:50:18.684Z Downloaded rand v0.4.6
12652023-11-02T18:50:18.828Z Downloaded indexmap v2.0.0
12662023-11-02T18:50:19.033Z Downloaded pkg-config v0.3.27
12672023-11-02T18:50:19.183Z Downloaded errno v0.3.2
12682023-11-02T18:50:19.261Z Downloaded serde-big-array v0.4.1
12692023-11-02T18:50:19.452Z Downloaded zone_cfg_derive v0.2.0
12702023-11-02T18:50:34.531Z Downloaded thiserror-no-std v2.0.2
12712023-11-02T18:50:34.704Z Downloaded fastrand v2.0.0
12722023-11-02T18:50:34.797Z Downloaded enum-as-inner v0.5.1
12732023-11-02T18:50:34.819Z Downloaded slog-term v2.9.0
12742023-11-02T18:50:34.881Z Downloaded smallvec v0.6.14
12752023-11-02T18:50:35.372Z Downloaded linear-map v1.2.0
12762023-11-02T18:50:35.891Z Downloaded const_format_proc_macros v0.2.31
12772023-11-02T18:50:36.017Z Downloaded ciborium v0.2.1
12782023-11-02T18:50:36.033Z Downloaded base64ct v1.6.0
12792023-11-02T18:50:36.244Z Downloaded clap v4.4.3
12802023-11-02T18:50:36.450Z Downloaded threadpool v1.8.1
12812023-11-02T18:50:36.627Z Downloaded foreign-types v0.3.2
12822023-11-02T18:50:36.826Z Downloaded structmeta-derive v0.1.6
12832023-11-02T18:50:37.075Z Downloaded stable_deref_trait v1.2.0
12842023-11-02T18:50:37.359Z Downloaded spin v0.5.2
12852023-11-02T18:50:37.473Z Downloaded strsim v0.8.0
12862023-11-02T18:50:37.634Z Downloaded static_assertions v1.1.0
12872023-11-02T18:50:38.105Z Downloaded mio v0.8.8
12882023-11-02T18:50:38.388Z Downloaded memchr v2.6.3
12892023-11-02T18:50:38.454Z Downloaded structopt-derive v0.4.18
12902023-11-02T18:50:38.549Z Downloaded strip-ansi-escapes v0.2.0
12912023-11-02T18:50:38.748Z Downloaded stringprep v0.1.3
12922023-11-02T18:50:38.840Z Downloaded string_cache v0.8.7
12932023-11-02T18:50:38.872Z Downloaded spki v0.7.2
12942023-11-02T18:50:38.908Z Downloaded sha1 v0.10.5
12952023-11-02T18:50:38.993Z Downloaded serde_tokenstream v0.2.0
12962023-11-02T18:50:39.075Z Downloaded usdt-macro v0.3.5
12972023-11-02T18:50:39.504Z Downloaded usdt-attr-macro v0.3.5
12982023-11-02T18:50:39.532Z Downloaded linked-hash-map v0.5.6
12992023-11-02T18:50:39.545Z Downloaded libloading v0.7.4
13002023-11-02T18:50:39.568Z Downloaded cargo_toml v0.16.3
13012023-11-02T18:50:39.582Z Downloaded arc-swap v1.6.0
13022023-11-02T18:50:39.599Z Downloaded addr2line v0.21.0
13032023-11-02T18:50:39.610Z Downloaded smf v0.2.2
13042023-11-02T18:50:40.033Z Downloaded signal-hook-tokio v0.3.1
13052023-11-02T18:50:40.052Z Downloaded serde_repr v0.1.16
13062023-11-02T18:50:40.071Z Downloaded rustls-pemfile v1.0.3
13072023-11-02T18:50:40.088Z Downloaded rustfmt-wrapper v0.2.0
13082023-11-02T18:50:40.141Z Downloaded ipnet v2.8.0
13092023-11-02T18:50:40.153Z Downloaded bitflags v1.3.2
13102023-11-02T18:50:40.176Z Downloaded slog-stdlog v4.1.1
13112023-11-02T18:50:40.185Z Downloaded serde_urlencoded v0.7.1
13122023-11-02T18:50:40.205Z Downloaded rtoolbox v0.0.1
13132023-11-02T18:50:40.260Z Downloaded constant_time_eq v0.2.6
13142023-11-02T18:50:40.281Z Downloaded clap_lex v0.5.1
13152023-11-02T18:50:40.293Z Downloaded clap_derive v4.4.2
13162023-11-02T18:50:40.744Z Downloaded cipher v0.4.4
13172023-11-02T18:50:41.167Z Downloaded cargo_metadata v0.18.0
13182023-11-02T18:50:41.176Z Downloaded lalrpop-util v0.19.12
13192023-11-02T18:50:41.192Z Downloaded ansi_term v0.12.1
13202023-11-02T18:50:41.234Z Downloaded anstyle-parse v0.2.1
13212023-11-02T18:50:41.253Z Downloaded equivalent v1.0.1
13222023-11-02T18:50:41.265Z Downloaded relative-path v1.9.0
13232023-11-02T18:50:41.280Z Downloaded httparse v1.8.0
13242023-11-02T18:50:41.293Z Downloaded headers v0.3.9
13252023-11-02T18:50:41.311Z Downloaded bytes v1.5.0
13262023-11-02T18:50:41.335Z Downloaded base64 v0.21.5
13272023-11-02T18:50:41.353Z Downloaded ipnetwork v0.20.0
13282023-11-02T18:50:41.768Z Downloaded io-lifetimes v1.0.11
13292023-11-02T18:50:41.774Z Downloaded httptest v0.15.4
13302023-11-02T18:50:41.778Z Downloaded cancel-safe-futures v0.1.5
13312023-11-02T18:50:41.787Z Downloaded async-trait v0.1.74
13322023-11-02T18:50:41.791Z Downloaded maplit v1.0.2
13332023-11-02T18:50:41.801Z Downloaded lazycell v1.3.0
13342023-11-02T18:50:41.808Z Downloaded cexpr v0.6.0
13352023-11-02T18:50:41.814Z Downloaded camino v1.1.6
13362023-11-02T18:50:41.821Z Downloaded bzip2 v0.4.4
13372023-11-02T18:50:41.836Z Downloaded inout v0.1.3
13382023-11-02T18:50:42.258Z Downloaded hubpack v0.1.2
13392023-11-02T18:50:42.674Z Downloaded colored v2.0.4
13402023-11-02T18:50:42.696Z Downloaded anstyle v1.0.2
13412023-11-02T18:50:42.710Z Downloaded indoc v1.0.9
13422023-11-02T18:50:42.723Z Downloaded hyper-rustls v0.24.2
13432023-11-02T18:50:42.741Z Downloaded adler v1.0.2
13442023-11-02T18:50:42.801Z Downloaded rustc_version v0.4.0
13452023-11-02T18:50:43.041Z Downloaded convert_case v0.4.0
13462023-11-02T18:50:43.310Z Downloaded base16ct v0.2.0
13472023-11-02T18:50:43.436Z Downloaded aead v0.5.2
13482023-11-02T18:50:43.461Z Downloaded itoa v1.0.9
13492023-11-02T18:50:43.490Z Downloaded chacha20 v0.9.1
13502023-11-02T18:50:43.506Z Downloaded blake2 v0.10.6
13512023-11-02T18:50:43.511Z Downloaded libefi-sys v0.1.0
13522023-11-02T18:50:43.538Z Downloaded hyper-tls v0.5.0
13532023-11-02T18:50:43.550Z Downloaded autocfg v1.1.0
13542023-11-02T18:50:43.575Z Downloaded assert_cmd v2.0.12
13552023-11-02T18:50:43.595Z Downloaded rand_core v0.6.4
13562023-11-02T18:50:43.650Z Downloaded hashlink v0.8.3
13572023-11-02T18:50:43.669Z Downloaded getrandom v0.2.10
13582023-11-02T18:50:43.694Z Downloaded ascii v1.1.0
13592023-11-02T18:50:43.708Z Downloaded http-body v0.4.5
13602023-11-02T18:50:43.736Z Downloaded home v0.5.5
13612023-11-02T18:50:43.757Z Downloaded cfg-if v0.1.10
13622023-11-02T18:50:43.770Z Downloaded blake2b_simd v1.0.1
13632023-11-02T18:50:43.783Z Downloaded mockall_derive v0.11.4
13642023-11-02T18:50:43.796Z Downloaded heck v0.4.1
13652023-11-02T18:50:43.827Z Downloaded half v1.8.2
13662023-11-02T18:50:44.282Z Downloaded colorchoice v1.0.0
13672023-11-02T18:50:44.291Z Downloaded cassowary v0.3.0
13682023-11-02T18:50:44.302Z Downloaded quote v1.0.33
13692023-11-02T18:50:44.311Z Downloaded native-tls v0.2.11
13702023-11-02T18:50:44.319Z Downloaded iana-time-zone v0.1.57
13712023-11-02T18:50:44.326Z Downloaded hex v0.4.3
13722023-11-02T18:50:44.343Z Downloaded byteorder v1.5.0
13732023-11-02T18:50:44.355Z Downloaded bytecount v0.6.3
13742023-11-02T18:50:44.370Z Downloaded block-padding v0.3.3
13752023-11-02T18:50:44.390Z Downloaded block-buffer v0.10.4
13762023-11-02T18:50:44.421Z Downloaded async-recursion v1.0.5
13772023-11-02T18:50:44.456Z Downloaded is-terminal v0.4.9
13782023-11-02T18:50:44.877Z Downloaded anes v0.1.6
13792023-11-02T18:50:44.882Z Downloaded anstyle-query v1.0.0
13802023-11-02T18:50:44.886Z Downloaded atomicwrites v0.4.2
13812023-11-02T18:50:44.890Z Downloaded nanorand v0.7.0
13822023-11-02T18:50:44.911Z Downloaded mockall v0.11.4
13832023-11-02T18:50:44.922Z Downloaded bitflags v2.4.0
13842023-11-02T18:50:44.934Z Downloaded heck v0.3.3
13852023-11-02T18:50:45.365Z Downloaded ciborium-io v0.2.1
13862023-11-02T18:50:45.389Z Downloaded cfg-if v1.0.0
13872023-11-02T18:50:45.816Z Downloaded cast v0.3.0
13882023-11-02T18:50:45.824Z Downloaded buf-list v1.0.3
13892023-11-02T18:50:45.834Z Downloaded approx v0.5.1
13902023-11-02T18:50:45.845Z Downloaded hex-literal v0.4.1
13912023-11-02T18:50:45.850Z Downloaded hash32 v0.2.1
13922023-11-02T18:50:45.854Z Downloaded glob v0.3.1
13932023-11-02T18:50:45.860Z Downloaded cargo-platform v0.1.3
13942023-11-02T18:50:45.869Z Downloaded bytesize v1.3.0
13952023-11-02T18:50:45.875Z Downloaded bit_field v0.10.2
13962023-11-02T18:50:45.879Z Downloaded bit-set v0.5.3
13972023-11-02T18:50:45.887Z Downloaded md-5 v0.10.5
13982023-11-02T18:50:45.893Z Downloaded maybe-uninit v2.0.0
13992023-11-02T18:50:45.897Z Downloaded indoc v2.0.3
14002023-11-02T18:50:45.903Z Downloaded multer v2.1.0
14012023-11-02T18:50:45.908Z Downloaded mime v0.3.17
14022023-11-02T18:50:45.912Z Downloaded memoffset v0.9.0
14032023-11-02T18:50:45.918Z Downloaded libtest-mimic v0.6.1
14042023-11-02T18:50:45.922Z Downloaded ident_case v1.0.1
14052023-11-02T18:50:45.926Z Downloaded hubpack_derive v0.1.1
14062023-11-02T18:50:45.930Z Downloaded http-range v0.1.5
14072023-11-02T18:50:45.936Z Downloaded hmac v0.12.1
14082023-11-02T18:50:45.941Z Downloaded headers-core v0.2.0
14092023-11-02T18:50:45.947Z Downloaded globset v0.4.13
14102023-11-02T18:50:45.956Z Downloaded getopts v0.2.21
14112023-11-02T18:50:45.964Z Downloaded bit-vec v0.6.3
14122023-11-02T18:50:45.970Z Downloaded bincode v1.3.3
14132023-11-02T18:50:45.979Z Downloaded async-stream-impl v0.3.5
14142023-11-02T18:50:45.987Z Downloaded async-stream v0.3.5
14152023-11-02T18:50:45.991Z Compiling proc-macro2 v1.0.67
14162023-11-02T18:50:45.997Z Compiling unicode-ident v1.0.12
14172023-11-02T18:50:46.005Z Compiling libc v0.2.149
14182023-11-02T18:50:46.010Z Compiling serde v1.0.188
14192023-11-02T18:50:46.014Z Compiling autocfg v1.1.0
14202023-11-02T18:50:46.019Z Compiling cfg-if v1.0.0
14212023-11-02T18:50:46.024Z Compiling version_check v0.9.4
14222023-11-02T18:50:46.030Z Compiling syn v1.0.109
14232023-11-02T18:50:46.035Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.67/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=7ec7d57a9fea354b -C extra-filename=-7ec7d57a9fea354b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14242023-11-02T18:50:46.042Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da60536db468fe1f -C extra-filename=-da60536db468fe1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14252023-11-02T18:50:46.046Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=1ebae33600a4552f -C extra-filename=-1ebae33600a4552f --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14262023-11-02T18:50:46.052Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=8b7d4688ff6ec7d2 -C extra-filename=-8b7d4688ff6ec7d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14272023-11-02T18:50:46.058Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=301657b8e75fa34a -C extra-filename=-301657b8e75fa34a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14282023-11-02T18:50:46.063Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb012b6dc451b338 -C extra-filename=-cb012b6dc451b338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14292023-11-02T18:50:46.067Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=36b7bfc19191d7b5 -C extra-filename=-36b7bfc19191d7b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14302023-11-02T18:50:46.073Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=fa824d592d428e82 -C extra-filename=-fa824d592d428e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14312023-11-02T18:50:46.078Z Compiling lock_api v0.4.10
14322023-11-02T18:50:46.084Z Compiling once_cell v1.18.0
14332023-11-02T18:50:46.093Z Compiling libm v0.2.7
14342023-11-02T18:50:46.101Z Compiling num-traits v0.2.16
14352023-11-02T18:50:46.110Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=8685a19bd2588e85 -C extra-filename=-8685a19bd2588e85 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14362023-11-02T18:50:46.117Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=dffc32915439d36d -C extra-filename=-dffc32915439d36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14372023-11-02T18:50:46.124Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=1b7851bfe210c606 -C extra-filename=-1b7851bfe210c606 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
14382023-11-02T18:50:46.131Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=c84985744f7ea911 -C extra-filename=-c84985744f7ea911 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14392023-11-02T18:50:46.140Z Compiling parking_lot_core v0.9.8
14402023-11-02T18:50:46.143Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=66ea596ae03a17af -C extra-filename=-66ea596ae03a17af --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14412023-11-02T18:50:46.146Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build`
14422023-11-02T18:50:46.150Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build`
14432023-11-02T18:50:46.153Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build`
14442023-11-02T18:50:46.156Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build`
14452023-11-02T18:50:46.159Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build`
14462023-11-02T18:50:46.163Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5/build-script-build`
14472023-11-02T18:50:46.166Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f/build-script-build`
14482023-11-02T18:50:46.168Z Compiling memchr v2.6.3
14492023-11-02T18:50:46.171Z Compiling log v0.4.20
14502023-11-02T18:50:46.175Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b9cc4e8f0305d0f -C extra-filename=-2b9cc4e8f0305d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14512023-11-02T18:50:46.179Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=577a284e9bcc389a -C extra-filename=-577a284e9bcc389a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
14522023-11-02T18:50:46.191Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7d9cf9ba132625c1 -C extra-filename=-7d9cf9ba132625c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14532023-11-02T18:50:46.198Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build`
14542023-11-02T18:50:46.211Z Compiling thiserror v1.0.49
14552023-11-02T18:50:46.234Z Compiling itoa v1.0.9
14562023-11-02T18:50:46.252Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=7f571bfd1a0d0ba2 -C extra-filename=-7f571bfd1a0d0ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14572023-11-02T18:50:46.265Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5cfbcdc992ada6c2 -C extra-filename=-5cfbcdc992ada6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14582023-11-02T18:50:46.275Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=951633e8fd59a40d -C extra-filename=-951633e8fd59a40d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
14592023-11-02T18:50:46.284Z Compiling quote v1.0.33
14602023-11-02T18:50:46.291Z Compiling getrandom v0.2.10
14612023-11-02T18:50:46.300Z Compiling jobserver v0.1.26
14622023-11-02T18:50:46.317Z Compiling futures-core v0.3.29
14632023-11-02T18:50:46.332Z Compiling ahash v0.8.3
14642023-11-02T18:50:46.341Z Compiling typenum v1.16.0
14652023-11-02T18:50:46.374Z Compiling generic-array v0.14.7
14662023-11-02T18:50:46.386Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=75d25cd6bbf5ada0 -C extra-filename=-75d25cd6bbf5ada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14672023-11-02T18:50:46.403Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8512bc6ae7bced04 -C extra-filename=-8512bc6ae7bced04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --cap-lints allow -D warnings`
14682023-11-02T18:50:46.487Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2/build-script-build`
14692023-11-02T18:50:46.506Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=48615985f879a63f -C extra-filename=-48615985f879a63f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14702023-11-02T18:50:46.517Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c9458231e53b930e -C extra-filename=-c9458231e53b930e --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-c9458231e53b930e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14712023-11-02T18:50:46.530Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=615e4bddd6779bcd -C extra-filename=-615e4bddd6779bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
14722023-11-02T18:50:46.552Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ce2f6f3ba70c12d6 -C extra-filename=-ce2f6f3ba70c12d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14732023-11-02T18:50:46.570Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=c5834cbc42a6ca13 -C extra-filename=-c5834cbc42a6ca13 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
14742023-11-02T18:50:46.585Z Compiling syn v2.0.32
14752023-11-02T18:50:47.010Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=b33ad495b446e2a7 -C extra-filename=-b33ad495b446e2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
14762023-11-02T18:50:47.019Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=f88a0545b115dad3 -C extra-filename=-f88a0545b115dad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
14772023-11-02T18:50:47.031Z Compiling serde_derive v1.0.188
14782023-11-02T18:50:47.041Z Compiling thiserror-impl v1.0.49
14792023-11-02T18:50:47.054Z Compiling zeroize_derive v1.4.2
14802023-11-02T18:50:47.064Z Compiling cc v1.0.83
14812023-11-02T18:50:47.072Z Compiling tokio-macros v2.1.0
14822023-11-02T18:50:47.113Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=aeb4063bf79bcef0 -C extra-filename=-aeb4063bf79bcef0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
14832023-11-02T18:50:47.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c8f54ebde8160f23 -C extra-filename=-c8f54ebde8160f23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
14842023-11-02T18:50:47.124Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build`
14852023-11-02T18:50:47.130Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-c9458231e53b930e/build-script-build`
14862023-11-02T18:50:47.138Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main`
14872023-11-02T18:50:47.143Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.83/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=b8e3951e079cc622 -C extra-filename=-b8e3951e079cc622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-48615985f879a63f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
14882023-11-02T18:50:47.156Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9da73fdce886a303 -C extra-filename=-9da73fdce886a303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
14892023-11-02T18:50:47.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=a227de3d2402746e -C extra-filename=-a227de3d2402746e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
14902023-11-02T18:50:47.175Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build`
14912023-11-02T18:50:47.179Z Compiling ryu v1.0.15
14922023-11-02T18:50:47.186Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a3577197cfd5900 -C extra-filename=-4a3577197cfd5900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14932023-11-02T18:50:47.193Z Compiling heck v0.4.1
14942023-11-02T18:50:47.198Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=58e6b367499d83fa -C extra-filename=-58e6b367499d83fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14952023-11-02T18:50:47.205Z Compiling scopeguard v1.2.0
14962023-11-02T18:50:47.211Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4dda9e26a75f327a -C extra-filename=-4dda9e26a75f327a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14972023-11-02T18:50:47.217Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=40f40ed9b79fa7d8 -C extra-filename=-40f40ed9b79fa7d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
14982023-11-02T18:50:47.221Z Compiling slab v0.4.9
14992023-11-02T18:50:47.227Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=50180e8112bf05bb -C extra-filename=-50180e8112bf05bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-40f40ed9b79fa7d8.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
15002023-11-02T18:50:47.235Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1ba3ca3c11bcdc50 -C extra-filename=-1ba3ca3c11bcdc50 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
15012023-11-02T18:50:47.243Z Compiling futures-channel v0.3.29
15022023-11-02T18:50:47.251Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=99ac604a7a4c72a4 -C extra-filename=-99ac604a7a4c72a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-99ac604a7a4c72a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15032023-11-02T18:50:47.257Z Compiling futures-task v0.3.29
15042023-11-02T18:50:47.263Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=50b8094d38359fbe -C extra-filename=-50b8094d38359fbe --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-50b8094d38359fbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15052023-11-02T18:50:47.269Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build`
15062023-11-02T18:50:47.278Z Compiling pkg-config v0.3.27
15072023-11-02T18:50:47.285Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b2bde0cde8c99b7a -C extra-filename=-b2bde0cde8c99b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15082023-11-02T18:50:47.290Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8276e47ef83e0a61 -C extra-filename=-8276e47ef83e0a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
15092023-11-02T18:50:47.295Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-99ac604a7a4c72a4/build-script-build`
15102023-11-02T18:50:47.300Z Compiling futures-util v0.3.29
15112023-11-02T18:50:47.305Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=9ca00d78d4bb9197 -C extra-filename=-9ca00d78d4bb9197 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-9ca00d78d4bb9197 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15122023-11-02T18:50:47.309Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-50b8094d38359fbe/build-script-build`
15132023-11-02T18:50:47.316Z Compiling futures-macro v0.3.29
15142023-11-02T18:50:47.320Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=cfb3bddea19c3a21 -C extra-filename=-cfb3bddea19c3a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15152023-11-02T18:50:47.516Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=4e1c5de4b4146de7 -C extra-filename=-4e1c5de4b4146de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
15162023-11-02T18:50:47.642Z Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-9ca00d78d4bb9197/build-script-build`
15172023-11-02T18:50:47.684Z Compiling smallvec v1.11.0
15182023-11-02T18:50:47.696Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c6b3c03d28d4365 -C extra-filename=-9c6b3c03d28d4365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15192023-11-02T18:50:48.237Z Compiling allocator-api2 v0.2.16
15202023-11-02T18:50:48.241Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=65fb5bbe93c488fa -C extra-filename=-65fb5bbe93c488fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15212023-11-02T18:50:48.313Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90a1c1a80b5a9681 -C extra-filename=-90a1c1a80b5a9681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
15222023-11-02T18:50:48.354Z Compiling fnv v1.0.7
15232023-11-02T18:50:48.389Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a818be490fdad0e -C extra-filename=-1a818be490fdad0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15242023-11-02T18:50:48.411Z Compiling equivalent v1.0.1
15252023-11-02T18:50:48.416Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2fccbc822ca879d0 -C extra-filename=-2fccbc822ca879d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15262023-11-02T18:50:48.552Z Compiling serde_derive_internals v0.26.0
15272023-11-02T18:50:48.567Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive_internals-0.26.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=7cd5cf0bcb37ed50 -C extra-filename=-7cd5cf0bcb37ed50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
15282023-11-02T18:50:48.997Z Compiling schemars v0.8.13
15292023-11-02T18:50:49.002Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=61fde5c49e14e297 -C extra-filename=-61fde5c49e14e297 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15302023-11-02T18:50:49.009Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5da9f46e1a667f5e -C extra-filename=-5da9f46e1a667f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-9da73fdce886a303.so --cap-lints allow -D warnings`
15312023-11-02T18:50:49.020Z Compiling tracing-attributes v0.1.26
15322023-11-02T18:50:49.023Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=72a1983bdf5f8eeb -C extra-filename=-72a1983bdf5f8eeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
15332023-11-02T18:50:49.545Z Compiling parking_lot v0.12.1
15342023-11-02T18:50:49.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=79070e5cf7ada956 -C extra-filename=-79070e5cf7ada956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-90a1c1a80b5a9681.rmeta --cap-lints allow -D warnings`
15352023-11-02T18:50:49.553Z Compiling hashbrown v0.14.0
15362023-11-02T18:50:49.558Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=2c1bab4f653c68c5 -C extra-filename=-2c1bab4f653c68c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-8276e47ef83e0a61.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-65fb5bbe93c488fa.rmeta --cap-lints allow -D warnings`
15372023-11-02T18:50:49.570Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297/build-script-build`
15382023-11-02T18:50:49.589Z Compiling vcpkg v0.2.15
15392023-11-02T18:50:49.610Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=6d26e2d840f26489 -C extra-filename=-6d26e2d840f26489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15402023-11-02T18:50:49.615Z Compiling iana-time-zone v0.1.57
15412023-11-02T18:50:49.618Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=14efeeed8496d54e -C extra-filename=-14efeeed8496d54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15422023-11-02T18:50:50.262Z Compiling serde_json v1.0.108
15432023-11-02T18:50:50.268Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=5ada5263d6f7c9cf -C extra-filename=-5ada5263d6f7c9cf --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-5ada5263d6f7c9cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15442023-11-02T18:50:50.727Z Compiling spin v0.5.2
15452023-11-02T18:50:50.756Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=067a8add982d410a -C extra-filename=-067a8add982d410a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15462023-11-02T18:50:50.813Z Compiling pin-project-lite v0.2.13
15472023-11-02T18:50:50.834Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2335542551612e97 -C extra-filename=-2335542551612e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15482023-11-02T18:50:50.840Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-5ada5263d6f7c9cf/build-script-build`
15492023-11-02T18:50:50.884Z Compiling rand_core v0.6.4
15502023-11-02T18:50:50.893Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=b7752064d206ef48 -C extra-filename=-b7752064d206ef48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --cap-lints allow -D warnings`
15512023-11-02T18:50:50.995Z Compiling byteorder v1.5.0
15522023-11-02T18:50:51.010Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6fb8385a046b069a -C extra-filename=-6fb8385a046b069a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15532023-11-02T18:50:51.064Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=6af423f136dee1a0 -C extra-filename=-6af423f136dee1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-6af423f136dee1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15542023-11-02T18:50:51.498Z Compiling aho-corasick v1.0.4
15552023-11-02T18:50:51.924Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=626d69baada25e63 -C extra-filename=-626d69baada25e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
15562023-11-02T18:50:51.937Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-6af423f136dee1a0/build-script-build`
15572023-11-02T18:50:51.945Z Compiling regex-syntax v0.8.2
15582023-11-02T18:50:51.954Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=50a40f9a5cebd39f -C extra-filename=-50a40f9a5cebd39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15592023-11-02T18:50:51.962Z Compiling signal-hook-registry v1.4.1
15602023-11-02T18:50:51.971Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ef5bea0a6216ba2 -C extra-filename=-8ef5bea0a6216ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15612023-11-02T18:50:52.052Z Compiling mio v0.8.8
15622023-11-02T18:50:52.083Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=9113e4b91d4e10f7 -C extra-filename=-9113e4b91d4e10f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
15632023-11-02T18:50:52.461Z Compiling httparse v1.8.0
15642023-11-02T18:50:52.496Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5236cc9fa07aafa3 -C extra-filename=-5236cc9fa07aafa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15652023-11-02T18:50:52.633Z Compiling schemars_derive v0.8.13
15662023-11-02T18:50:52.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=21f257bb376f42bc -C extra-filename=-21f257bb376f42bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-7cd5cf0bcb37ed50.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
15672023-11-02T18:50:53.159Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build`
15682023-11-02T18:50:53.198Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2e4b787c2de71c9f -C extra-filename=-2e4b787c2de71c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15692023-11-02T18:50:53.223Z Compiling num_cpus v1.16.0
15702023-11-02T18:50:53.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5352e39305fe0a4c -C extra-filename=-5352e39305fe0a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15712023-11-02T18:50:53.396Z Compiling indexmap v1.9.3
15722023-11-02T18:50:53.406Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=d0e7450a8ce08552 -C extra-filename=-d0e7450a8ce08552 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
15732023-11-02T18:50:53.601Z Compiling dyn-clone v1.0.13
15742023-11-02T18:50:53.622Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ddc113e7e9f4a26 -C extra-filename=-0ddc113e7e9f4a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15752023-11-02T18:50:53.921Z Compiling ring v0.16.20
15762023-11-02T18:50:53.948Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552/build-script-build`
15772023-11-02T18:50:53.964Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=290f83d1fda015eb -C extra-filename=-290f83d1fda015eb --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
15782023-11-02T18:50:53.977Z Compiling zeroize v1.6.0
15792023-11-02T18:50:54.040Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=be0cb31ca6c36c77 -C extra-filename=-be0cb31ca6c36c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-c8f54ebde8160f23.so --cap-lints allow -D warnings`
15802023-11-02T18:50:54.047Z Compiling socket2 v0.5.4
15812023-11-02T18:50:54.083Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=6ce94efbc4534b0f -C extra-filename=-6ce94efbc4534b0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
15822023-11-02T18:50:54.556Z Compiling ring v0.17.5
15832023-11-02T18:50:54.566Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=fc3cfb7aa88623a0 -C extra-filename=-fc3cfb7aa88623a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-fc3cfb7aa88623a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
15842023-11-02T18:50:55.126Z Compiling rustix v0.38.9
15852023-11-02T18:50:55.133Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=f4a3b5516a1033b5 -C extra-filename=-f4a3b5516a1033b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15862023-11-02T18:50:55.626Z Compiling tinyvec_macros v0.1.1
15872023-11-02T18:50:55.672Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=144c4a4853a1d827 -C extra-filename=-144c4a4853a1d827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15882023-11-02T18:50:55.720Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb/build-script-build`
15892023-11-02T18:50:56.173Z Compiling tinyvec v1.6.0
15902023-11-02T18:50:56.184Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=85963be74ba39079 -C extra-filename=-85963be74ba39079 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-144c4a4853a1d827.rmeta --cap-lints allow -D warnings`
15912023-11-02T18:50:56.632Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build`
15922023-11-02T18:50:56.650Z Compiling openssl-sys v0.9.93
15932023-11-02T18:50:56.662Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=3843d720dd2e1ee1 -C extra-filename=-3843d720dd2e1ee1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
15942023-11-02T18:50:56.674Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-fc3cfb7aa88623a0/build-script-build`
15952023-11-02T18:50:57.106Z Compiling pin-utils v0.1.0
15962023-11-02T18:50:57.113Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=258679e4375c153a -C extra-filename=-258679e4375c153a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15972023-11-02T18:50:57.119Z Compiling futures-sink v0.3.29
15982023-11-02T18:50:57.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d612af58a2e9deb0 -C extra-filename=-d612af58a2e9deb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
15992023-11-02T18:50:57.135Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=e5099f1082b7c4e8 -C extra-filename=-e5099f1082b7c4e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
16002023-11-02T18:50:57.140Z Compiling semver v1.0.20
16012023-11-02T18:50:57.148Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=88dd1535b184a6a9 -C extra-filename=-88dd1535b184a6a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-88dd1535b184a6a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16022023-11-02T18:50:57.544Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1/build-script-main`
16032023-11-02T18:50:57.600Z Compiling unicode-bidi v0.3.13
16042023-11-02T18:50:58.033Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=a79322ee08f170c2 -C extra-filename=-a79322ee08f170c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16052023-11-02T18:50:58.048Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-88dd1535b184a6a9/build-script-build`
16062023-11-02T18:50:58.065Z Compiling rustls v0.21.8
16072023-11-02T18:50:58.075Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=3180cc9a707df9e7 -C extra-filename=-3180cc9a707df9e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3180cc9a707df9e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16082023-11-02T18:50:58.095Z Compiling regex-automata v0.4.3
16092023-11-02T18:50:58.110Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=3f53e4c5b0627271 -C extra-filename=-3f53e4c5b0627271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-626d69baada25e63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --cap-lints allow -D warnings`
16102023-11-02T18:50:58.238Z Compiling unicode-normalization v0.1.22
16112023-11-02T18:50:58.249Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ac138eb008fbc34d -C extra-filename=-ac138eb008fbc34d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --cap-lints allow -D warnings`
16122023-11-02T18:50:58.292Z Compiling percent-encoding v2.3.0
16132023-11-02T18:50:58.301Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=58aac9722dc74e91 -C extra-filename=-58aac9722dc74e91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16142023-11-02T18:50:58.884Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=ded8f3b170e32147 -C extra-filename=-ded8f3b170e32147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --cap-lints allow -D warnings`
16152023-11-02T18:50:59.305Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=9c6769608002a48c -C extra-filename=-9c6769608002a48c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16162023-11-02T18:50:59.564Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=82ba02363acc9ab8 -C extra-filename=-82ba02363acc9ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16172023-11-02T18:50:59.766Z Compiling futures-io v0.3.29
16182023-11-02T18:50:59.779Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=821b8cd695f8ec6d -C extra-filename=-821b8cd695f8ec6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16192023-11-02T18:51:00.020Z Compiling openssl v0.10.57
16202023-11-02T18:51:00.483Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=f20da6aca1599289 -C extra-filename=-f20da6aca1599289 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16212023-11-02T18:51:00.504Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=bb3989e3a9425633 -C extra-filename=-bb3989e3a9425633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-cfb3bddea19c3a21.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --cap-lints allow -D warnings`
16222023-11-02T18:51:00.530Z Compiling openssl-macros v0.1.1
16232023-11-02T18:51:00.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d56300f5e0859093 -C extra-filename=-d56300f5e0859093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16242023-11-02T18:51:00.552Z Compiling form_urlencoded v1.2.0
16252023-11-02T18:51:00.563Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bdee90b95eb7999e -C extra-filename=-bdee90b95eb7999e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --cap-lints allow -D warnings`
16262023-11-02T18:51:00.715Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build`
16272023-11-02T18:51:00.724Z Compiling ucd-trie v0.1.6
16282023-11-02T18:51:00.733Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=04e3f21d815cd8b9 -C extra-filename=-04e3f21d815cd8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16292023-11-02T18:51:00.743Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=963b26a2aa59b261 -C extra-filename=-963b26a2aa59b261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16302023-11-02T18:51:01.442Z Compiling unicode-xid v0.2.4
16312023-11-02T18:51:01.454Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=9d8f12589899f678 -C extra-filename=-9d8f12589899f678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16322023-11-02T18:51:01.543Z Compiling pest v2.7.2
16332023-11-02T18:51:01.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9aa5a03f5d78a745 -C extra-filename=-9aa5a03f5d78a745 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-963b26a2aa59b261.rmeta --cap-lints allow -D warnings`
16342023-11-02T18:51:02.408Z Compiling backtrace v0.3.69
16352023-11-02T18:51:02.414Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=83378d8df28ab4e1 -C extra-filename=-83378d8df28ab4e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
16362023-11-02T18:51:02.419Z Compiling async-trait v0.1.74
16372023-11-02T18:51:02.423Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ee5ed7da80017bff -C extra-filename=-ee5ed7da80017bff --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-ee5ed7da80017bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16382023-11-02T18:51:02.453Z Compiling unicode-width v0.1.11
16392023-11-02T18:51:02.462Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b5773f86976bf9c1 -C extra-filename=-b5773f86976bf9c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16402023-11-02T18:51:02.622Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-ee5ed7da80017bff/build-script-build`
16412023-11-02T18:51:02.702Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1/build-script-build`
16422023-11-02T18:51:02.732Z Compiling lazy_static v1.4.0
16432023-11-02T18:51:02.754Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=31315c5ec54d9eb8 -C extra-filename=-31315c5ec54d9eb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-067a8add982d410a.rmeta --cap-lints allow -D warnings`
16442023-11-02T18:51:02.775Z Compiling native-tls v0.2.11
16452023-11-02T18:51:02.793Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=81bcf05595811fab -C extra-filename=-81bcf05595811fab --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16462023-11-02T18:51:02.973Z Compiling rustversion v1.0.14
16472023-11-02T18:51:02.986Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ee1e586feee1bf2b -C extra-filename=-ee1e586feee1bf2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16482023-11-02T18:51:03.224Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=f8fea248a8ef80ee -C extra-filename=-f8fea248a8ef80ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-04e3f21d815cd8b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
16492023-11-02T18:51:03.360Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build`
16502023-11-02T18:51:03.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=cde40b1e5460b78c -C extra-filename=-cde40b1e5460b78c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
16512023-11-02T18:51:03.878Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build`
16522023-11-02T18:51:03.931Z Compiling idna v0.4.0
16532023-11-02T18:51:03.938Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f45dd1b1e77af6bc -C extra-filename=-f45dd1b1e77af6bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
16542023-11-02T18:51:03.982Z Compiling slog v2.7.0
16552023-11-02T18:51:04.044Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=50f19adf750f9175 -C extra-filename=-50f19adf750f9175 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16562023-11-02T18:51:04.763Z Compiling regex v1.10.2
16572023-11-02T18:51:04.776Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=4ecfbf899a12e38f -C extra-filename=-4ecfbf899a12e38f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-626d69baada25e63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --cap-lints allow -D warnings`
16582023-11-02T18:51:05.723Z Compiling anyhow v1.0.75
16592023-11-02T18:51:05.742Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e4c0cf124b807de -C extra-filename=-6e4c0cf124b807de --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16602023-11-02T18:51:06.962Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build`
16612023-11-02T18:51:07.015Z Compiling url v2.4.1
16622023-11-02T18:51:07.480Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4ddeb6fc7fa00215 -C extra-filename=-4ddeb6fc7fa00215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f45dd1b1e77af6bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --cap-lints allow -D warnings`
16632023-11-02T18:51:07.500Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build`
16642023-11-02T18:51:07.515Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e337c297b7344c42 -C extra-filename=-e337c297b7344c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
16652023-11-02T18:51:07.938Z Compiling bitflags v1.3.2
16662023-11-02T18:51:07.959Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=237bfdbc957aefc2 -C extra-filename=-237bfdbc957aefc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16672023-11-02T18:51:07.975Z Compiling bytes v1.5.0
16682023-11-02T18:51:07.993Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=999a16c5ebd06ca3 -C extra-filename=-999a16c5ebd06ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16692023-11-02T18:51:08.016Z Compiling indexmap v2.0.0
16702023-11-02T18:51:08.040Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db744c94c8df920e -C extra-filename=-db744c94c8df920e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-2fccbc822ca879d0.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16712023-11-02T18:51:08.061Z Compiling chrono v0.4.31
16722023-11-02T18:51:08.081Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=65f0a5b9aa27f6b0 -C extra-filename=-65f0a5b9aa27f6b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-14efeeed8496d54e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16732023-11-02T18:51:08.103Z Compiling uuid v1.4.1
16742023-11-02T18:51:08.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=d93f9957b2560cc0 -C extra-filename=-d93f9957b2560cc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16752023-11-02T18:51:09.053Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=687f97da0b5dadb1 -C extra-filename=-687f97da0b5dadb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
16762023-11-02T18:51:09.122Z Compiling bitflags v2.4.0
16772023-11-02T18:51:09.136Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=be38ad5d671379f5 -C extra-filename=-be38ad5d671379f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16782023-11-02T18:51:09.307Z Compiling tokio v1.33.0
16792023-11-02T18:51:09.325Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=718688c80c44a9e1 -C extra-filename=-718688c80c44a9e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-5352e39305fe0a4c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-8ef5bea0a6216ba2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
16802023-11-02T18:51:09.822Z Compiling http v0.2.9
16812023-11-02T18:51:09.834Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5f2f8fd72808bca -C extra-filename=-b5f2f8fd72808bca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --cap-lints allow -D warnings`
16822023-11-02T18:51:09.923Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=61772b8e80787c9c -C extra-filename=-61772b8e80787c9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16832023-11-02T18:51:09.997Z Compiling serde_spanned v0.6.3
16842023-11-02T18:51:10.016Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=3c82b7b6f5cfc630 -C extra-filename=-3c82b7b6f5cfc630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16852023-11-02T18:51:10.371Z Compiling toml_datetime v0.6.3
16862023-11-02T18:51:10.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=c4eb9ff68796655c -C extra-filename=-c4eb9ff68796655c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
16872023-11-02T18:51:10.712Z Compiling crossbeam-utils v0.8.16
16882023-11-02T18:51:10.715Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2b72d92b204211df -C extra-filename=-2b72d92b204211df --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16892023-11-02T18:51:11.116Z Compiling subtle v2.5.0
16902023-11-02T18:51:11.119Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=5aae046eb05ace35 -C extra-filename=-5aae046eb05ace35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16912023-11-02T18:51:11.195Z Compiling winnow v0.5.15
16922023-11-02T18:51:11.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=016aea2942a95061 -C extra-filename=-016aea2942a95061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
16932023-11-02T18:51:11.648Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build`
16942023-11-02T18:51:11.662Z Compiling hashbrown v0.13.2
16952023-11-02T18:51:12.086Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=bb614e6fdd6f35be -C extra-filename=-bb614e6fdd6f35be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-8276e47ef83e0a61.rmeta --cap-lints allow -D warnings`
16962023-11-02T18:51:12.099Z Compiling crypto-common v0.1.6
16972023-11-02T18:51:12.110Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=ebb22ac2993ca735 -C extra-filename=-ebb22ac2993ca735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-04e3f21d815cd8b9.rmeta --cap-lints allow -D warnings`
16982023-11-02T18:51:12.122Z Compiling errno v0.3.2
16992023-11-02T18:51:12.592Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b316bd503d18164 -C extra-filename=-7b316bd503d18164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
17002023-11-02T18:51:12.607Z Compiling base64 v0.21.5
17012023-11-02T18:51:12.623Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c0a884fd652c2175 -C extra-filename=-c0a884fd652c2175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17022023-11-02T18:51:13.725Z Compiling time-core v0.1.1
17032023-11-02T18:51:13.763Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db894d590c93f55e -C extra-filename=-db894d590c93f55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17042023-11-02T18:51:13.822Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=816d38c905102e21 -C extra-filename=-816d38c905102e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
17052023-11-02T18:51:13.845Z Compiling time-macros v0.2.13
17062023-11-02T18:51:13.857Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=3f56d02e742d9deb -C extra-filename=-3f56d02e742d9deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-db894d590c93f55e.rlib --extern proc_macro --cap-lints allow -D warnings`
17072023-11-02T18:51:13.892Z Compiling tracing-core v0.1.31
17082023-11-02T18:51:13.900Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=978e55013bffdcb9 -C extra-filename=-978e55013bffdcb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
17092023-11-02T18:51:14.316Z Compiling strsim v0.10.0
17102023-11-02T18:51:14.321Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c46220253478178 -C extra-filename=-1c46220253478178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17112023-11-02T18:51:14.442Z Compiling adler v1.0.2
17122023-11-02T18:51:14.452Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=132009fb6b2f5d87 -C extra-filename=-132009fb6b2f5d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17132023-11-02T18:51:14.528Z Compiling synstructure v0.12.6
17142023-11-02T18:51:14.556Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=acaed900a7a14117 -C extra-filename=-acaed900a7a14117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
17152023-11-02T18:51:14.807Z Compiling miniz_oxide v0.7.1
17162023-11-02T18:51:14.816Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=035fa96984d9041a -C extra-filename=-035fa96984d9041a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-132009fb6b2f5d87.rmeta --cap-lints allow -D warnings`
17172023-11-02T18:51:15.485Z Compiling tracing v0.1.37
17182023-11-02T18:51:15.504Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=8aea0bd7d0a4ba50 -C extra-filename=-8aea0bd7d0a4ba50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-978e55013bffdcb9.rmeta --cap-lints allow -D warnings`
17192023-11-02T18:51:16.694Z Compiling ppv-lite86 v0.2.17
17202023-11-02T18:51:16.729Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=3adf9bc5ea2a15e8 -C extra-filename=-3adf9bc5ea2a15e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17212023-11-02T18:51:16.757Z Compiling const-oid v0.9.5
17222023-11-02T18:51:16.780Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=61bf72856c116b87 -C extra-filename=-61bf72856c116b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17232023-11-02T18:51:17.604Z Compiling toml_edit v0.19.15
17242023-11-02T18:51:17.620Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=7554649587e1441a -C extra-filename=-7554649587e1441a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
17252023-11-02T18:51:17.627Z Compiling zerocopy-derive v0.2.0
17262023-11-02T18:51:17.635Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=76ae81a4f7636b9f -C extra-filename=-76ae81a4f7636b9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-acaed900a7a14117.rlib --extern proc_macro --cap-lints allow -D warnings`
17272023-11-02T18:51:17.667Z Compiling rand_chacha v0.3.1
17282023-11-02T18:51:17.675Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=03bf0b56351116c5 -C extra-filename=-03bf0b56351116c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
17292023-11-02T18:51:17.696Z Compiling pest_meta v2.7.2
17302023-11-02T18:51:17.702Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=c8b8319e74150075 -C extra-filename=-c8b8319e74150075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings`
17312023-11-02T18:51:18.956Z Compiling rand v0.8.5
17322023-11-02T18:51:18.965Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=832475e8c6b10412 -C extra-filename=-832475e8c6b10412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
17332023-11-02T18:51:19.663Z Compiling spin v0.9.8
17342023-11-02T18:51:19.667Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=b00a5544072d924c -C extra-filename=-b00a5544072d924c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --cap-lints allow -D warnings`
17352023-11-02T18:51:19.816Z Compiling pest_generator v2.7.2
17362023-11-02T18:51:19.830Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=fac6609892be980c -C extra-filename=-fac6609892be980c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-c8b8319e74150075.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
17372023-11-02T18:51:20.260Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=c42251dd345add73 -C extra-filename=-c42251dd345add73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-7b316bd503d18164.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
17382023-11-02T18:51:20.674Z Compiling usdt-impl v0.3.5
17392023-11-02T18:51:20.709Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=82b28e27bd76deeb -C extra-filename=-82b28e27bd76deeb --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
17402023-11-02T18:51:20.801Z Compiling gimli v0.28.0
17412023-11-02T18:51:20.814Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=8d144ba13270a568 -C extra-filename=-8d144ba13270a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17422023-11-02T18:51:21.260Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build`
17432023-11-02T18:51:21.515Z Compiling zerocopy v0.3.0
17442023-11-02T18:51:21.560Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50eb0e1ab85b64a0 -C extra-filename=-50eb0e1ab85b64a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
17452023-11-02T18:51:22.539Z Compiling block-buffer v0.10.4
17462023-11-02T18:51:22.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=09a3fa0da8c3127f -C extra-filename=-09a3fa0da8c3127f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
17472023-11-02T18:51:22.910Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=20277456fa976614 -C extra-filename=-20277456fa976614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
17482023-11-02T18:51:22.940Z Compiling object v0.32.1
17492023-11-02T18:51:22.945Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=016447daf50e197e -C extra-filename=-016447daf50e197e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
17502023-11-02T18:51:23.386Z Compiling hashbrown v0.12.3
17512023-11-02T18:51:23.397Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=85367917c216c619 -C extra-filename=-85367917c216c619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17522023-11-02T18:51:24.158Z Compiling rustc-demangle v0.1.23
17532023-11-02T18:51:24.178Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4069d6958baa4f33 -C extra-filename=-4069d6958baa4f33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17542023-11-02T18:51:24.871Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f687f00cf405d2a2 -C extra-filename=-f687f00cf405d2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-85367917c216c619.rmeta --cap-lints allow -D warnings --cfg has_std`
17552023-11-02T18:51:25.128Z Compiling pest_derive v2.7.2
17562023-11-02T18:51:25.186Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=407ee505ea788947 -C extra-filename=-407ee505ea788947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fac6609892be980c.rlib --extern proc_macro --cap-lints allow -D warnings`
17572023-11-02T18:51:25.443Z Compiling digest v0.10.7
17582023-11-02T18:51:25.446Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=e77795124486928d -C extra-filename=-e77795124486928d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-09a3fa0da8c3127f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
17592023-11-02T18:51:25.801Z Compiling dof v0.1.5
17602023-11-02T18:51:25.827Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df76cd073edc3efc -C extra-filename=-df76cd073edc3efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-50eb0e1ab85b64a0.rmeta --cap-lints allow -D warnings`
17612023-11-02T18:51:26.181Z Compiling tokio-util v0.7.10
17622023-11-02T18:51:26.230Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=eebe6f93b7495c72 -C extra-filename=-eebe6f93b7495c72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
17632023-11-02T18:51:26.310Z Compiling openapiv3 v1.0.3
17642023-11-02T18:51:26.314Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=f64e1d551bbc190b -C extra-filename=-f64e1d551bbc190b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --cap-lints allow -D warnings`
17652023-11-02T18:51:26.589Z Compiling dtrace-parser v0.1.14
17662023-11-02T18:51:26.597Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d1811b655a45751 -C extra-filename=-8d1811b655a45751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
17672023-11-02T18:51:27.453Z Compiling thread-id v4.2.0
17682023-11-02T18:51:27.885Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8576bf9a9ca867b -C extra-filename=-b8576bf9a9ca867b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
17692023-11-02T18:51:27.902Z Compiling cpufeatures v0.2.9
17702023-11-02T18:51:27.919Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9833e47a7666dcf6 -C extra-filename=-9833e47a7666dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17712023-11-02T18:51:27.951Z Compiling untrusted v0.7.1
17722023-11-02T18:51:27.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52284948578e7ef4 -C extra-filename=-52284948578e7ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17732023-11-02T18:51:28.084Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=72a8fc23c420a699 -C extra-filename=-72a8fc23c420a699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-067a8add982d410a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -l static=ring-core -l static=ring-test`
17742023-11-02T18:51:28.716Z Compiling addr2line v0.21.0
17752023-11-02T18:51:28.722Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bfe5fd753e39208 -C extra-filename=-6bfe5fd753e39208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-8d144ba13270a568.rmeta --cap-lints allow -D warnings`
17762023-11-02T18:51:29.674Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=0fd0dac3f8f9caab -C extra-filename=-0fd0dac3f8f9caab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-df76cd073edc3efc.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b8576bf9a9ca867b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
17772023-11-02T18:51:29.793Z Compiling rustc_version v0.4.0
17782023-11-02T18:51:29.828Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=ff4f2380a2041af8 -C extra-filename=-ff4f2380a2041af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --cap-lints allow -D warnings`
17792023-11-02T18:51:30.252Z Compiling strum_macros v0.25.2
17802023-11-02T18:51:30.255Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=bb4f8be853504c8f -C extra-filename=-bb4f8be853504c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
17812023-11-02T18:51:30.964Z Compiling serde_tokenstream v0.1.7
17822023-11-02T18:51:30.981Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=2b2f9c376c916c6f -C extra-filename=-2b2f9c376c916c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
17832023-11-02T18:51:31.045Z Compiling socket2 v0.4.9
17842023-11-02T18:51:31.049Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=24e984d97ec2f30f -C extra-filename=-24e984d97ec2f30f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
17852023-11-02T18:51:31.709Z Compiling untrusted v0.9.0
17862023-11-02T18:51:31.723Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1122729ae9a01812 -C extra-filename=-1122729ae9a01812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17872023-11-02T18:51:31.980Z Compiling httpdate v1.0.3
17882023-11-02T18:51:31.983Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88a461b76c14f00c -C extra-filename=-88a461b76c14f00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17892023-11-02T18:51:32.516Z Compiling try-lock v0.2.4
17902023-11-02T18:51:32.520Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0689cb3b8d3ef72 -C extra-filename=-a0689cb3b8d3ef72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
17912023-11-02T18:51:32.739Z Compiling want v0.3.1
17922023-11-02T18:51:32.745Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b2eae4baf2de863 -C extra-filename=-6b2eae4baf2de863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-a0689cb3b8d3ef72.rmeta --cap-lints allow -D warnings`
17932023-11-02T18:51:32.760Z Compiling usdt-macro v0.3.5
17942023-11-02T18:51:32.764Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=e0dd67ef94751ab7 -C extra-filename=-e0dd67ef94751ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rlib --extern proc_macro --cap-lints allow -D warnings`
17952023-11-02T18:51:32.788Z Compiling usdt-attr-macro v0.3.5
17962023-11-02T18:51:32.795Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="asm"' -C metadata=b7746ab9a36216d6 -C extra-filename=-b7746ab9a36216d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rlib --extern proc_macro --cap-lints allow -D warnings`
17972023-11-02T18:51:33.593Z Compiling sct v0.7.0
17982023-11-02T18:51:33.601Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d23c6a2c002c5c3 -C extra-filename=-3d23c6a2c002c5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
17992023-11-02T18:51:33.696Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=06803c57b379db04 -C extra-filename=-06803c57b379db04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-6bfe5fd753e39208.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-016447daf50e197e.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-4069d6958baa4f33.rmeta --cap-lints allow -D warnings`
18002023-11-02T18:51:34.621Z Compiling h2 v0.3.21
18012023-11-02T18:51:34.625Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2604dcbfd85aabe0 -C extra-filename=-2604dcbfd85aabe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
18022023-11-02T18:51:34.739Z Compiling http-body v0.4.5
18032023-11-02T18:51:34.744Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=138567e5bd7d7a97 -C extra-filename=-138567e5bd7d7a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
18042023-11-02T18:51:34.882Z Compiling openssl-probe v0.1.5
18052023-11-02T18:51:34.886Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41c6f4d0ac14140f -C extra-filename=-41c6f4d0ac14140f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18062023-11-02T18:51:35.044Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c2bfe975986fcee0 -C extra-filename=-c2bfe975986fcee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-06803c57b379db04.rmeta --cap-lints allow -D warnings`
18072023-11-02T18:51:35.297Z Compiling tower-service v0.3.2
18082023-11-02T18:51:35.301Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8ddbbf870aaffb5 -C extra-filename=-f8ddbbf870aaffb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18092023-11-02T18:51:35.399Z Compiling foreign-types-shared v0.1.1
18102023-11-02T18:51:35.403Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e8221a6300258b6 -C extra-filename=-7e8221a6300258b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18112023-11-02T18:51:35.428Z Compiling rustls-pemfile v1.0.3
18122023-11-02T18:51:35.432Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41e0e36fed47255d -C extra-filename=-41e0e36fed47255d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --cap-lints allow -D warnings`
18132023-11-02T18:51:35.533Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=646fb759dadfad9e -C extra-filename=-646fb759dadfad9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
18142023-11-02T18:51:35.582Z Compiling foreign-types v0.3.2
18152023-11-02T18:51:35.593Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7361b1a016d3615a -C extra-filename=-7361b1a016d3615a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-7e8221a6300258b6.rmeta --cap-lints allow -D warnings`
18162023-11-02T18:51:36.021Z Compiling mime v0.3.17
18172023-11-02T18:51:36.434Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00ced72cf6a670b3 -C extra-filename=-00ced72cf6a670b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18182023-11-02T18:51:36.441Z Compiling deranged v0.3.8
18192023-11-02T18:51:36.449Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=303fb4e3118eacb2 -C extra-filename=-303fb4e3118eacb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18202023-11-02T18:51:36.463Z Compiling ipnet v2.8.0
18212023-11-02T18:51:36.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35134d9c336f9f34 -C extra-filename=-35134d9c336f9f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18222023-11-02T18:51:36.717Z Compiling num_threads v0.1.6
18232023-11-02T18:51:36.721Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da6d32e9bc61a244 -C extra-filename=-da6d32e9bc61a244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18242023-11-02T18:51:36.746Z Compiling either v1.9.0
18252023-11-02T18:51:36.750Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=7299ccd4570522b5 -C extra-filename=-7299ccd4570522b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18262023-11-02T18:51:36.845Z Compiling serde_urlencoded v0.7.1
18272023-11-02T18:51:36.902Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb7604a1a33787a3 -C extra-filename=-fb7604a1a33787a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18282023-11-02T18:51:36.906Z Compiling encoding_rs v0.8.33
18292023-11-02T18:51:36.910Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=146e8c3028ef8e1d -C extra-filename=-146e8c3028ef8e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
18302023-11-02T18:51:37.381Z Compiling rustls-native-certs v0.6.3
18312023-11-02T18:51:37.386Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d5262ec9f2f1337 -C extra-filename=-2d5262ec9f2f1337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --cap-lints allow -D warnings`
18322023-11-02T18:51:37.794Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=deefcc0d6652aa7a -C extra-filename=-deefcc0d6652aa7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
18332023-11-02T18:51:37.906Z Compiling webpki-roots v0.25.2
18342023-11-02T18:51:37.947Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcf542e5ad3b008a -C extra-filename=-dcf542e5ad3b008a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18352023-11-02T18:51:38.055Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cb42a0ce36ac2cc8 -C extra-filename=-cb42a0ce36ac2cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
18362023-11-02T18:51:38.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=c980b89733709780 -C extra-filename=-c980b89733709780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
18372023-11-02T18:51:38.311Z Compiling num-integer v0.1.45
18382023-11-02T18:51:38.314Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d9ca64d7c2f876f0 -C extra-filename=-d9ca64d7c2f876f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18392023-11-02T18:51:38.849Z Compiling time v0.3.27
18402023-11-02T18:51:38.856Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=0876d83c46113eb5 -C extra-filename=-0876d83c46113eb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-303fb4e3118eacb2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-da6d32e9bc61a244.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-db894d590c93f55e.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --cap-lints allow -D warnings`
18412023-11-02T18:51:38.990Z Compiling io-lifetimes v1.0.11
18422023-11-02T18:51:38.993Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=e9a5acc5d9972050 -C extra-filename=-e9a5acc5d9972050 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18432023-11-02T18:51:39.578Z Compiling crc32fast v1.3.2
18442023-11-02T18:51:39.581Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=199133b893487988 -C extra-filename=-199133b893487988 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18452023-11-02T18:51:39.874Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build`
18462023-11-02T18:51:40.100Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build`
18472023-11-02T18:51:40.106Z Compiling siphasher v0.3.11
18482023-11-02T18:51:40.112Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c4468728d2f7b64b -C extra-filename=-c4468728d2f7b64b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18492023-11-02T18:51:40.191Z Compiling rustix v0.37.23
18502023-11-02T18:51:40.198Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=64d69783e5e9489c -C extra-filename=-64d69783e5e9489c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18512023-11-02T18:51:40.263Z Compiling futures-executor v0.3.29
18522023-11-02T18:51:40.300Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e21e6b9f61d1503a -C extra-filename=-e21e6b9f61d1503a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --cap-lints allow -D warnings`
18532023-11-02T18:51:40.361Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build`
18542023-11-02T18:51:40.426Z Compiling zerocopy-derive v0.6.4
18552023-11-02T18:51:40.429Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=29f999934b2539c8 -C extra-filename=-29f999934b2539c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
18562023-11-02T18:51:40.867Z Compiling toml v0.7.8
18572023-11-02T18:51:40.920Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=712f4fe4409e1f22 -C extra-filename=-712f4fe4409e1f22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings`
18582023-11-02T18:51:43.338Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c/build-script-build`
18592023-11-02T18:51:43.478Z Compiling futures v0.3.29
18602023-11-02T18:51:43.620Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=520a82150b2d2200 -C extra-filename=-520a82150b2d2200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e21e6b9f61d1503a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --cap-lints allow -D warnings`
18612023-11-02T18:51:43.717Z Compiling sha2 v0.10.8
18622023-11-02T18:51:43.831Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=fe1dc465c7097af7 -C extra-filename=-fe1dc465c7097af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings`
18632023-11-02T18:51:44.026Z Compiling hmac v0.12.1
18642023-11-02T18:51:44.121Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8705e3995f03ef9c -C extra-filename=-8705e3995f03ef9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings`
18652023-11-02T18:51:44.151Z Compiling fallible-iterator v0.2.0
18662023-11-02T18:51:44.216Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9b2ba017a2617756 -C extra-filename=-9b2ba017a2617756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18672023-11-02T18:51:44.309Z Compiling memoffset v0.9.0
18682023-11-02T18:51:44.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=2c1a6f3fbb5f75fb -C extra-filename=-2c1a6f3fbb5f75fb --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18692023-11-02T18:51:44.460Z Compiling radium v0.7.0
18702023-11-02T18:51:44.539Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=6c036c648e9e5156 -C extra-filename=-6c036c648e9e5156 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18712023-11-02T18:51:44.567Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build`
18722023-11-02T18:51:44.652Z Compiling hex v0.4.3
18732023-11-02T18:51:44.688Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fa48ed58b25dfdb3 -C extra-filename=-fa48ed58b25dfdb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
18742023-11-02T18:51:44.739Z Compiling clap_derive v4.4.2
18752023-11-02T18:51:44.842Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=56a40df49fab5657 -C extra-filename=-56a40df49fab5657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
18762023-11-02T18:51:44.864Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build`
18772023-11-02T18:51:44.929Z Compiling utf8parse v0.2.1
18782023-11-02T18:51:44.984Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bc77fe51f95b120d -C extra-filename=-bc77fe51f95b120d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18792023-11-02T18:51:45.016Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d98ad8c6574b550d -C extra-filename=-d98ad8c6574b550d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
18802023-11-02T18:51:45.071Z Compiling md-5 v0.10.5
18812023-11-02T18:51:45.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1bbd6a07cde273a1 -C extra-filename=-1bbd6a07cde273a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings`
18822023-11-02T18:51:45.161Z Compiling serde_tokenstream v0.2.0
18832023-11-02T18:51:45.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c8099370d93784b3 -C extra-filename=-c8099370d93784b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
18842023-11-02T18:51:45.299Z Compiling stringprep v0.1.3
18852023-11-02T18:51:45.315Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4418b0a7ad445004 -C extra-filename=-4418b0a7ad445004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
18862023-11-02T18:51:45.436Z Compiling crossbeam-epoch v0.9.15
18872023-11-02T18:51:45.476Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b2f2f72c2b72c485 -C extra-filename=-b2f2f72c2b72c485 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18882023-11-02T18:51:46.030Z Compiling num-iter v0.1.43
18892023-11-02T18:51:46.443Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="i128"' -C metadata=5b17227da7a1cf80 -C extra-filename=-5b17227da7a1cf80 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
18902023-11-02T18:51:46.539Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build`
18912023-11-02T18:51:46.955Z Compiling hyper v0.14.27
18922023-11-02T18:51:46.959Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=3c7ef234742d4d7f -C extra-filename=-3c7ef234742d4d7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-24e984d97ec2f30f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-6b2eae4baf2de863.rmeta --cap-lints allow -D warnings`
18932023-11-02T18:51:46.964Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build`
18942023-11-02T18:51:46.973Z Compiling postgres-protocol v0.6.6
18952023-11-02T18:51:46.989Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b1bf27277cf11cc6 -C extra-filename=-b1bf27277cf11cc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8705e3995f03ef9c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1bbd6a07cde273a1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-4418b0a7ad445004.rmeta --cap-lints allow -D warnings`
18962023-11-02T18:51:47.033Z Compiling anstyle v1.0.2
18972023-11-02T18:51:47.138Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0d512a45c2a75978 -C extra-filename=-0d512a45c2a75978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
18982023-11-02T18:51:47.790Z Compiling phf_shared v0.11.2
18992023-11-02T18:51:47.793Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=979e60c7290187b1 -C extra-filename=-979e60c7290187b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings`
19002023-11-02T18:51:47.912Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=19cbc7e223f2c410 -C extra-filename=-19cbc7e223f2c410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
19012023-11-02T18:51:48.207Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd3d276a4d362763 -C extra-filename=-bd3d276a4d362763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
19022023-11-02T18:51:48.390Z Compiling itertools v0.10.5
19032023-11-02T18:51:48.393Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=7530193c025b34c1 -C extra-filename=-7530193c025b34c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --cap-lints allow -D warnings`
19042023-11-02T18:51:48.429Z Compiling unicode-segmentation v1.10.1
19052023-11-02T18:51:48.448Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c95636952c6f45c1 -C extra-filename=-c95636952c6f45c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19062023-11-02T18:51:49.134Z Compiling tokio-native-tls v0.3.1
19072023-11-02T18:51:49.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25b4a7d7e66359d2 -C extra-filename=-25b4a7d7e66359d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19082023-11-02T18:51:49.546Z Compiling phf v0.11.2
19092023-11-02T18:51:49.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=420474924d0bd90b -C extra-filename=-420474924d0bd90b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-979e60c7290187b1.rmeta --cap-lints allow -D warnings`
19102023-11-02T18:51:49.552Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=2455240645256309 -C extra-filename=-2455240645256309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-7b316bd503d18164.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-19cbc7e223f2c410.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
19112023-11-02T18:51:49.625Z Compiling flate2 v1.0.28
19122023-11-02T18:51:49.629Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=2b539087163b61f2 -C extra-filename=-2b539087163b61f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --cap-lints allow -D warnings`
19132023-11-02T18:51:49.935Z Compiling anstyle-parse v0.2.1
19142023-11-02T18:51:49.985Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=c9e93be608a174b4 -C extra-filename=-c9e93be608a174b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings`
19152023-11-02T18:51:50.482Z Compiling block-padding v0.3.3
19162023-11-02T18:51:50.513Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=201cd00becd1ac6a -C extra-filename=-201cd00becd1ac6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
19172023-11-02T18:51:50.896Z Compiling enum-as-inner v0.5.1
19182023-11-02T18:51:50.905Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=97219a9e84668e1a -C extra-filename=-97219a9e84668e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
19192023-11-02T18:51:51.316Z Compiling static_assertions v1.1.0
19202023-11-02T18:51:51.320Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44ced2ee8af48a54 -C extra-filename=-44ced2ee8af48a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19212023-11-02T18:51:51.449Z Compiling anstyle-query v1.0.0
19222023-11-02T18:51:51.454Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75ee3d5d160b304b -C extra-filename=-75ee3d5d160b304b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19232023-11-02T18:51:51.648Z Compiling bit-vec v0.6.3
19242023-11-02T18:51:51.657Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3e6e8d9c6d807e80 -C extra-filename=-3e6e8d9c6d807e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19252023-11-02T18:51:51.972Z Compiling colorchoice v1.0.0
19262023-11-02T18:51:52.009Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dcd78e9eba8c45b9 -C extra-filename=-dcd78e9eba8c45b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19272023-11-02T18:51:52.115Z Compiling whoami v1.4.1
19282023-11-02T18:51:52.127Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=64f1f626f1df7a0f -C extra-filename=-64f1f626f1df7a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19292023-11-02T18:51:52.282Z Compiling anstream v0.5.0
19302023-11-02T18:51:52.289Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=ae0a384bf752a3c9 -C extra-filename=-ae0a384bf752a3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0d512a45c2a75978.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c9e93be608a174b4.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-75ee3d5d160b304b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dcd78e9eba8c45b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings`
19312023-11-02T18:51:52.419Z Compiling terminal_size v0.2.6
19322023-11-02T18:51:52.426Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a230e2e76e5c0343 -C extra-filename=-a230e2e76e5c0343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-2455240645256309.rmeta --cap-lints allow -D warnings`
19332023-11-02T18:51:52.712Z Compiling inout v0.1.3
19342023-11-02T18:51:52.719Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=37cda74f035f52e6 -C extra-filename=-37cda74f035f52e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-201cd00becd1ac6a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
19352023-11-02T18:51:52.743Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=bb0070c692d0fca2 -C extra-filename=-bb0070c692d0fca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128`
19362023-11-02T18:51:52.954Z Compiling bzip2-sys v0.1.11+1.0.8
19372023-11-02T18:51:52.960Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5ce62e44fce68ed2 -C extra-filename=-5ce62e44fce68ed2 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
19382023-11-02T18:51:53.131Z Compiling clap_lex v0.5.1
19392023-11-02T18:51:53.135Z Compiling cipher v0.4.4
19402023-11-02T18:51:53.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69f3c3745d08dcb2 -C extra-filename=-69f3c3745d08dcb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19412023-11-02T18:51:53.143Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=96267f481ddbc204 -C extra-filename=-96267f481ddbc204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
19422023-11-02T18:51:53.253Z Compiling zerocopy v0.6.4
19432023-11-02T18:51:53.271Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d76c43b5ea14da97 -C extra-filename=-d76c43b5ea14da97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings`
19442023-11-02T18:51:53.309Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19452023-11-02T18:51:53.316Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=78cd0adc5b726d52 -C extra-filename=-78cd0adc5b726d52 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19462023-11-02T18:51:53.409Z Compiling data-encoding v2.4.0
19472023-11-02T18:51:53.460Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=365a12f94f76d134 -C extra-filename=-365a12f94f76d134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19482023-11-02T18:51:54.131Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2/build-script-build`
19492023-11-02T18:51:54.145Z Compiling clap_builder v4.4.2
19502023-11-02T18:51:54.158Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=c6be6dff7f7fce3e -C extra-filename=-c6be6dff7f7fce3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-ae0a384bf752a3c9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0d512a45c2a75978.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-69f3c3745d08dcb2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-a230e2e76e5c0343.rmeta --cap-lints allow -D warnings`
19512023-11-02T18:51:54.173Z Compiling bit-set v0.5.3
19522023-11-02T18:51:54.184Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3a44b29fad009a22 -C extra-filename=-3a44b29fad009a22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --cap-lints allow -D warnings`
19532023-11-02T18:51:54.196Z Compiling phf_shared v0.10.0
19542023-11-02T18:51:54.223Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35a1e6c53bd22367 -C extra-filename=-35a1e6c53bd22367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings`
19552023-11-02T18:51:54.399Z Compiling itertools v0.11.0
19562023-11-02T18:51:54.412Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=3c99362b4aacff3c -C extra-filename=-3c99362b4aacff3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --cap-lints allow -D warnings`
19572023-11-02T18:51:54.445Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build`
19582023-11-02T18:51:54.485Z Compiling heapless v0.7.16
19592023-11-02T18:51:54.503Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=23da22c2b3af306f -C extra-filename=-23da22c2b3af306f --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-23da22c2b3af306f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
19602023-11-02T18:51:54.589Z Compiling fixedbitset v0.4.2
19612023-11-02T18:51:54.595Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=334cf71e941e472f -C extra-filename=-334cf71e941e472f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19622023-11-02T18:51:54.627Z Compiling precomputed-hash v0.1.1
19632023-11-02T18:51:54.631Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=afcfa672a94f390c -C extra-filename=-afcfa672a94f390c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19642023-11-02T18:51:54.660Z Compiling new_debug_unreachable v1.0.4
19652023-11-02T18:51:54.689Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be22740c95a4191c -C extra-filename=-be22740c95a4191c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19662023-11-02T18:51:54.784Z Compiling string_cache v0.8.7
19672023-11-02T18:51:54.787Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=b588f94c7a2631d8 -C extra-filename=-b588f94c7a2631d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-be22740c95a4191c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-35a1e6c53bd22367.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-afcfa672a94f390c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
19682023-11-02T18:51:54.852Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3446c48c45076573 -C extra-filename=-3446c48c45076573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
19692023-11-02T18:51:54.975Z Compiling regress v0.7.1
19702023-11-02T18:51:55.020Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c688f5001495eed8 -C extra-filename=-c688f5001495eed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
19712023-11-02T18:51:55.205Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-23da22c2b3af306f/build-script-build`
19722023-11-02T18:51:55.291Z Compiling petgraph v0.6.4
19732023-11-02T18:51:55.301Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=886f8d4dae3c1a25 -C extra-filename=-886f8d4dae3c1a25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-334cf71e941e472f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
19742023-11-02T18:51:55.712Z Compiling diesel_table_macro_syntax v0.1.0
19752023-11-02T18:51:55.715Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=be1a32ba9ae536a9 -C extra-filename=-be1a32ba9ae536a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
19762023-11-02T18:51:55.718Z Compiling managed v0.8.0
19772023-11-02T18:51:55.722Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=6cd4ef04d9bd039a -C extra-filename=-6cd4ef04d9bd039a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19782023-11-02T18:51:55.920Z Compiling tap v1.0.1
19792023-11-02T18:51:55.925Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcd9c7fe6eb41e73 -C extra-filename=-bcd9c7fe6eb41e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19802023-11-02T18:51:56.222Z Compiling wyz v0.5.1
19812023-11-02T18:51:56.238Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70e49b68f2896e2c -C extra-filename=-70e49b68f2896e2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-bcd9c7fe6eb41e73.rmeta --cap-lints allow -D warnings`
19822023-11-02T18:51:56.267Z Compiling diesel_derives v2.1.1
19832023-11-02T18:51:56.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=e0ead9d61c4251ce -C extra-filename=-e0ead9d61c4251ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-be1a32ba9ae536a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
19842023-11-02T18:51:56.919Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=de56a88f97067490 -C extra-filename=-de56a88f97067490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-3446c48c45076573.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings`
19852023-11-02T18:51:57.568Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8a321cfe1c894c4 -C extra-filename=-d8a321cfe1c894c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
19862023-11-02T18:51:58.301Z Compiling hyper-tls v0.5.0
19872023-11-02T18:51:58.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a697e39c09bbc7d0 -C extra-filename=-a697e39c09bbc7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
19882023-11-02T18:51:58.377Z Compiling num-bigint v0.4.4
19892023-11-02T18:51:58.383Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=332afd651b0e2feb -C extra-filename=-332afd651b0e2feb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
19902023-11-02T18:51:58.854Z Compiling funty v2.0.0
19912023-11-02T18:51:58.871Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b279bc09e4f477aa -C extra-filename=-b279bc09e4f477aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19922023-11-02T18:51:59.269Z Compiling lalrpop-util v0.19.12
19932023-11-02T18:51:59.287Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3504c7d3cd08c24f -C extra-filename=-3504c7d3cd08c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19942023-11-02T18:51:59.649Z Compiling matches v0.1.10
19952023-11-02T18:51:59.653Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=906d2fc56170fa2a -C extra-filename=-906d2fc56170fa2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19962023-11-02T18:51:59.792Z Compiling smoltcp v0.9.1
19972023-11-02T18:51:59.798Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="proto-ipv6"' -C metadata=d4972ee1f4270ef3 -C extra-filename=-d4972ee1f4270ef3 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
19982023-11-02T18:51:59.814Z Compiling idna v0.2.3
19992023-11-02T18:51:59.817Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4a07e7d47860336 -C extra-filename=-e4a07e7d47860336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-906d2fc56170fa2a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
20002023-11-02T18:52:00.817Z Compiling clap v4.4.3
20012023-11-02T18:52:00.853Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=258f77005d15f95f -C extra-filename=-258f77005d15f95f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings`
20022023-11-02T18:52:01.000Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build`
20032023-11-02T18:52:01.020Z Compiling bitvec v1.0.1
20042023-11-02T18:52:01.028Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40ca70e57e9b8103 -C extra-filename=-40ca70e57e9b8103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-b279bc09e4f477aa.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-d8a321cfe1c894c4.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-bcd9c7fe6eb41e73.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-70e49b68f2896e2c.rmeta --cap-lints allow -D warnings`
20052023-11-02T18:52:02.281Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
20062023-11-02T18:52:02.285Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=49415ddd8459087f -C extra-filename=-49415ddd8459087f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
20072023-11-02T18:52:02.442Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build`
20082023-11-02T18:52:02.692Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=ebfc153c90fbfd3e -C extra-filename=-ebfc153c90fbfd3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
20092023-11-02T18:52:02.977Z Compiling hubpack_derive v0.1.1
20102023-11-02T18:52:02.984Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ecf3929afd1d063e -C extra-filename=-ecf3929afd1d063e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
20112023-11-02T18:52:03.029Z Compiling trust-dns-proto v0.22.0
20122023-11-02T18:52:03.053Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=46aebd9158e6f817 -C extra-filename=-46aebd9158e6f817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e4a07e7d47860336.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
20132023-11-02T18:52:03.851Z Compiling scheduled-thread-pool v0.2.7
20142023-11-02T18:52:03.854Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb66374e6c29aa48 -C extra-filename=-fb66374e6c29aa48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --cap-lints allow -D warnings`
20152023-11-02T18:52:04.564Z Compiling regex-automata v0.1.10
20162023-11-02T18:52:04.573Z Compiling predicates-core v1.0.6
20172023-11-02T18:52:04.579Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1bc0b279b308e60 -C extra-filename=-b1bc0b279b308e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20182023-11-02T18:52:04.591Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3739f879860131f9 -C extra-filename=-3739f879860131f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20192023-11-02T18:52:04.834Z Compiling r2d2 v0.8.10
20202023-11-02T18:52:04.878Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d7666a4054870a89 -C extra-filename=-d7666a4054870a89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-fb66374e6c29aa48.rmeta --cap-lints allow -D warnings`
20212023-11-02T18:52:05.180Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36095fb9666f8367 -C extra-filename=-36095fb9666f8367 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
20222023-11-02T18:52:05.375Z Compiling bstr v0.2.17
20232023-11-02T18:52:05.387Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=1025f05eee8b8d3f -C extra-filename=-1025f05eee8b8d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b1bc0b279b308e60.rmeta --cap-lints allow -D warnings`
20242023-11-02T18:52:05.413Z Compiling signature v2.1.0
20252023-11-02T18:52:05.832Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=7a7e48972e0bd978 -C extra-filename=-7a7e48972e0bd978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
20262023-11-02T18:52:06.314Z Compiling hash32 v0.2.1
20272023-11-02T18:52:06.319Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9c2ff9370b69476 -C extra-filename=-d9c2ff9370b69476 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --cap-lints allow -D warnings`
20282023-11-02T18:52:06.327Z Compiling float-cmp v0.9.0
20292023-11-02T18:52:06.337Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=b6779de596c50593 -C extra-filename=-b6779de596c50593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
20302023-11-02T18:52:06.344Z Compiling serde_repr v0.1.16
20312023-11-02T18:52:06.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=65ecef9a90fe8152 -C extra-filename=-65ecef9a90fe8152 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20322023-11-02T18:52:06.429Z Compiling difflib v0.4.0
20332023-11-02T18:52:06.441Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2facd3e22eefa6a -C extra-filename=-f2facd3e22eefa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20342023-11-02T18:52:07.902Z Compiling regex-automata v0.3.8
20352023-11-02T18:52:07.906Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=dd6efc2fdfa6944c -C extra-filename=-dd6efc2fdfa6944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20362023-11-02T18:52:08.166Z Compiling stable_deref_trait v1.2.0
20372023-11-02T18:52:08.169Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc99c464b95940b7 -C extra-filename=-dc99c464b95940b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20382023-11-02T18:52:08.324Z Compiling normalize-line-endings v0.3.0
20392023-11-02T18:52:08.391Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2cbf78c48f1f452 -C extra-filename=-c2cbf78c48f1f452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20402023-11-02T18:52:08.510Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=15c0056cb48a5c57 -C extra-filename=-15c0056cb48a5c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-d9c2ff9370b69476.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-dc99c464b95940b7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
20412023-11-02T18:52:08.592Z Compiling console v0.15.7
20422023-11-02T18:52:08.616Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=a56f4533ffbea430 -C extra-filename=-a56f4533ffbea430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
20432023-11-02T18:52:09.242Z Compiling similar v2.2.1
20442023-11-02T18:52:09.280Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=3c63ccdf774b3e83 -C extra-filename=-3c63ccdf774b3e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
20452023-11-02T18:52:10.630Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=9c7ed9488a446f7d -C extra-filename=-9c7ed9488a446f7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-15c0056cb48a5c57.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
20462023-11-02T18:52:10.957Z Compiling bstr v1.6.0
20472023-11-02T18:52:10.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=61b870e7f18a47cd -C extra-filename=-61b870e7f18a47cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-dd6efc2fdfa6944c.rmeta --cap-lints allow -D warnings`
20482023-11-02T18:52:11.244Z Compiling hubpack v0.1.2
20492023-11-02T18:52:11.257Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0685d639d431f21a -C extra-filename=-0685d639d431f21a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
20502023-11-02T18:52:12.010Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=301897f021cab42e -C extra-filename=-301897f021cab42e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
20512023-11-02T18:52:12.150Z Compiling predicates v3.0.4
20522023-11-02T18:52:12.162Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=d1e98c5379e5888d -C extra-filename=-d1e98c5379e5888d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0d512a45c2a75978.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
20532023-11-02T18:52:13.637Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20542023-11-02T18:52:13.640Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=3822c7e6330eccda -C extra-filename=-3822c7e6330eccda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0685d639d431f21a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9c7ed9488a446f7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
20552023-11-02T18:52:13.712Z Compiling postgres-types v0.2.6
20562023-11-02T18:52:13.720Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=5970364a53ce4ff6 -C extra-filename=-5970364a53ce4ff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b1bf27277cf11cc6.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
20572023-11-02T18:52:14.920Z Compiling ipnetwork v0.20.0
20582023-11-02T18:52:14.925Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=0edce8661e867924 -C extra-filename=-0edce8661e867924 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
20592023-11-02T18:52:15.011Z Compiling getopts v0.2.21
20602023-11-02T18:52:15.016Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da9ba133657e3013 -C extra-filename=-da9ba133657e3013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
20612023-11-02T18:52:16.009Z Compiling tokio-postgres v0.7.10
20622023-11-02T18:52:16.038Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=5dc7cc70d6080404 -C extra-filename=-5dc7cc70d6080404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b1bf27277cf11cc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
20632023-11-02T18:52:16.340Z Compiling usdt v0.3.5
20642023-11-02T18:52:16.355Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=176cd009761495ef -C extra-filename=-176cd009761495ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
20652023-11-02T18:52:16.756Z Compiling tokio-stream v0.1.14
20662023-11-02T18:52:16.763Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=ab2e52a17e5fa09a -C extra-filename=-ab2e52a17e5fa09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
20672023-11-02T18:52:16.817Z Compiling yasna v0.5.2
20682023-11-02T18:52:16.863Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=c6904b6ef60fe30d -C extra-filename=-c6904b6ef60fe30d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
20692023-11-02T18:52:17.870Z Compiling unsafe-libyaml v0.2.9
20702023-11-02T18:52:17.875Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unsafe-libyaml-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=6299a61bf3de1d92 -C extra-filename=-6299a61bf3de1d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20712023-11-02T18:52:18.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=9cc2d99f4c1c58f7 -C extra-filename=-9cc2d99f4c1c58f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
20722023-11-02T18:52:20.235Z Compiling serde_yaml v0.9.25
20732023-11-02T18:52:20.248Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_yaml-0.9.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=5a3915daf8998f56 -C extra-filename=-5a3915daf8998f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6299a61bf3de1d92.rmeta --cap-lints allow -D warnings`
20742023-11-02T18:52:21.111Z Compiling ident_case v1.0.1
20752023-11-02T18:52:21.120Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b929479011854e32 -C extra-filename=-b929479011854e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20762023-11-02T18:52:21.139Z Compiling slog-async v2.8.0
20772023-11-02T18:52:21.147Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=64069cab57bc419a -C extra-filename=-64069cab57bc419a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20782023-11-02T18:52:21.260Z Compiling diesel v2.1.3
20792023-11-02T18:52:21.272Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=31eb26792b8366e7 -C extra-filename=-31eb26792b8366e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0edce8661e867924.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7666a4054870a89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
20802023-11-02T18:52:21.387Z Compiling paste v1.0.14
20812023-11-02T18:52:21.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=00febffd2a4c24dc -C extra-filename=-00febffd2a4c24dc --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20822023-11-02T18:52:22.351Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build`
20832023-11-02T18:52:22.356Z Compiling camino v1.1.6
20842023-11-02T18:52:22.364Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=1f2760158a998691 -C extra-filename=-1f2760158a998691 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20852023-11-02T18:52:22.369Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build`
20862023-11-02T18:52:22.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=25659d6272c5f3e6 -C extra-filename=-25659d6272c5f3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
20872023-11-02T18:52:22.997Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build`
20882023-11-02T18:52:23.109Z Compiling darling_core v0.20.3
20892023-11-02T18:52:23.114Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=b8cc0e9d5294b50f -C extra-filename=-b8cc0e9d5294b50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
20902023-11-02T18:52:23.763Z Compiling multer v2.1.0
20912023-11-02T18:52:23.767Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=5b96e503a4f1c09a -C extra-filename=-5b96e503a4f1c09a --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
20922023-11-02T18:52:24.388Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c0e7eb12fc38c46 -C extra-filename=-3c0e7eb12fc38c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20932023-11-02T18:52:24.391Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build`
20942023-11-02T18:52:24.395Z Compiling async-stream-impl v0.3.5
20952023-11-02T18:52:24.398Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ec366f050dc34d1e -C extra-filename=-ec366f050dc34d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
20962023-11-02T18:52:24.413Z Compiling regex-syntax v0.6.29
20972023-11-02T18:52:24.439Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=c7a0169767136a1f -C extra-filename=-c7a0169767136a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
20982023-11-02T18:52:24.996Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
20992023-11-02T18:52:25.420Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a793e6cb42da8594 -C extra-filename=-a793e6cb42da8594 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
21002023-11-02T18:52:25.543Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build`
21012023-11-02T18:52:25.650Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21022023-11-02T18:52:25.679Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f9b644842415243e -C extra-filename=-f9b644842415243e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21032023-11-02T18:52:26.600Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=e18c481408ad2194 -C extra-filename=-e18c481408ad2194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
21042023-11-02T18:52:26.688Z Compiling structmeta-derive v0.1.6
21052023-11-02T18:52:26.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f8acad1d9617dacd -C extra-filename=-f8acad1d9617dacd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
21062023-11-02T18:52:29.232Z Compiling structmeta-derive v0.2.0
21072023-11-02T18:52:29.239Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=906e376baf82bd7b -C extra-filename=-906e376baf82bd7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21082023-11-02T18:52:30.522Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=42370874ccbb2736 -C extra-filename=-42370874ccbb2736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
21092023-11-02T18:52:31.424Z Compiling structmeta v0.1.6
21102023-11-02T18:52:31.429Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=dadcaa67af4c7804 -C extra-filename=-dadcaa67af4c7804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f8acad1d9617dacd.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
21112023-11-02T18:52:32.057Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=0a12ce2110a94ad2 -C extra-filename=-0a12ce2110a94ad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
21122023-11-02T18:52:32.119Z Compiling fastrand v2.0.0
21132023-11-02T18:52:32.124Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f4d068aa67514199 -C extra-filename=-f4d068aa67514199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21142023-11-02T18:52:32.420Z Compiling darling_macro v0.20.3
21152023-11-02T18:52:32.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c506b2922ac7ae05 -C extra-filename=-c506b2922ac7ae05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-b8cc0e9d5294b50f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21162023-11-02T18:52:33.060Z Compiling tempfile v3.8.0
21172023-11-02T18:52:33.068Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6d31a377a413cb1 -C extra-filename=-b6d31a377a413cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f4d068aa67514199.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --cap-lints allow -D warnings`
21182023-11-02T18:52:33.883Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21192023-11-02T18:52:33.891Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=df4f076d8e68e3cc -C extra-filename=-df4f076d8e68e3cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-49415ddd8459087f.rlib --extern proc_macro --cap-lints allow -D warnings`
21202023-11-02T18:52:33.993Z Compiling structmeta v0.2.0
21212023-11-02T18:52:33.996Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=affcf9f8b8db675d -C extra-filename=-affcf9f8b8db675d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-906e376baf82bd7b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
21222023-11-02T18:52:34.112Z Compiling parse-display-derive v0.7.0
21232023-11-02T18:52:34.651Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=43b4e839f2e01588 -C extra-filename=-43b4e839f2e01588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
21242023-11-02T18:52:34.659Z Compiling darling v0.20.3
21252023-11-02T18:52:34.665Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=e1532148dc9211eb -C extra-filename=-e1532148dc9211eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-b8cc0e9d5294b50f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c506b2922ac7ae05.so --cap-lints allow -D warnings`
21262023-11-02T18:52:34.676Z Compiling serde_with_macros v2.3.3
21272023-11-02T18:52:34.682Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=46d91b9d71140d62 -C extra-filename=-46d91b9d71140d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-e1532148dc9211eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21282023-11-02T18:52:34.690Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=af907919575e41a1 -C extra-filename=-af907919575e41a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings`
21292023-11-02T18:52:34.696Z Compiling test-strategy v0.3.1
21302023-11-02T18:52:34.704Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=588e61721eaff395 -C extra-filename=-588e61721eaff395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-affcf9f8b8db675d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
21312023-11-02T18:52:36.808Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=330c871f3d192e5f -C extra-filename=-330c871f3d192e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21322023-11-02T18:52:38.358Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=b26123be1bfb0475 -C extra-filename=-b26123be1bfb0475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-df76cd073edc3efc.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b8576bf9a9ca867b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
21332023-11-02T18:52:38.656Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=dc658704b8aece8d -C extra-filename=-dc658704b8aece8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b1bf27277cf11cc6.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
21342023-11-02T18:52:40.678Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=f610ebabab3e9f05 -C extra-filename=-f610ebabab3e9f05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b26123be1bfb0475.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
21352023-11-02T18:52:41.498Z Compiling dirs-sys-next v0.1.2
21362023-11-02T18:52:41.520Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f189bed277ebd26e -C extra-filename=-f189bed277ebd26e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
21372023-11-02T18:52:41.538Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=474e427290744ca9 -C extra-filename=-474e427290744ca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b1bf27277cf11cc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dc658704b8aece8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings`
21382023-11-02T18:52:41.551Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82272017594cf4e8 -C extra-filename=-82272017594cf4e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21392023-11-02T18:52:41.567Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=273444a7f6b14b30 -C extra-filename=-273444a7f6b14b30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7666a4054870a89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
21402023-11-02T18:52:42.092Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21412023-11-02T18:52:42.172Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=f9a1b8533c11a9c9 -C extra-filename=-f9a1b8533c11a9c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-49415ddd8459087f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
21422023-11-02T18:52:42.192Z Compiling dirs-next v2.0.0
21432023-11-02T18:52:42.201Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d6ad50f6f1ebeb9 -C extra-filename=-9d6ad50f6f1ebeb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-f189bed277ebd26e.rmeta --cap-lints allow -D warnings`
21442023-11-02T18:52:42.759Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
21452023-11-02T18:52:42.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7388fbf0d416b00 -C extra-filename=-e7388fbf0d416b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-da9ba133657e3013.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f64e1d551bbc190b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f9a1b8533c11a9c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21462023-11-02T18:52:42.787Z Compiling term v0.7.0
21472023-11-02T18:52:42.795Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7dc16e433b13a265 -C extra-filename=-7dc16e433b13a265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-9d6ad50f6f1ebeb9.rmeta --cap-lints allow -D warnings`
21482023-11-02T18:52:42.805Z Compiling atty v0.2.14
21492023-11-02T18:52:43.234Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=318a6ebbcda68aba -C extra-filename=-318a6ebbcda68aba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
21502023-11-02T18:52:43.240Z Compiling match_cfg v0.1.0
21512023-11-02T18:52:43.243Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=38e46414f05776ae -C extra-filename=-38e46414f05776ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21522023-11-02T18:52:43.247Z Compiling crossbeam-channel v0.5.8
21532023-11-02T18:52:43.251Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=41e0aa6bbf5cc8a2 -C extra-filename=-41e0aa6bbf5cc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
21542023-11-02T18:52:43.255Z Compiling hostname v0.3.1
21552023-11-02T18:52:43.264Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=825c89ee82a57d47 -C extra-filename=-825c89ee82a57d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-38e46414f05776ae.rmeta --cap-lints allow -D warnings`
21562023-11-02T18:52:43.388Z Compiling sha1 v0.10.5
21572023-11-02T18:52:43.392Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8efde83da752c28a -C extra-filename=-8efde83da752c28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings`
21582023-11-02T18:52:44.048Z Compiling thread_local v1.1.7
21592023-11-02T18:52:44.076Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b57738c95f1291d -C extra-filename=-4b57738c95f1291d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
21602023-11-02T18:52:44.902Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=de857346a4753d4e -C extra-filename=-de857346a4753d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
21612023-11-02T18:52:44.985Z Compiling strum v0.25.0
21622023-11-02T18:52:44.990Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=17bd510c94228d39 -C extra-filename=-17bd510c94228d39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --cap-lints allow -D warnings`
21632023-11-02T18:52:45.254Z Compiling instant v0.1.12
21642023-11-02T18:52:45.279Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a878bd455251f7ad -C extra-filename=-a878bd455251f7ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
21652023-11-02T18:52:45.283Z Compiling take_mut v0.2.2
21662023-11-02T18:52:45.305Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=129894f923fac3f1 -C extra-filename=-129894f923fac3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21672023-11-02T18:52:45.473Z Compiling slog-term v2.9.0
21682023-11-02T18:52:45.501Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5836e2a5244b09b9 -C extra-filename=-5836e2a5244b09b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21692023-11-02T18:52:45.525Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=92bfa0559792adb6 -C extra-filename=-92bfa0559792adb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-129894f923fac3f1.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --cap-lints allow -D warnings --cfg integer128`
21702023-11-02T18:52:46.752Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=659a39a9b53a3975 -C extra-filename=-659a39a9b53a3975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-82272017594cf4e8.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
21712023-11-02T18:52:46.938Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d562c9b25280b25b -C extra-filename=-d562c9b25280b25b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-da9ba133657e3013.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-659a39a9b53a3975.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings`
21722023-11-02T18:52:47.653Z Compiling serde_with v2.3.3
21732023-11-02T18:52:47.679Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f37542964a946a64 -C extra-filename=-f37542964a946a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings`
21742023-11-02T18:52:47.700Z Compiling slog-json v2.6.1
21752023-11-02T18:52:48.120Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1cb90a5867f95b58 -C extra-filename=-1cb90a5867f95b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21762023-11-02T18:52:48.303Z Compiling slog-bunyan v2.4.0
21772023-11-02T18:52:48.318Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d0a55b9fae8929cb -C extra-filename=-d0a55b9fae8929cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-825c89ee82a57d47.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1cb90a5867f95b58.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
21782023-11-02T18:52:48.610Z Compiling atomic-waker v1.1.1
21792023-11-02T18:52:48.627Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4ffaad2f705c4d0 -C extra-filename=-f4ffaad2f705c4d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21802023-11-02T18:52:48.895Z Compiling debug-ignore v1.0.5
21812023-11-02T18:52:48.898Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2abfcb6c70cf6ba -C extra-filename=-f2abfcb6c70cf6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21822023-11-02T18:52:49.530Z Compiling waitgroup v0.1.2
21832023-11-02T18:52:49.542Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=50b942fef25a4b5f -C extra-filename=-50b942fef25a4b5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-f4ffaad2f705c4d0.rmeta --cap-lints allow -D warnings`
21842023-11-02T18:52:49.545Z Compiling async-stream v0.3.5
21852023-11-02T18:52:49.551Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f161070c4a4a0796 -C extra-filename=-f161070c4a4a0796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings`
21862023-11-02T18:52:49.972Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ccae555fe7980b94 -C extra-filename=-ccae555fe7980b94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
21872023-11-02T18:52:50.212Z Compiling serde_path_to_error v0.1.14
21882023-11-02T18:52:50.225Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a03d81885b79d46 -C extra-filename=-1a03d81885b79d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21892023-11-02T18:52:51.668Z Compiling backoff v0.4.0
21902023-11-02T18:52:51.673Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=096baf33883e90fb -C extra-filename=-096baf33883e90fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
21912023-11-02T18:52:51.778Z Compiling quick-error v1.2.3
21922023-11-02T18:52:51.781Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=498dbea2568bdbaf -C extra-filename=-498dbea2568bdbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
21932023-11-02T18:52:52.010Z Compiling parse-display v0.7.0
21942023-11-02T18:52:52.022Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=8c1780e13885d002 -C extra-filename=-8c1780e13885d002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-43b4e839f2e01588.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
21952023-11-02T18:52:52.221Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21962023-11-02T18:52:52.241Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65ff712cdc192fd3 -C extra-filename=-65ff712cdc192fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21972023-11-02T18:52:52.370Z Compiling macaddr v1.0.1
21982023-11-02T18:52:52.373Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=1ad0b7378139616a -C extra-filename=-1ad0b7378139616a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
21992023-11-02T18:52:52.466Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=feeda8e1a2c81b9a -C extra-filename=-feeda8e1a2c81b9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22002023-11-02T18:52:53.084Z Compiling wait-timeout v0.2.0
22012023-11-02T18:52:53.095Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cab423074342a3b -C extra-filename=-6cab423074342a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
22022023-11-02T18:52:53.240Z Compiling rand_xorshift v0.3.0
22032023-11-02T18:52:53.243Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=841aeb633a71b002 -C extra-filename=-841aeb633a71b002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings`
22042023-11-02T18:52:53.722Z Compiling rusty-fork v0.3.0
22052023-11-02T18:52:53.725Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=73af1ac0bd339dea -C extra-filename=-73af1ac0bd339dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6cab423074342a3b.rmeta --cap-lints allow -D warnings`
22062023-11-02T18:52:53.981Z Compiling regex-syntax v0.7.5
22072023-11-02T18:52:53.987Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=0198c14610a57b32 -C extra-filename=-0198c14610a57b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22082023-11-02T18:52:54.565Z Compiling unarray v0.1.4
22092023-11-02T18:52:54.580Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7df36f5ba855866 -C extra-filename=-a7df36f5ba855866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22102023-11-02T18:52:54.777Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name log /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=aaf538cacb38ae69 -C extra-filename=-aaf538cacb38ae69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22112023-11-02T18:52:55.443Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e94dfb586ed909a -C extra-filename=-8e94dfb586ed909a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22122023-11-02T18:52:55.447Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c37760ceb6b7eb9 -C extra-filename=-0c37760ceb6b7eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22132023-11-02T18:52:55.563Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=195040b02b177146 -C extra-filename=-195040b02b177146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22142023-11-02T18:52:55.640Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22152023-11-02T18:52:55.660Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=549e6fb886845ebb -C extra-filename=-549e6fb886845ebb --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-f64e1d551bbc190b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e7388fbf0d416b00.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-5a3915daf8998f56.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
22162023-11-02T18:52:56.208Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=55888b3cf4c7447b -C extra-filename=-55888b3cf4c7447b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22172023-11-02T18:52:58.284Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=331e33b3e3eab9e4 -C extra-filename=-331e33b3e3eab9e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --cap-lints allow -D warnings`
22182023-11-02T18:52:58.393Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a82555b4114c13e -C extra-filename=-4a82555b4114c13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22192023-11-02T18:52:58.697Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=0f73e34081c966cd -C extra-filename=-0f73e34081c966cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound`
22202023-11-02T18:52:59.105Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ae111ecf99ff78ac -C extra-filename=-ae111ecf99ff78ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22212023-11-02T18:52:59.405Z Compiling proc-macro-crate v1.3.1
22222023-11-02T18:52:59.825Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1fd3c9aa859e2a37 -C extra-filename=-1fd3c9aa859e2a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings`
22232023-11-02T18:52:59.835Z Compiling crucible-workspace-hack v0.1.0
22242023-11-02T18:52:59.843Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5b0f29aaaad16d24 -C extra-filename=-5b0f29aaaad16d24 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22252023-11-02T18:53:00.208Z Compiling proptest v1.3.1
22262023-11-02T18:53:00.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=4ebf3aa24377495c -C extra-filename=-4ebf3aa24377495c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-841aeb633a71b002.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-73af1ac0bd339dea.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a7df36f5ba855866.rmeta --cap-lints allow -D warnings`
22272023-11-02T18:53:00.371Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24/build-script-build`
22282023-11-02T18:53:00.387Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=0ba4f66e2a3ffdcf -C extra-filename=-0ba4f66e2a3ffdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-c8f54ebde8160f23.so --cap-lints allow -D warnings`
22292023-11-02T18:53:00.888Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d2e140eae73b2ead -C extra-filename=-d2e140eae73b2ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22302023-11-02T18:53:01.070Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2b943ba7bdc80cb -C extra-filename=-a2b943ba7bdc80cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
22312023-11-02T18:53:02.115Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=857464e7953ad886 -C extra-filename=-857464e7953ad886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a2b943ba7bdc80cb.rmeta --cap-lints allow -D warnings`
22322023-11-02T18:53:03.371Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=bbe9fdba6b5a3076 -C extra-filename=-bbe9fdba6b5a3076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d2e140eae73b2ead.rmeta --cap-lints allow -D warnings --cfg has_to_int_unchecked --cfg has_reverse_bits --cfg has_leading_trailing_ones --cfg has_div_euclid --cfg has_copysign --cfg has_is_subnormal --cfg has_int_to_from_bytes --cfg has_float_to_from_bytes`
22332023-11-02T18:53:03.718Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b290f080638b941 -C extra-filename=-4b290f080638b941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22342023-11-02T18:53:04.296Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4eb40cefe3739e2 -C extra-filename=-e4eb40cefe3739e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22352023-11-02T18:53:05.198Z Compiling proc-macro-error-attr v1.0.4
22362023-11-02T18:53:05.201Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=4793a33fef0d79c3 -C extra-filename=-4793a33fef0d79c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22372023-11-02T18:53:05.994Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build`
22382023-11-02T18:53:06.031Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=478723dc69368376 -C extra-filename=-478723dc69368376 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
22392023-11-02T18:53:06.292Z Compiling proc-macro-error v1.0.4
22402023-11-02T18:53:06.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=c6eda2b9346f1316 -C extra-filename=-c6eda2b9346f1316 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22412023-11-02T18:53:06.840Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build`
22422023-11-02T18:53:06.998Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=4413c936186ca977 -C extra-filename=-4413c936186ca977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings`
22432023-11-02T18:53:07.087Z Compiling num_enum_derive v0.5.11
22442023-11-02T18:53:07.099Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=72c39f3150c51ec5 -C extra-filename=-72c39f3150c51ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22452023-11-02T18:53:07.950Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59a8c1a9f4cc401a -C extra-filename=-59a8c1a9f4cc401a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22462023-11-02T18:53:08.312Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=839335292a7245f2 -C extra-filename=-839335292a7245f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22472023-11-02T18:53:08.703Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=45ca554d4d76a8fb -C extra-filename=-45ca554d4d76a8fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-4413c936186ca977.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings --cfg use_fallback`
22482023-11-02T18:53:09.730Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.49/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2666dc1e27be8b4d -C extra-filename=-2666dc1e27be8b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-9da73fdce886a303.so --cap-lints allow -D warnings`
22492023-11-02T18:53:09.926Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=15f20dc26df54122 -C extra-filename=-15f20dc26df54122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22502023-11-02T18:53:10.313Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=5e540ad4941d14f0 -C extra-filename=-5e540ad4941d14f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-59a8c1a9f4cc401a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence`
22512023-11-02T18:53:10.393Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22522023-11-02T18:53:10.430Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=ddd769f882e45b6a -C extra-filename=-ddd769f882e45b6a --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22532023-11-02T18:53:10.994Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build`
22542023-11-02T18:53:11.032Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d5c3309b3d36f70 -C extra-filename=-0d5c3309b3d36f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22552023-11-02T18:53:11.215Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=4d864f5ef6f0cb90 -C extra-filename=-4d864f5ef6f0cb90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
22562023-11-02T18:53:11.466Z Compiling base64ct v1.6.0
22572023-11-02T18:53:11.490Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=782b309d60146739 -C extra-filename=-782b309d60146739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22582023-11-02T18:53:12.560Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fca2ca054f4fc8df -C extra-filename=-fca2ca054f4fc8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22592023-11-02T18:53:12.595Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602023-11-02T18:53:13.097Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9ec34ae820c9a363 -C extra-filename=-9ec34ae820c9a363 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22612023-11-02T18:53:13.104Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=d9ce96cf778302ef -C extra-filename=-d9ce96cf778302ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0d5c3309b3d36f70.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e4eb40cefe3739e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings`
22622023-11-02T18:53:13.108Z Compiling foreign-types-macros v0.2.3
22632023-11-02T18:53:13.112Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' -C metadata=d8079752ff45b0c7 -C extra-filename=-d8079752ff45b0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
22642023-11-02T18:53:13.115Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build`
22652023-11-02T18:53:13.158Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d3b97ee3b256b9db -C extra-filename=-d3b97ee3b256b9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22662023-11-02T18:53:13.315Z Compiling is-terminal v0.4.9
22672023-11-02T18:53:13.357Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a149ebee13979ce -C extra-filename=-8a149ebee13979ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --cap-lints allow -D warnings`
22682023-11-02T18:53:13.510Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22692023-11-02T18:53:13.524Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=e86f5de6f50d3ea8 -C extra-filename=-e86f5de6f50d3ea8 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
22702023-11-02T18:53:13.669Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22712023-11-02T18:53:13.676Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=722aa1f1d4eeb716 -C extra-filename=-722aa1f1d4eeb716 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22722023-11-02T18:53:14.081Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83f35cd01d19a331 -C extra-filename=-83f35cd01d19a331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22732023-11-02T18:53:14.185Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build`
22742023-11-02T18:53:14.227Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8/build-script-build`
22752023-11-02T18:53:14.364Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=1f46b2dcc29359b1 -C extra-filename=-1f46b2dcc29359b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-59a8c1a9f4cc401a.rmeta --cap-lints allow -D warnings`
22762023-11-02T18:53:14.649Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1486aaee3f323cc1 -C extra-filename=-1486aaee3f323cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
22772023-11-02T18:53:14.686Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
22782023-11-02T18:53:14.690Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=54ed3404f246e1d0 -C extra-filename=-54ed3404f246e1d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22792023-11-02T18:53:15.208Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
22802023-11-02T18:53:15.219Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8f0ba65df9808a27 -C extra-filename=-8f0ba65df9808a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22812023-11-02T18:53:15.362Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.108/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=a79ff521aceff8c1 -C extra-filename=-a79ff521aceff8c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg limb_width_64`
22822023-11-02T18:53:16.287Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
22832023-11-02T18:53:16.303Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9594995f6893c70d -C extra-filename=-9594995f6893c70d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22842023-11-02T18:53:16.690Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3d4913af193ba8fa -C extra-filename=-3d4913af193ba8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22852023-11-02T18:53:16.827Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build`
22862023-11-02T18:53:16.866Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9e0b6ca8eb0c8cf -C extra-filename=-b9e0b6ca8eb0c8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22872023-11-02T18:53:16.933Z Compiling zone_cfg_derive v0.2.0
22882023-11-02T18:53:16.940Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9ea68d5abd5fc36e -C extra-filename=-9ea68d5abd5fc36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22892023-11-02T18:53:17.008Z Compiling mockall_derive v0.11.4
22902023-11-02T18:53:17.071Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9dd23f9535a12e5d -C extra-filename=-9dd23f9535a12e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
22912023-11-02T18:53:19.545Z Compiling num-derive v0.4.0
22922023-11-02T18:53:19.550Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=348bdbd4a67f8b15 -C extra-filename=-348bdbd4a67f8b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
22932023-11-02T18:53:20.470Z Compiling xattr v1.0.1
22942023-11-02T18:53:20.484Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=dc082b258e71080c -C extra-filename=-dc082b258e71080c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
22952023-11-02T18:53:20.925Z Compiling filetime v0.2.22
22962023-11-02T18:53:20.949Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed8d2a4807be5a28 -C extra-filename=-ed8d2a4807be5a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
22972023-11-02T18:53:21.434Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=c4da83d5a55438d5 -C extra-filename=-c4da83d5a55438d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
22982023-11-02T18:53:23.658Z Compiling tar v0.4.40
22992023-11-02T18:53:23.662Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=8b8f69e5c87d2414 -C extra-filename=-8b8f69e5c87d2414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-dc082b258e71080c.rmeta --cap-lints allow -D warnings`
23002023-11-02T18:53:24.572Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=776cc17a9c34995e -C extra-filename=-776cc17a9c34995e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23012023-11-02T18:53:25.850Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=952c4328c6f554fb -C extra-filename=-952c4328c6f554fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23022023-11-02T18:53:26.575Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=ba2c5ad6cc3819c4 -C extra-filename=-ba2c5ad6cc3819c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-952c4328c6f554fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23032023-11-02T18:53:26.698Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2c416f3ca71bac21 -C extra-filename=-2c416f3ca71bac21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
23042023-11-02T18:53:27.344Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=1f5aded3f0934012 -C extra-filename=-1f5aded3f0934012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --cap-lints allow -D warnings`
23052023-11-02T18:53:28.010Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=97c08c0a1637e212 -C extra-filename=-97c08c0a1637e212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23062023-11-02T18:53:28.913Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b6959ed5d9f01069 -C extra-filename=-b6959ed5d9f01069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23072023-11-02T18:53:29.049Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7707dd2a7f3f5fc1 -C extra-filename=-7707dd2a7f3f5fc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23082023-11-02T18:53:29.476Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=135bf7ba8ab3ea34 -C extra-filename=-135bf7ba8ab3ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-cfb3bddea19c3a21.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --cap-lints allow -D warnings`
23092023-11-02T18:53:29.574Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=3ea74bcbc130599d -C extra-filename=-3ea74bcbc130599d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
23102023-11-02T18:53:29.794Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=a169f199810ce08f -C extra-filename=-a169f199810ce08f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23112023-11-02T18:53:31.640Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d06ce94a40ddfe1 -C extra-filename=-8d06ce94a40ddfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23122023-11-02T18:53:31.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2cab8e63723bf814 -C extra-filename=-2cab8e63723bf814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23132023-11-02T18:53:31.920Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=91f0b1f081d73347 -C extra-filename=-91f0b1f081d73347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-8d06ce94a40ddfe1.rmeta --cap-lints allow -D warnings`
23142023-11-02T18:53:32.332Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ab91cbb0541516ac -C extra-filename=-ab91cbb0541516ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
23152023-11-02T18:53:32.395Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=db8c7d8154906494 -C extra-filename=-db8c7d8154906494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-ab91cbb0541516ac.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
23162023-11-02T18:53:32.973Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16deb6d7e68daa91 -C extra-filename=-16deb6d7e68daa91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'`
23172023-11-02T18:53:33.173Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=5989520b66fa0dce -C extra-filename=-5989520b66fa0dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-839335292a7245f2.rmeta --cap-lints allow -D warnings`
23182023-11-02T18:53:33.349Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c51a83c80e38f6e3 -C extra-filename=-c51a83c80e38f6e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23192023-11-02T18:53:33.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=b4bc10243c26e981 -C extra-filename=-b4bc10243c26e981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23202023-11-02T18:53:33.559Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=93d7d8ec84a79151 -C extra-filename=-93d7d8ec84a79151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings`
23212023-11-02T18:53:33.682Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8fc004cf30cfd85 -C extra-filename=-a8fc004cf30cfd85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23222023-11-02T18:53:34.360Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=dd3c6ac25a9b82e9 -C extra-filename=-dd3c6ac25a9b82e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23232023-11-02T18:53:34.576Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86c5147d695ab8b0 -C extra-filename=-86c5147d695ab8b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --cap-lints allow -D warnings`
23242023-11-02T18:53:34.664Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-0.8.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=0687e8647cca9e82 -C extra-filename=-0687e8647cca9e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic`
23252023-11-02T18:53:36.102Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=538c134b846122d1 -C extra-filename=-538c134b846122d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-93d7d8ec84a79151.rmeta --cap-lints allow -D warnings`
23262023-11-02T18:53:36.439Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=065c702e72289fd3 -C extra-filename=-065c702e72289fd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --cap-lints allow -D warnings`
23272023-11-02T18:53:36.570Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a959748c4116a85 -C extra-filename=-1a959748c4116a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23282023-11-02T18:53:36.761Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spin /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=d603c8d4e5059e33 -C extra-filename=-d603c8d4e5059e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0f73e34081c966cd.rmeta --cap-lints allow -D warnings`
23292023-11-02T18:53:36.845Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=a708795783266417 -C extra-filename=-a708795783266417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23302023-11-02T18:53:37.167Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8d764ac0566c5587 -C extra-filename=-8d764ac0566c5587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --cap-lints allow -D warnings`
23312023-11-02T18:53:37.432Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ccb81907c4b78a17 -C extra-filename=-ccb81907c4b78a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23322023-11-02T18:53:37.575Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2ac28cbadba7faa0 -C extra-filename=-2ac28cbadba7faa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23332023-11-02T18:53:37.670Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb4a6eac9a61464f -C extra-filename=-eb4a6eac9a61464f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
23342023-11-02T18:53:37.849Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4dbdfb813a4a048f -C extra-filename=-4dbdfb813a4a048f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro`
23352023-11-02T18:53:38.155Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=6d6730805a801a5f -C extra-filename=-6d6730805a801a5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-16deb6d7e68daa91.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-a708795783266417.rmeta --cap-lints allow -D warnings`
23362023-11-02T18:53:40.069Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d385be1db3fee74e -C extra-filename=-d385be1db3fee74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23372023-11-02T18:53:40.195Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a3880947b45af1e -C extra-filename=-3a3880947b45af1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-eb4a6eac9a61464f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --cap-lints allow -D warnings`
23382023-11-02T18:53:40.220Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=9db298c3bfbb444c -C extra-filename=-9db298c3bfbb444c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --cap-lints allow -D warnings`
23392023-11-02T18:53:40.270Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d3e47da13ea8dfbb -C extra-filename=-d3e47da13ea8dfbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-d385be1db3fee74e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23402023-11-02T18:53:40.296Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64edcd8daed94a95 -C extra-filename=-64edcd8daed94a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd`
23412023-11-02T18:53:40.521Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f4cc2d93810d5310 -C extra-filename=-f4cc2d93810d5310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23422023-11-02T18:53:40.602Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=45346198772e2c41 -C extra-filename=-45346198772e2c41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23432023-11-02T18:53:40.779Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=a50ce7321bfdc712 -C extra-filename=-a50ce7321bfdc712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
23442023-11-02T18:53:41.296Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a9c6a39ea2649f02 -C extra-filename=-a9c6a39ea2649f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
23452023-11-02T18:53:41.475Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name adler /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8aa334b770300df0 -C extra-filename=-8aa334b770300df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23462023-11-02T18:53:41.596Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=45f9b288087bf8e6 -C extra-filename=-45f9b288087bf8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23472023-11-02T18:53:41.847Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b4af682f00f4f8e -C extra-filename=-8b4af682f00f4f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23482023-11-02T18:53:42.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=03c8990544e304c9 -C extra-filename=-03c8990544e304c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-839335292a7245f2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -l static=ring-core -l static=ring-test`
23492023-11-02T18:53:42.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=6e30452003b40aeb -C extra-filename=-6e30452003b40aeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-8aa334b770300df0.rmeta --cap-lints allow -D warnings`
23502023-11-02T18:53:42.508Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=f2b2df9d67b5ff74 -C extra-filename=-f2b2df9d67b5ff74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-45346198772e2c41.rmeta --cap-lints allow -D warnings --cfg has_std`
23512023-11-02T18:53:43.254Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=a5ada7efac379163 -C extra-filename=-a5ada7efac379163 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
23522023-11-02T18:53:43.985Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46a5cef56c574a55 -C extra-filename=-46a5cef56c574a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23532023-11-02T18:53:44.398Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ed2f179d916e5df -C extra-filename=-1ed2f179d916e5df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23542023-11-02T18:53:44.864Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=e6d0e2dd74e16531 -C extra-filename=-e6d0e2dd74e16531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
23552023-11-02T18:53:44.897Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=963e5de6824495e7 -C extra-filename=-963e5de6824495e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128`
23562023-11-02T18:53:45.550Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=845df6b103dfb623 -C extra-filename=-845df6b103dfb623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
23572023-11-02T18:53:45.860Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9c066fd8aa13393 -C extra-filename=-f9c066fd8aa13393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23582023-11-02T18:53:46.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5d62e0e8a25aa97 -C extra-filename=-d5d62e0e8a25aa97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23592023-11-02T18:53:46.220Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a453485417867f18 -C extra-filename=-a453485417867f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23602023-11-02T18:53:46.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc2886ea81b15c6f -C extra-filename=-bc2886ea81b15c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23612023-11-02T18:53:46.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a048596724bee275 -C extra-filename=-a048596724bee275 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-bc2886ea81b15c6f.rmeta --cap-lints allow -D warnings`
23622023-11-02T18:53:46.609Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fcd6b4cdffc1bb22 -C extra-filename=-fcd6b4cdffc1bb22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-d5d62e0e8a25aa97.rmeta --cap-lints allow -D warnings`
23632023-11-02T18:53:46.615Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24a8445f7ecce1c1 -C extra-filename=-24a8445f7ecce1c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
23642023-11-02T18:53:46.699Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e9d1ad0d0031626 -C extra-filename=-6e9d1ad0d0031626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
23652023-11-02T18:53:47.052Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2796f4240060362d -C extra-filename=-2796f4240060362d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --cap-lints allow -D warnings`
23662023-11-02T18:53:47.392Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ff9478a143bb4b59 -C extra-filename=-ff9478a143bb4b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d`
23672023-11-02T18:53:47.623Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mime /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=456145d791e7aded -C extra-filename=-456145d791e7aded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23682023-11-02T18:53:48.267Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' -C metadata=dc107dcf8621a51f -C extra-filename=-dc107dcf8621a51f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-a50ce7321bfdc712.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --cap-lints allow -D warnings`
23692023-11-02T18:53:48.367Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=635924db43c48ac5 -C extra-filename=-635924db43c48ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23702023-11-02T18:53:48.534Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=672f0617b36e2a5d -C extra-filename=-672f0617b36e2a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23712023-11-02T18:53:48.598Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fddaf6cd5a758ca -C extra-filename=-6fddaf6cd5a758ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23722023-11-02T18:53:48.734Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cdb75033c22de3bd -C extra-filename=-cdb75033c22de3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23732023-11-02T18:53:48.858Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=b1008f6b16506ac7 -C extra-filename=-b1008f6b16506ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-16deb6d7e68daa91.rmeta --cap-lints allow -D warnings`
23742023-11-02T18:53:49.845Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=878eee0db71a2cfb -C extra-filename=-878eee0db71a2cfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300`
23752023-11-02T18:53:49.884Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=31596f1cfd69171c -C extra-filename=-31596f1cfd69171c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
23762023-11-02T18:53:50.757Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8643221b7cc69ba7 -C extra-filename=-8643221b7cc69ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23772023-11-02T18:53:51.589Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=d20319421da82dff -C extra-filename=-d20319421da82dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23782023-11-02T18:53:51.779Z Compiling termtree v0.4.1
23792023-11-02T18:53:51.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21deb15913796002 -C extra-filename=-21deb15913796002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23802023-11-02T18:53:52.027Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=366993323cf4be7d -C extra-filename=-366993323cf4be7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-cdb75033c22de3bd.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-672f0617b36e2a5d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-6fddaf6cd5a758ca.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --cap-lints allow -D warnings`
23812023-11-02T18:53:52.191Z Compiling predicates-tree v1.0.9
23822023-11-02T18:53:52.200Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55465b5f381609dd -C extra-filename=-55465b5f381609dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-21deb15913796002.rmeta --cap-lints allow -D warnings`
23832023-11-02T18:53:53.498Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=b2cde58c87913f77 -C extra-filename=-b2cde58c87913f77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a9c6a39ea2649f02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
23842023-11-02T18:53:53.524Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=a93e56d4d374eb2f -C extra-filename=-a93e56d4d374eb2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
23852023-11-02T18:53:53.937Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5860cb338547d550 -C extra-filename=-5860cb338547d550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23862023-11-02T18:53:54.770Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=6a1860f3303f1bff -C extra-filename=-6a1860f3303f1bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
23872023-11-02T18:53:57.792Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=6e083666603c4e01 -C extra-filename=-6e083666603c4e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-a50ce7321bfdc712.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-dc107dcf8621a51f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --cap-lints allow -D warnings`
23882023-11-02T18:53:59.585Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=f18ad2b4f7e42dbf -C extra-filename=-f18ad2b4f7e42dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-24a8445f7ecce1c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e6d0e2dd74e16531.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-fcd6b4cdffc1bb22.rmeta --cap-lints allow -D warnings`
23892023-11-02T18:54:00.041Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68d529025d396605 -C extra-filename=-68d529025d396605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-d20319421da82dff.rmeta --cap-lints allow -D warnings`
23902023-11-02T18:54:01.158Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d179d580a01d946c -C extra-filename=-d179d580a01d946c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
23912023-11-02T18:54:01.179Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ucd-trie-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=9161f70e0e78d07b -C extra-filename=-9161f70e0e78d07b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
23922023-11-02T18:54:02.081Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe26226a25f2fc59 -C extra-filename=-fe26226a25f2fc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d179d580a01d946c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
23932023-11-02T18:54:02.209Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d0786d661f585050 -C extra-filename=-d0786d661f585050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-9161f70e0e78d07b.rmeta --cap-lints allow -D warnings`
23942023-11-02T18:54:02.596Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=afe568b4e91ae0a4 -C extra-filename=-afe568b4e91ae0a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --cap-lints allow -D warnings`
23952023-11-02T18:54:03.005Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2f0b2e51cda1c6f -C extra-filename=-f2f0b2e51cda1c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
23962023-11-02T18:54:03.629Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec125181459068d2 -C extra-filename=-ec125181459068d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings`
23972023-11-02T18:54:03.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2ce3aaa1b0d599aa -C extra-filename=-2ce3aaa1b0d599aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-68d529025d396605.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a93e56d4d374eb2f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5860cb338547d550.rmeta --cap-lints allow -D warnings`
23982023-11-02T18:54:03.860Z Compiling num_enum v0.5.11
23992023-11-02T18:54:03.869Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=687b96da4e15d9f6 -C extra-filename=-687b96da4e15d9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-72c39f3150c51ec5.so --cap-lints allow -D warnings`
24002023-11-02T18:54:04.010Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24012023-11-02T18:54:04.046Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96e66a3044c565eb -C extra-filename=-96e66a3044c565eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
24022023-11-02T18:54:04.106Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=2ba0b9ecd6c51a3f -C extra-filename=-2ba0b9ecd6c51a3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24032023-11-02T18:54:04.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=38cace45970d66dc -C extra-filename=-38cace45970d66dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24042023-11-02T18:54:04.539Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=971cda85375d22df -C extra-filename=-971cda85375d22df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24052023-11-02T18:54:04.690Z Compiling postcard-cobs v0.1.5-pre
24062023-11-02T18:54:04.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bf3a2f460e40603 -C extra-filename=-3bf3a2f460e40603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24072023-11-02T18:54:04.749Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
24082023-11-02T18:54:04.760Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd0c3d07c4812ab5 -C extra-filename=-fd0c3d07c4812ab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-96e66a3044c565eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
24092023-11-02T18:54:05.237Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=042cda93981ab7e8 -C extra-filename=-042cda93981ab7e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec125181459068d2.rmeta --cap-lints allow -D warnings`
24102023-11-02T18:54:05.245Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=85727a65f2ef0e54 -C extra-filename=-85727a65f2ef0e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-2ce3aaa1b0d599aa.rmeta --cap-lints allow -D warnings`
24112023-11-02T18:54:05.251Z Compiling postcard v0.7.3
24122023-11-02T18:54:05.257Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=b3898e15b57613ca -C extra-filename=-b3898e15b57613ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-3bf3a2f460e40603.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
24132023-11-02T18:54:05.855Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=7da73bc294f1e755 -C extra-filename=-7da73bc294f1e755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
24142023-11-02T18:54:05.965Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=99d6081e5b4e0d62 -C extra-filename=-99d6081e5b4e0d62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests`
24152023-11-02T18:54:06.277Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82177fbc2fe42e73 -C extra-filename=-82177fbc2fe42e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-d0786d661f585050.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
24162023-11-02T18:54:06.472Z Compiling password-hash v0.5.0
24172023-11-02T18:54:06.477Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=742fb0a4a592bebb -C extra-filename=-742fb0a4a592bebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-782b309d60146739.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
24182023-11-02T18:54:07.106Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread-id-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6b8eb17b521a8c14 -C extra-filename=-6b8eb17b521a8c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
24192023-11-02T18:54:07.299Z Compiling smoltcp v0.8.2
24202023-11-02T18:54:07.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=08d295e1c64ae340 -C extra-filename=-08d295e1c64ae340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings`
24212023-11-02T18:54:08.303Z Compiling blake2 v0.10.6
24222023-11-02T18:54:08.320Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=6854ed4e5f95c79f -C extra-filename=-6854ed4e5f95c79f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings`
24232023-11-02T18:54:09.223Z Compiling foreign-types-shared v0.3.1
24242023-11-02T18:54:09.237Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5accb22857faf085 -C extra-filename=-5accb22857faf085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24252023-11-02T18:54:09.353Z Compiling cfg-if v0.1.10
24262023-11-02T18:54:09.380Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44d785dcfe5432ab -C extra-filename=-44d785dcfe5432ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24272023-11-02T18:54:09.398Z Compiling base64 v0.13.1
24282023-11-02T18:54:09.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ad8c311fcc61d255 -C extra-filename=-ad8c311fcc61d255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24292023-11-02T18:54:09.505Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3910d49aa99207bd -C extra-filename=-3910d49aa99207bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24302023-11-02T18:54:09.781Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24312023-11-02T18:54:09.791Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=25e000188ea8fb1c -C extra-filename=-25e000188ea8fb1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24322023-11-02T18:54:10.161Z Compiling foreign-types v0.5.0
24332023-11-02T18:54:10.199Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=95278da0f0883af2 -C extra-filename=-95278da0f0883af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5accb22857faf085.rmeta --cap-lints allow -D warnings`
24342023-11-02T18:54:10.232Z Compiling argon2 v0.5.2
24352023-11-02T18:54:10.242Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=844cd977baa4a72a -C extra-filename=-844cd977baa4a72a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-782b309d60146739.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-6854ed4e5f95c79f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-742fb0a4a592bebb.rmeta --cap-lints allow -D warnings`
24362023-11-02T18:54:10.400Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=7e84c7b185bf3d8e -C extra-filename=-7e84c7b185bf3d8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings`
24372023-11-02T18:54:10.819Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e8e0cb7bcc21358a -C extra-filename=-e8e0cb7bcc21358a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --cap-lints allow -D warnings`
24382023-11-02T18:54:10.913Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=a3f2bbb1cb3be415 -C extra-filename=-a3f2bbb1cb3be415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24392023-11-02T18:54:11.706Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb23ea4bc610a220 -C extra-filename=-cb23ea4bc610a220 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d179d580a01d946c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-fe26226a25f2fc59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64`
24402023-11-02T18:54:12.330Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=1506b044121151f3 -C extra-filename=-1506b044121151f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
24412023-11-02T18:54:12.346Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ac94346fa60aec6 -C extra-filename=-6ac94346fa60aec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
24422023-11-02T18:54:12.571Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1393588997e7b71f -C extra-filename=-1393588997e7b71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
24432023-11-02T18:54:12.896Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24442023-11-02T18:54:12.905Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=01289afc0ab27377 -C extra-filename=-01289afc0ab27377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-08d295e1c64ae340.rmeta --cap-lints allow -D warnings`
24452023-11-02T18:54:15.660Z Compiling cstr-argument v0.1.2
24462023-11-02T18:54:15.727Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39135e009da5126f -C extra-filename=-39135e009da5126f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
24472023-11-02T18:54:15.984Z Compiling pretty-hex v0.2.1
24482023-11-02T18:54:16.013Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=9248b1a20cd2c87d -C extra-filename=-9248b1a20cd2c87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24492023-11-02T18:54:16.037Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24502023-11-02T18:54:16.045Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ae448c753b3ab8f -C extra-filename=-6ae448c753b3ab8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-39135e009da5126f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-95278da0f0883af2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --cap-lints allow -D warnings`
24512023-11-02T18:54:16.274Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24522023-11-02T18:54:16.314Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=229e4cf0e7605b05 -C extra-filename=-229e4cf0e7605b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-6ac94346fa60aec6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9248b1a20cd2c87d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
24532023-11-02T18:54:16.421Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=129ad58b2f858651 -C extra-filename=-129ad58b2f858651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-44d785dcfe5432ab.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54ed3404f246e1d0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-01289afc0ab27377.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-08d295e1c64ae340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
24542023-11-02T18:54:16.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=595a8fb7a1c95869 -C extra-filename=-595a8fb7a1c95869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
24552023-11-02T18:54:16.842Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a1a2393433c3997 -C extra-filename=-0a1a2393433c3997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
24562023-11-02T18:54:16.923Z Compiling colored v2.0.4
24572023-11-02T18:54:16.927Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7dc6c274f08341bb -C extra-filename=-7dc6c274f08341bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --cap-lints allow -D warnings`
24582023-11-02T18:54:17.050Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=fd7a8b888af6f4b2 -C extra-filename=-fd7a8b888af6f4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
24592023-11-02T18:54:17.115Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7c6bfd074d875608 -C extra-filename=-7c6bfd074d875608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24602023-11-02T18:54:17.145Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d02e4f44237b5109 -C extra-filename=-d02e4f44237b5109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24612023-11-02T18:54:17.866Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=12e80841eef6dcef -C extra-filename=-12e80841eef6dcef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-042cda93981ab7e8.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-82177fbc2fe42e73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-6b8eb17b521a8c14.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard`
24622023-11-02T18:54:18.057Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e04e721f6a74771a -C extra-filename=-e04e721f6a74771a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7dc6c274f08341bb.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-229e4cf0e7605b05.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6ae448c753b3ab8f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0a1a2393433c3997.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-24e984d97ec2f30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings -l kstat`
24632023-11-02T18:54:18.127Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24642023-11-02T18:54:18.131Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c1ae5ae2e25876e6 -C extra-filename=-c1ae5ae2e25876e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-129ad58b2f858651.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-08d295e1c64ae340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
24652023-11-02T18:54:18.320Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=5fb0f80fbc938a42 -C extra-filename=-5fb0f80fbc938a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8e0cb7bcc21358a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --cap-lints allow -D warnings`
24662023-11-02T18:54:18.348Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ebe19ba3b8a7e9d3 -C extra-filename=-ebe19ba3b8a7e9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
24672023-11-02T18:54:18.494Z Compiling predicates v2.1.5
24682023-11-02T18:54:18.498Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=db530a9a12a6721e -C extra-filename=-db530a9a12a6721e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
24692023-11-02T18:54:19.394Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=36ae4547e3a6e6be -C extra-filename=-36ae4547e3a6e6be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-82177fbc2fe42e73.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-12e80841eef6dcef.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings`
24702023-11-02T18:54:19.397Z Compiling fragile v2.0.0
24712023-11-02T18:54:19.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd5815f383f72aff -C extra-filename=-fd5815f383f72aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24722023-11-02T18:54:20.356Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=c3c28f089340dd8e -C extra-filename=-c3c28f089340dd8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24732023-11-02T18:54:20.360Z Compiling downcast v0.11.0
24742023-11-02T18:54:20.364Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=30cd8cbd6ac21f60 -C extra-filename=-30cd8cbd6ac21f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24752023-11-02T18:54:20.721Z Compiling mockall v0.11.4
24762023-11-02T18:54:20.732Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7912624515dddc1c -C extra-filename=-7912624515dddc1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-30cd8cbd6ac21f60.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-fd5815f383f72aff.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd23f9535a12e5d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-db530a9a12a6721e.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --cap-lints allow -D warnings`
24772023-11-02T18:54:20.876Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=3e317e62e1aef1be -C extra-filename=-3e317e62e1aef1be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
24782023-11-02T18:54:21.198Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
24792023-11-02T18:54:21.209Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0be241183258e54b -C extra-filename=-0be241183258e54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
24802023-11-02T18:54:21.224Z Compiling zone v0.2.0
24812023-11-02T18:54:21.228Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=755e70298ed1b9bb -C extra-filename=-755e70298ed1b9bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings`
24822023-11-02T18:54:21.256Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atty /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80c6ba2741a8fc15 -C extra-filename=-80c6ba2741a8fc15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
24832023-11-02T18:54:21.474Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
24842023-11-02T18:54:21.508Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc5191793ebac439 -C extra-filename=-fc5191793ebac439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e04e721f6a74771a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-129ad58b2f858651.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
24852023-11-02T18:54:22.911Z Compiling smf v0.2.2
24862023-11-02T18:54:23.344Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c1cb337141f0da16 -C extra-filename=-c1cb337141f0da16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
24872023-11-02T18:54:23.352Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=e09bec773f40c56e -C extra-filename=-e09bec773f40c56e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24882023-11-02T18:54:23.539Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c2f02dc85b70eccb -C extra-filename=-c2f02dc85b70eccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
24892023-11-02T18:54:23.734Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f982b87747ade17f -C extra-filename=-f982b87747ade17f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
24902023-11-02T18:54:24.156Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66decd574235a33a -C extra-filename=-66decd574235a33a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e09bec773f40c56e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
24912023-11-02T18:54:24.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0b50cf77aa37dc11 -C extra-filename=-0b50cf77aa37dc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-595a8fb7a1c95869.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-f982b87747ade17f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c2f02dc85b70eccb.rmeta --cap-lints allow -D warnings`
24922023-11-02T18:54:25.081Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=329c2d8829f295b4 -C extra-filename=-329c2d8829f295b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-7c6bfd074d875608.rmeta --cap-lints allow -D warnings`
24932023-11-02T18:54:25.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11c486de82996761 -C extra-filename=-11c486de82996761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
24942023-11-02T18:54:25.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=ab783f3d51260a15 -C extra-filename=-ab783f3d51260a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
24952023-11-02T18:54:26.228Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=add7283db860befb -C extra-filename=-add7283db860befb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --cap-lints allow -D warnings`
24962023-11-02T18:54:26.931Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cf018927a3737292 -C extra-filename=-cf018927a3737292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
24972023-11-02T18:54:27.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=828c5280b551ebd8 -C extra-filename=-828c5280b551ebd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-0b50cf77aa37dc11.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
24982023-11-02T18:54:27.157Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=8b8556d46f061241 -C extra-filename=-8b8556d46f061241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-ab783f3d51260a15.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
24992023-11-02T18:54:29.126Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24fa5f2f08ec0b15 -C extra-filename=-24fa5f2f08ec0b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-329c2d8829f295b4.rmeta --cap-lints allow -D warnings`
25002023-11-02T18:54:30.902Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=75211160473867cb -C extra-filename=-75211160473867cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
25012023-11-02T18:54:35.181Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=46b5a067a728fb98 -C extra-filename=-46b5a067a728fb98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128`
25022023-11-02T18:54:56.042Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8a523b578f015f0 -C extra-filename=-f8a523b578f015f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
25032023-11-02T18:54:56.720Z Compiling slog-dtrace v0.2.3
25042023-11-02T18:54:56.989Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b50647bca677c0bc -C extra-filename=-b50647bca677c0bc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
25052023-11-02T18:54:57.099Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=8adc0276e9b31203 -C extra-filename=-8adc0276e9b31203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25062023-11-02T18:54:57.405Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=42a3f92a98646623 -C extra-filename=-42a3f92a98646623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25072023-11-02T18:54:57.611Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5d6012c1e66f0dae -C extra-filename=-5d6012c1e66f0dae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8adc0276e9b31203.rmeta --cap-lints allow -D warnings`
25082023-11-02T18:54:57.963Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=0e56dafc5d92fd04 -C extra-filename=-0e56dafc5d92fd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-66decd574235a33a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings`
25092023-11-02T18:54:58.124Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=0773500468b2395d -C extra-filename=-0773500468b2395d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-24fa5f2f08ec0b15.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-0b50cf77aa37dc11.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-828c5280b551ebd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings`
25102023-11-02T18:54:58.276Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f2bf28f6e7c3168 -C extra-filename=-5f2bf28f6e7c3168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-11c486de82996761.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e09bec773f40c56e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-7e84c7b185bf3d8e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0e56dafc5d92fd04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings`
25112023-11-02T18:54:58.411Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build`
25122023-11-02T18:54:58.608Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=639c1ccfd93d6357 -C extra-filename=-639c1ccfd93d6357 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-f8a523b578f015f0.rmeta --cap-lints allow -D warnings`
25132023-11-02T18:54:58.868Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=f30a0c26ba49672c -C extra-filename=-f30a0c26ba49672c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
25142023-11-02T18:54:59.696Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19f829fd183c8f46 -C extra-filename=-19f829fd183c8f46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings`
25152023-11-02T18:54:59.828Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e96518f20aad03dd -C extra-filename=-e96518f20aad03dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings`
25162023-11-02T18:55:00.067Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=2f7879f4b86b667f -C extra-filename=-2f7879f4b86b667f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25172023-11-02T18:55:00.139Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44fc1f1b664a737c -C extra-filename=-44fc1f1b664a737c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25182023-11-02T18:55:00.198Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f8355ec4ced16b28 -C extra-filename=-f8355ec4ced16b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-639c1ccfd93d6357.rmeta --cap-lints allow -D warnings`
25192023-11-02T18:55:00.221Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37bce1a76b384cd2 -C extra-filename=-37bce1a76b384cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
25202023-11-02T18:55:00.261Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dae9922e1d159d5a -C extra-filename=-dae9922e1d159d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings`
25212023-11-02T18:55:00.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name io_lifetimes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=339dffc7931754af -C extra-filename=-339dffc7931754af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std`
25222023-11-02T18:55:00.345Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f4a3d8e573f97e8a -C extra-filename=-f4a3d8e573f97e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25232023-11-02T18:55:00.375Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ec03181a96ec9d00 -C extra-filename=-ec03181a96ec9d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25242023-11-02T18:55:00.408Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cce3fa7d3348b524 -C extra-filename=-cce3fa7d3348b524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25252023-11-02T18:55:00.450Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ceb79fdff76abd9e -C extra-filename=-ceb79fdff76abd9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-37bce1a76b384cd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-ec03181a96ec9d00.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --cap-lints allow -D warnings --cfg integer128`
25262023-11-02T18:55:00.465Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=9ee4a968ff361346 -C extra-filename=-9ee4a968ff361346 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings`
25272023-11-02T18:55:00.495Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=c4df40cfa9b9ecb1 -C extra-filename=-c4df40cfa9b9ecb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a9c6a39ea2649f02.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-339dffc7931754af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish`
25282023-11-02T18:55:00.516Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ebd621134d8acbe -C extra-filename=-1ebd621134d8acbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f8355ec4ced16b28.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25292023-11-02T18:55:00.553Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=3f89cd07508cd947 -C extra-filename=-3f89cd07508cd947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings`
25302023-11-02T18:55:00.570Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f1a3512a0c299d35 -C extra-filename=-f1a3512a0c299d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25312023-11-02T18:55:00.987Z Compiling camino-tempfile v1.0.2
25322023-11-02T18:55:01.096Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf1f7eae8e3a98e9 -C extra-filename=-bf1f7eae8e3a98e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --cap-lints allow -D warnings`
25332023-11-02T18:55:01.132Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name managed /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=111f14b607062773 -C extra-filename=-111f14b607062773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25342023-11-02T18:55:01.151Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f09ed5b1d719f1b -C extra-filename=-0f09ed5b1d719f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25352023-11-02T18:55:01.187Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7532f2a07ea2c21b -C extra-filename=-7532f2a07ea2c21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25362023-11-02T18:55:01.217Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fe8c1482d70819b -C extra-filename=-4fe8c1482d70819b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25372023-11-02T18:55:01.250Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=d81063b8fe5c0a3a -C extra-filename=-d81063b8fe5c0a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-cce3fa7d3348b524.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-9ee4a968ff361346.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-7532f2a07ea2c21b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0f09ed5b1d719f1b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings`
25382023-11-02T18:55:01.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=999be47414310b46 -C extra-filename=-999be47414310b46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4df40cfa9b9ecb1.rmeta --cap-lints allow -D warnings`
25392023-11-02T18:55:01.293Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43f4e6202c9ec737 -C extra-filename=-43f4e6202c9ec737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4fe8c1482d70819b.rmeta --cap-lints allow -D warnings`
25402023-11-02T18:55:01.311Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbaa5a57a4bb9a3b -C extra-filename=-fbaa5a57a4bb9a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5d6012c1e66f0dae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f1a3512a0c299d35.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
25412023-11-02T18:55:01.326Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a291790a3ed91561 -C extra-filename=-a291790a3ed91561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86`
25422023-11-02T18:55:01.346Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c762373b81d0cfb2 -C extra-filename=-c762373b81d0cfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
25432023-11-02T18:55:01.372Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88a9e4732edbdaa4 -C extra-filename=-88a9e4732edbdaa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25442023-11-02T18:55:01.401Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66a0e4542fe6c5f9 -C extra-filename=-66a0e4542fe6c5f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25452023-11-02T18:55:01.427Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7923b4bfefb1ac88 -C extra-filename=-7923b4bfefb1ac88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25462023-11-02T18:55:01.444Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bf407bbd00dba7f9 -C extra-filename=-bf407bbd00dba7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25472023-11-02T18:55:01.459Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d58a262fc7773a5 -C extra-filename=-3d58a262fc7773a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25482023-11-02T18:55:01.487Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f64dc6819ef678e -C extra-filename=-5f64dc6819ef678e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-bf407bbd00dba7f9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --cap-lints allow -D warnings`
25492023-11-02T18:55:01.510Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=a7ba8aa03b86266b -C extra-filename=-a7ba8aa03b86266b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-d81063b8fe5c0a3a.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-cce3fa7d3348b524.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-3d58a262fc7773a5.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-66a0e4542fe6c5f9.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-999be47414310b46.rmeta --cap-lints allow -D warnings`
25502023-11-02T18:55:01.533Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c177e433b33898b6 -C extra-filename=-c177e433b33898b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-7923b4bfefb1ac88.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
25512023-11-02T18:55:01.550Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=620f8a0880f8aaa7 -C extra-filename=-620f8a0880f8aaa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28`
25522023-11-02T18:55:01.970Z Compiling pem v1.1.1
25532023-11-02T18:55:01.987Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f696754fa8dc0fb4 -C extra-filename=-f696754fa8dc0fb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ad8c311fcc61d255.rmeta --cap-lints allow -D warnings`
25542023-11-02T18:55:02.015Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d24d4dfec88b70d -C extra-filename=-6d24d4dfec88b70d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-88a9e4732edbdaa4.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c762373b81d0cfb2.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4fe8c1482d70819b.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-43f4e6202c9ec737.rmeta --cap-lints allow -D warnings`
25552023-11-02T18:55:02.451Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=bc6d8ba924edd9c6 -C extra-filename=-bc6d8ba924edd9c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
25562023-11-02T18:55:02.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c1734b397a334f2d -C extra-filename=-c1734b397a334f2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
25572023-11-02T18:55:02.893Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e1d16e1b4fcec6f -C extra-filename=-2e1d16e1b4fcec6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25582023-11-02T18:55:02.914Z Compiling same-file v1.0.6
25592023-11-02T18:55:02.927Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c7e7ef09a6abc64 -C extra-filename=-1c7e7ef09a6abc64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25602023-11-02T18:55:02.939Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=024b8926bc31d0c0 -C extra-filename=-024b8926bc31d0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25612023-11-02T18:55:02.955Z Compiling walkdir v2.4.0
25622023-11-02T18:55:02.973Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c5f644c1b249bcae -C extra-filename=-c5f644c1b249bcae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1c7e7ef09a6abc64.rmeta --cap-lints allow -D warnings`
25632023-11-02T18:55:03.397Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf404384f32d9ee0 -C extra-filename=-cf404384f32d9ee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-c1734b397a334f2d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings`
25642023-11-02T18:55:03.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8ce1e8f8421d516 -C extra-filename=-c8ce1e8f8421d516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-024b8926bc31d0c0.rmeta --cap-lints allow -D warnings`
25652023-11-02T18:55:03.425Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=fdf8bee5624521f1 -C extra-filename=-fdf8bee5624521f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c177e433b33898b6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
25662023-11-02T18:55:03.434Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f84f30d040ff99da -C extra-filename=-f84f30d040ff99da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
25672023-11-02T18:55:03.441Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a4af4e6b1fca033 -C extra-filename=-2a4af4e6b1fca033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings`
25682023-11-02T18:55:03.449Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4080cdfd12d50d60 -C extra-filename=-4080cdfd12d50d60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25692023-11-02T18:55:03.461Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=9424837649549af3 -C extra-filename=-9424837649549af3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --cap-lints allow -D warnings`
25702023-11-02T18:55:03.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=5a3e2c7c6363a38c -C extra-filename=-5a3e2c7c6363a38c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
25712023-11-02T18:55:03.484Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f060ddd993498d0 -C extra-filename=-9f060ddd993498d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --cap-lints allow -D warnings`
25722023-11-02T18:55:03.496Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=302c5d78f6495461 -C extra-filename=-302c5d78f6495461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --cap-lints allow -D warnings`
25732023-11-02T18:55:03.528Z Compiling cancel-safe-futures v0.1.5
25742023-11-02T18:55:03.539Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=3670afec490a1287 -C extra-filename=-3670afec490a1287 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-3670afec490a1287 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25752023-11-02T18:55:03.559Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5b4f755c0de68a9 -C extra-filename=-f5b4f755c0de68a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25762023-11-02T18:55:03.599Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21ec75a685fdc4d7 -C extra-filename=-21ec75a685fdc4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25772023-11-02T18:55:03.618Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=03a1466e1f5e93e4 -C extra-filename=-03a1466e1f5e93e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25782023-11-02T18:55:03.632Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=2e3f0086e3a6d9df -C extra-filename=-2e3f0086e3a6d9df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-9f060ddd993498d0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-21ec75a685fdc4d7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics`
25792023-11-02T18:55:03.647Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-3670afec490a1287/build-script-build`
25802023-11-02T18:55:03.664Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0535d6c1bd1d30a -C extra-filename=-a0535d6c1bd1d30a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-302c5d78f6495461.rmeta --cap-lints allow -D warnings`
25812023-11-02T18:55:03.678Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=8e044772089bbb07 -C extra-filename=-8e044772089bbb07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings`
25822023-11-02T18:55:03.690Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=28e012a9a5d1528a -C extra-filename=-28e012a9a5d1528a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
25832023-11-02T18:55:03.701Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=888510a1dffd1cc6 -C extra-filename=-888510a1dffd1cc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
25842023-11-02T18:55:03.710Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=4fa0de64df2759dc -C extra-filename=-4fa0de64df2759dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a7ba8aa03b86266b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings`
25852023-11-02T18:55:03.716Z Compiling headers-core v0.2.0
25862023-11-02T18:55:03.722Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52f12acfd6f2db20 -C extra-filename=-52f12acfd6f2db20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --cap-lints allow -D warnings`
25872023-11-02T18:55:03.728Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88eefee67aa2ca73 -C extra-filename=-88eefee67aa2ca73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25882023-11-02T18:55:03.740Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=481036e0ceb810d1 -C extra-filename=-481036e0ceb810d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25892023-11-02T18:55:03.746Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=258c6c3c80c925b3 -C extra-filename=-258c6c3c80c925b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25902023-11-02T18:55:03.753Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=86d15311e3a6f387 -C extra-filename=-86d15311e3a6f387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25912023-11-02T18:55:03.759Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=27ea47936f1bcbfe -C extra-filename=-27ea47936f1bcbfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-2e3f0086e3a6d9df.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
25922023-11-02T18:55:03.767Z Compiling headers v0.3.9
25932023-11-02T18:55:03.774Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=f160b03d3a6e70a0 -C extra-filename=-f160b03d3a6e70a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-86d15311e3a6f387.rmeta --cap-lints allow -D warnings`
25942023-11-02T18:55:03.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e615e1d5b19650cb -C extra-filename=-e615e1d5b19650cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-52f12acfd6f2db20.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --cap-lints allow -D warnings`
25952023-11-02T18:55:03.794Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=a7949414a045b912 -C extra-filename=-a7949414a045b912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
25962023-11-02T18:55:03.805Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b8f2d0fe5768a51 -C extra-filename=-8b8f2d0fe5768a51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
25972023-11-02T18:55:03.832Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=597a87249761323b -C extra-filename=-597a87249761323b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25982023-11-02T18:55:03.839Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28d0743063766c5f -C extra-filename=-28d0743063766c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
25992023-11-02T18:55:03.849Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0b932e1a727800e8 -C extra-filename=-0b932e1a727800e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-7c6bfd074d875608.rmeta --cap-lints allow -D warnings`
26002023-11-02T18:55:03.862Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=7375f3ef9ec50070 -C extra-filename=-7375f3ef9ec50070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-a0535d6c1bd1d30a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
26012023-11-02T18:55:03.881Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db29cd89a6581661 -C extra-filename=-db29cd89a6581661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26022023-11-02T18:55:04.302Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a2e9d48937a2707 -C extra-filename=-1a2e9d48937a2707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26032023-11-02T18:55:04.311Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=8c4b18693be4e9af -C extra-filename=-8c4b18693be4e9af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8b8f2d0fe5768a51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-27ea47936f1bcbfe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
26042023-11-02T18:55:04.397Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=8a46cebc3dfd1f31 -C extra-filename=-8a46cebc3dfd1f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-28d0743063766c5f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
26052023-11-02T18:55:04.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=4bb0cf1e95664d04 -C extra-filename=-4bb0cf1e95664d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a7949414a045b912.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
26062023-11-02T18:55:04.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7cec53620c7ef69 -C extra-filename=-a7cec53620c7ef69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26072023-11-02T18:55:04.457Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=15bd9290a6d70f2c -C extra-filename=-15bd9290a6d70f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-a7cec53620c7ef69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0b932e1a727800e8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-597a87249761323b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
26082023-11-02T18:55:04.480Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=282eeb4c5573d511 -C extra-filename=-282eeb4c5573d511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --cap-lints allow -D warnings`
26092023-11-02T18:55:04.492Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=90494af026d44ec1 -C extra-filename=-90494af026d44ec1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-db29cd89a6581661.rmeta --cap-lints allow -D warnings`
26102023-11-02T18:55:04.916Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=fb815a6dfe765808 -C extra-filename=-fb815a6dfe765808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
26112023-11-02T18:55:04.933Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=bf8ee3426d2f6eed -C extra-filename=-bf8ee3426d2f6eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --cap-lints allow -D warnings`
26122023-11-02T18:55:04.941Z Compiling pem v3.0.2
26132023-11-02T18:55:04.958Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4ec5ea68cc0c72b7 -C extra-filename=-4ec5ea68cc0c72b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --cap-lints allow -D warnings`
26142023-11-02T18:55:04.968Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=fecf14f1af0d3564 -C extra-filename=-fecf14f1af0d3564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-90494af026d44ec1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --cap-lints allow -D warnings`
26152023-11-02T18:55:04.981Z Compiling rcgen v0.11.3
26162023-11-02T18:55:04.993Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=1b1f4d64517d5a2e -C extra-filename=-1b1f4d64517d5a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-4ec5ea68cc0c72b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
26172023-11-02T18:55:05.008Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=194ed5a558afec6b -C extra-filename=-194ed5a558afec6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-cce3fa7d3348b524.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
26182023-11-02T18:55:05.020Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=bbd38ee5fb1879bb -C extra-filename=-bbd38ee5fb1879bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
26192023-11-02T18:55:05.033Z Compiling atomicwrites v0.4.2
26202023-11-02T18:55:05.047Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=130c542f575ee06a -C extra-filename=-130c542f575ee06a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --cap-lints allow -D warnings`
26212023-11-02T18:55:05.275Z Compiling subprocess v0.2.9
26222023-11-02T18:55:05.705Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a450447ae64a739 -C extra-filename=-0a450447ae64a739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
26232023-11-02T18:55:05.748Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a131e608b4de3222 -C extra-filename=-a131e608b4de3222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26242023-11-02T18:55:06.026Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=5e1d835b81178bae -C extra-filename=-5e1d835b81178bae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings`
26252023-11-02T18:55:06.360Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=5f1458efc5b0cd65 -C extra-filename=-5f1458efc5b0cd65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
26262023-11-02T18:55:06.621Z Compiling der_derive v0.7.2
26272023-11-02T18:55:06.629Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der_derive-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=6cd7ba7c65b5986e -C extra-filename=-6cd7ba7c65b5986e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
26282023-11-02T18:55:06.905Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6285dc69fecfe350 -C extra-filename=-6285dc69fecfe350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
26292023-11-02T18:55:07.167Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=391a1ef21204af5e -C extra-filename=-391a1ef21204af5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-43b4e839f2e01588.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
26302023-11-02T18:55:07.487Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=ba1bb0cfb667bb3b -C extra-filename=-ba1bb0cfb667bb3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
26312023-11-02T18:55:07.544Z Compiling toml v0.5.11
26322023-11-02T18:55:07.548Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b773202069bd6b7d -C extra-filename=-b773202069bd6b7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
26332023-11-02T18:55:08.275Z Compiling heck v0.3.3
26342023-11-02T18:55:08.303Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=76d857cc6d62b4f4 -C extra-filename=-76d857cc6d62b4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
26352023-11-02T18:55:08.896Z Compiling libefi-sys v0.1.0
26362023-11-02T18:55:08.909Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=1158a15115eed9ac -C extra-filename=-1158a15115eed9ac --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26372023-11-02T18:55:08.938Z Compiling structopt-derive v0.4.18
26382023-11-02T18:55:08.949Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8c8d87e8293428df -C extra-filename=-8c8d87e8293428df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-76d857cc6d62b4f4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26392023-11-02T18:55:09.838Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build`
26402023-11-02T18:55:09.887Z Compiling memoffset v0.7.1
26412023-11-02T18:55:09.926Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=706e9a1f01d73e8d -C extra-filename=-706e9a1f01d73e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
26422023-11-02T18:55:09.941Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
26432023-11-02T18:55:09.944Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=bd3f580810e433ac -C extra-filename=-bd3f580810e433ac --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings`
26442023-11-02T18:55:10.023Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build`
26452023-11-02T18:55:10.229Z Compiling maybe-uninit v2.0.0
26462023-11-02T18:55:10.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=c54beb0e4cae16b8 -C extra-filename=-c54beb0e4cae16b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26472023-11-02T18:55:10.505Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac/build-script-build`
26482023-11-02T18:55:10.770Z Compiling num-bigint-dig v0.8.4
26492023-11-02T18:55:11.191Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=6a664c1333148890 -C extra-filename=-6a664c1333148890 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26502023-11-02T18:55:11.204Z Compiling termcolor v1.2.0
26512023-11-02T18:55:11.218Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=efca1109d3d0dddb -C extra-filename=-efca1109d3d0dddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26522023-11-02T18:55:11.234Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build`
26532023-11-02T18:55:11.662Z Compiling packed_struct v0.10.1
26542023-11-02T18:55:11.669Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=988272fc4dbc344d -C extra-filename=-988272fc4dbc344d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26552023-11-02T18:55:11.678Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build`
26562023-11-02T18:55:11.684Z Compiling packed_struct_codegen v0.10.1
26572023-11-02T18:55:11.692Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b8e29798ba6ba74c -C extra-filename=-b8e29798ba6ba74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
26582023-11-02T18:55:11.854Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build`
26592023-11-02T18:55:11.865Z Compiling linked-hash-map v0.5.6
26602023-11-02T18:55:11.934Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37a31e2cf77b50e7 -C extra-filename=-37a31e2cf77b50e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26612023-11-02T18:55:12.463Z Compiling lru-cache v0.1.2
26622023-11-02T18:55:12.472Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd28c09b5feb1ada -C extra-filename=-dd28c09b5feb1ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-37a31e2cf77b50e7.rmeta --cap-lints allow -D warnings`
26632023-11-02T18:55:12.485Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c121f307f61587f -C extra-filename=-6c121f307f61587f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
26642023-11-02T18:55:12.632Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b05c14ecce3e035f -C extra-filename=-b05c14ecce3e035f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26652023-11-02T18:55:12.719Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=69aa9e5b537d08e0 -C extra-filename=-69aa9e5b537d08e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings`
26662023-11-02T18:55:13.020Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=bafab24e5bc1bade -C extra-filename=-bafab24e5bc1bade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c121f307f61587f.rmeta --cap-lints allow -D warnings`
26672023-11-02T18:55:13.272Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=2d8269b93ec0e3ca -C extra-filename=-2d8269b93ec0e3ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26682023-11-02T18:55:13.317Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bb0dda453c8a681 -C extra-filename=-1bb0dda453c8a681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26692023-11-02T18:55:13.563Z Compiling half v1.8.2
26702023-11-02T18:55:13.589Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd0aa1a25ac3b19f -C extra-filename=-cd0aa1a25ac3b19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26712023-11-02T18:55:13.603Z Compiling signal-hook v0.3.17
26722023-11-02T18:55:13.622Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=459b558acf2c7476 -C extra-filename=-459b558acf2c7476 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26732023-11-02T18:55:13.848Z Compiling ciborium-io v0.2.1
26742023-11-02T18:55:13.880Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=49ddd11f1d07ad2c -C extra-filename=-49ddd11f1d07ad2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26752023-11-02T18:55:14.141Z Compiling semver-parser v0.10.2
26762023-11-02T18:55:14.151Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver_parser --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-parser-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c3b167bfdd493917 -C extra-filename=-c3b167bfdd493917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings`
26772023-11-02T18:55:14.163Z Compiling num-rational v0.4.1
26782023-11-02T18:55:14.177Z Compiling home v0.5.5
26792023-11-02T18:55:14.190Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=99162a4e56925e75 -C extra-filename=-99162a4e56925e75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings`
26802023-11-02T18:55:14.199Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build`
26812023-11-02T18:55:14.204Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=4ce862bb6a436aa0 -C extra-filename=-4ce862bb6a436aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26822023-11-02T18:55:14.216Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=84f5a1062849ca51 -C extra-filename=-84f5a1062849ca51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
26832023-11-02T18:55:14.929Z Compiling ciborium-ll v0.2.1
26842023-11-02T18:55:14.948Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62611a479637c341 -C extra-filename=-62611a479637c341 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-49ddd11f1d07ad2c.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-cd0aa1a25ac3b19f.rmeta --cap-lints allow -D warnings`
26852023-11-02T18:55:14.968Z Compiling newline-converter v0.3.0
26862023-11-02T18:55:14.981Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3143150467f16572 -C extra-filename=-3143150467f16572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --cap-lints allow -D warnings`
26872023-11-02T18:55:14.990Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build`
26882023-11-02T18:55:15.013Z Compiling expectorate v1.1.0
26892023-11-02T18:55:15.026Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f056325f4235f267 -C extra-filename=-f056325f4235f267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-3143150467f16572.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
26902023-11-02T18:55:15.046Z Compiling ciborium v0.2.1
26912023-11-02T18:55:15.094Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=021505f18bc0cefc -C extra-filename=-021505f18bc0cefc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-49ddd11f1d07ad2c.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-62611a479637c341.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
26922023-11-02T18:55:15.967Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3334cae29d15269 -C extra-filename=-b3334cae29d15269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --cap-lints allow -D warnings`
26932023-11-02T18:55:15.977Z Compiling arc-swap v1.6.0
26942023-11-02T18:55:15.989Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=22c2441a54e7708d -C extra-filename=-22c2441a54e7708d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26952023-11-02T18:55:15.998Z Compiling doc-comment v0.3.3
26962023-11-02T18:55:16.005Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=62aaeeb6f8774758 -C extra-filename=-62aaeeb6f8774758 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
26972023-11-02T18:55:16.019Z Compiling semver v0.11.0
26982023-11-02T18:55:16.041Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1a616475a466995f -C extra-filename=-1a616475a466995f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver_parser=/work/oxidecomputer/omicron/target/debug/deps/libsemver_parser-c3b167bfdd493917.rmeta --cap-lints allow -D warnings`
26992023-11-02T18:55:16.096Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build`
27002023-11-02T18:55:16.141Z Compiling slog-scope v4.4.0
27012023-11-02T18:55:16.157Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de0d690d6d568fe4 -C extra-filename=-de0d690d6d568fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-22c2441a54e7708d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --cap-lints allow -D warnings`
27022023-11-02T18:55:16.228Z Compiling hkdf v0.12.3
27032023-11-02T18:55:16.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e3a527b596ec5093 -C extra-filename=-e3a527b596ec5093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8705e3995f03ef9c.rmeta --cap-lints allow -D warnings`
27042023-11-02T18:55:16.320Z Compiling convert_case v0.4.0
27052023-11-02T18:55:16.356Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a4b7e1716d59e482 -C extra-filename=-a4b7e1716d59e482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27062023-11-02T18:55:16.639Z Compiling toolchain_find v0.2.0
27072023-11-02T18:55:16.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=4d0c671c91be0642 -C extra-filename=-4d0c671c91be0642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-4ce862bb6a436aa0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1a616475a466995f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
27082023-11-02T18:55:17.017Z Compiling rustfmt-wrapper v0.2.0
27092023-11-02T18:55:17.022Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=1e57ecf3a9cc839d -C extra-filename=-1e57ecf3a9cc839d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-4d0c671c91be0642.rmeta --cap-lints allow -D warnings`
27102023-11-02T18:55:17.172Z Compiling slog-stdlog v4.1.1
27112023-11-02T18:55:17.177Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89c316f37a1eb799 -C extra-filename=-89c316f37a1eb799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --cap-lints allow -D warnings`
27122023-11-02T18:55:17.507Z Compiling slog-envlogger v2.2.0
27132023-11-02T18:55:17.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=7e6853dd44b23429 -C extra-filename=-7e6853dd44b23429 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-89c316f37a1eb799.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --cap-lints allow -D warnings`
27142023-11-02T18:55:17.557Z Compiling keccak v0.1.4
27152023-11-02T18:55:17.574Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=92f50817b0eeb6f1 -C extra-filename=-92f50817b0eeb6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27162023-11-02T18:55:17.639Z Compiling derive_more v0.99.17
27172023-11-02T18:55:17.681Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=e6b4ea7ed68fff08 -C extra-filename=-e6b4ea7ed68fff08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-a4b7e1716d59e482.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
27182023-11-02T18:55:17.720Z Compiling pem-rfc7468 v0.7.0
27192023-11-02T18:55:17.723Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=1c510a5ccd5dd270 -C extra-filename=-1c510a5ccd5dd270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-782b309d60146739.rmeta --cap-lints allow -D warnings`
27202023-11-02T18:55:17.874Z Compiling textwrap v0.11.0
27212023-11-02T18:55:17.887Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e784a9d434f94fff -C extra-filename=-e784a9d434f94fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
27222023-11-02T18:55:18.111Z Compiling sha3 v0.10.8
27232023-11-02T18:55:18.121Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b7323d080b792bf5 -C extra-filename=-b7323d080b792bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-92f50817b0eeb6f1.rmeta --cap-lints allow -D warnings`
27242023-11-02T18:55:18.740Z Compiling secrecy v0.8.0
27252023-11-02T18:55:18.743Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=67af7ec5eec9fdb2 -C extra-filename=-67af7ec5eec9fdb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
27262023-11-02T18:55:18.769Z Compiling vec_map v0.8.2
27272023-11-02T18:55:18.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d886a52cb93a87d2 -C extra-filename=-d886a52cb93a87d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27282023-11-02T18:55:19.029Z Compiling flagset v0.4.3
27292023-11-02T18:55:19.456Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ee4b59674ba91f2 -C extra-filename=-6ee4b59674ba91f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27302023-11-02T18:55:19.469Z Compiling strsim v0.8.0
27312023-11-02T18:55:19.493Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=11d730e96297d9b6 -C extra-filename=-11d730e96297d9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27322023-11-02T18:55:19.520Z Compiling ansi_term v0.12.1
27332023-11-02T18:55:19.531Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29cca4599192134f -C extra-filename=-29cca4599192134f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27342023-11-02T18:55:19.539Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dc0a96c7beebf993 -C extra-filename=-dc0a96c7beebf993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
27352023-11-02T18:55:19.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=d0a44d511eaa248b -C extra-filename=-d0a44d511eaa248b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-69aa9e5b537d08e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-bafab24e5bc1bade.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1bb0dda453c8a681.rmeta --cap-lints allow -D warnings`
27362023-11-02T18:55:19.702Z Compiling clap v2.34.0
27372023-11-02T18:55:19.705Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=6faa7c64ae6a4ada -C extra-filename=-6faa7c64ae6a4ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-29cca4599192134f.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-11d730e96297d9b6.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-e784a9d434f94fff.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d886a52cb93a87d2.rmeta --cap-lints allow -D warnings`
27382023-11-02T18:55:20.061Z Compiling der v0.7.8
27392023-11-02T18:55:20.075Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=3a31948fe77ef9a9 -C extra-filename=-3a31948fe77ef9a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-6ee4b59674ba91f2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
27402023-11-02T18:55:20.151Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27412023-11-02T18:55:20.156Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2b5196bde17faa0 -C extra-filename=-e2b5196bde17faa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --cap-lints allow -D warnings`
27422023-11-02T18:55:20.200Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27432023-11-02T18:55:20.204Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94a15987d1f2ba80 -C extra-filename=-94a15987d1f2ba80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-dc0a96c7beebf993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
27442023-11-02T18:55:20.748Z Compiling resolv-conf v0.7.0
27452023-11-02T18:55:20.759Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=0e6181258b538188 -C extra-filename=-0e6181258b538188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-825c89ee82a57d47.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --cap-lints allow -D warnings`
27462023-11-02T18:55:21.257Z Compiling fxhash v0.2.1
27472023-11-02T18:55:21.261Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60db97d29420f39b -C extra-filename=-60db97d29420f39b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --cap-lints allow -D warnings`
27482023-11-02T18:55:21.585Z Compiling crc-catalog v2.2.0
27492023-11-02T18:55:21.591Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92a61a3f45d34b2a -C extra-filename=-92a61a3f45d34b2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27502023-11-02T18:55:21.822Z Compiling crc v3.0.1
27512023-11-02T18:55:21.833Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c30b11e334d30cbb -C extra-filename=-c30b11e334d30cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-92a61a3f45d34b2a.rmeta --cap-lints allow -D warnings`
27522023-11-02T18:55:22.176Z Compiling trust-dns-resolver v0.22.0
27532023-11-02T18:55:22.181Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=0761444a689f85dc -C extra-filename=-0761444a689f85dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-0e6181258b538188.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
27542023-11-02T18:55:22.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6d5ae009ddb3c22 -C extra-filename=-f6d5ae009ddb3c22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
27552023-11-02T18:55:22.496Z Compiling snafu-derive v0.7.5
27562023-11-02T18:55:22.512Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=9c012307bcb8167a -C extra-filename=-9c012307bcb8167a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
27572023-11-02T18:55:24.605Z Compiling spki v0.7.2
27582023-11-02T18:55:24.615Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=47c592f0fe50e622 -C extra-filename=-47c592f0fe50e622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --cap-lints allow -D warnings`
27592023-11-02T18:55:25.225Z Compiling pkcs8 v0.10.2
27602023-11-02T18:55:25.230Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=bfa32c241a9984a3 -C extra-filename=-bfa32c241a9984a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27612023-11-02T18:55:25.880Z Compiling structopt v0.3.26
27622023-11-02T18:55:25.885Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=64076dfdd5e67d7c -C extra-filename=-64076dfdd5e67d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-6faa7c64ae6a4ada.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8c8d87e8293428df.so --cap-lints allow -D warnings`
27632023-11-02T18:55:26.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4b027f3adf62c18 -C extra-filename=-b4b027f3adf62c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-64076dfdd5e67d7c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci`
27642023-11-02T18:55:26.184Z Compiling derive-where v1.2.5
27652023-11-02T18:55:26.192Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=afee5f4e0d082cdb -C extra-filename=-afee5f4e0d082cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
27662023-11-02T18:55:26.944Z Compiling nodrop v0.1.14
27672023-11-02T18:55:26.951Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1ba8e5a289006243 -C extra-filename=-1ba8e5a289006243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27682023-11-02T18:55:27.176Z Compiling array-init v0.0.4
27692023-11-02T18:55:27.183Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9e2e8ac6595d46c -C extra-filename=-b9e2e8ac6595d46c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-1ba8e5a289006243.rmeta --cap-lints allow -D warnings`
27702023-11-02T18:55:29.259Z Compiling pkcs1 v0.7.5
27712023-11-02T18:55:29.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=ceb07c98e02c8eca -C extra-filename=-ceb07c98e02c8eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27722023-11-02T18:55:30.568Z Compiling smallvec v0.6.14
27732023-11-02T18:55:30.588Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bea6718cfa7ebd7c -C extra-filename=-bea6718cfa7ebd7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-f6d5ae009ddb3c22.rmeta --cap-lints allow -D warnings`
27742023-11-02T18:55:30.945Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e58cd96713663390 -C extra-filename=-e58cd96713663390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
27752023-11-02T18:55:31.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=1cff02c1fa68afed -C extra-filename=-1cff02c1fa68afed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-40f40ed9b79fa7d8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg has_i128`
27762023-11-02T18:55:31.212Z Compiling parking_lot_core v0.8.6
27772023-11-02T18:55:31.219Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=0e0fd8b046761d0f -C extra-filename=-0e0fd8b046761d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27782023-11-02T18:55:31.925Z Compiling bitfield v0.14.0
27792023-11-02T18:55:32.357Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb03a71ebc1664a4 -C extra-filename=-cb03a71ebc1664a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27802023-11-02T18:55:32.428Z Compiling semver v0.1.20
27812023-11-02T18:55:32.434Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name semver /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=014fbddaf6574435 -C extra-filename=-014fbddaf6574435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27822023-11-02T18:55:32.530Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build`
27832023-11-02T18:55:32.558Z Compiling serde-hex v0.1.0
27842023-11-02T18:55:32.563Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d085a83248d8c62e -C extra-filename=-d085a83248d8c62e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-b9e2e8ac6595d46c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bea6718cfa7ebd7c.rmeta --cap-lints allow -D warnings`
27852023-11-02T18:55:33.031Z Compiling rustc_version v0.1.7
27862023-11-02T18:55:33.047Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=3c68cd52b234a94f -C extra-filename=-3c68cd52b234a94f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-014fbddaf6574435.rmeta --cap-lints allow -D warnings`
27872023-11-02T18:55:33.278Z Compiling x509-cert v0.2.4
27882023-11-02T18:55:33.306Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e6cb9e5a8e37385f -C extra-filename=-e6cb9e5a8e37385f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings`
27892023-11-02T18:55:33.684Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
27902023-11-02T18:55:33.691Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=03708cf1cfb59ef9 -C extra-filename=-03708cf1cfb59ef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
27912023-11-02T18:55:34.221Z Compiling env_logger v0.10.0
27922023-11-02T18:55:34.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=87fbac868d61a6bf -C extra-filename=-87fbac868d61a6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
27932023-11-02T18:55:35.627Z Compiling rsa v0.9.2
27942023-11-02T18:55:35.641Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=d065ff8fcf792326 -C extra-filename=-d065ff8fcf792326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1cff02c1fa68afed.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ceb07c98e02c8eca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
27952023-11-02T18:55:36.538Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a9ecdadd4d026f5 -C extra-filename=-7a9ecdadd4d026f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --cap-lints allow -D warnings`
27962023-11-02T18:55:36.736Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81839d72bbae0dab -C extra-filename=-81839d72bbae0dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
27972023-11-02T18:55:36.897Z Compiling ron v0.8.1
27982023-11-02T18:55:36.900Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fe38c23eea3cf6e7 -C extra-filename=-fe38c23eea3cf6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
27992023-11-02T18:55:38.049Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28002023-11-02T18:55:38.076Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fbbc002088f82525 -C extra-filename=-fbbc002088f82525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-cb03a71ebc1664a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e58cd96713663390.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
28012023-11-02T18:55:40.902Z Compiling crc-any v2.4.3
28022023-11-02T18:55:40.905Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06f93630ae438be3 -C extra-filename=-06f93630ae438be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28032023-11-02T18:55:41.579Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
28042023-11-02T18:55:41.586Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42310e81bb794bab -C extra-filename=-42310e81bb794bab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-fe38c23eea3cf6e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03708cf1cfb59ef9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
28052023-11-02T18:55:41.814Z Compiling newtype_derive v0.1.6
28062023-11-02T18:55:41.834Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d48068054ac0ebfe -C extra-filename=-d48068054ac0ebfe --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c68cd52b234a94f.rlib --cap-lints allow -D warnings`
28072023-11-02T18:55:42.254Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=b0e2eb2850d8a32b -C extra-filename=-b0e2eb2850d8a32b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-8ef5bea0a6216ba2.rmeta --cap-lints allow -D warnings`
28082023-11-02T18:55:42.405Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5960b803b9e1c8c7 -C extra-filename=-5960b803b9e1c8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
28092023-11-02T18:55:42.606Z Compiling object v0.30.4
28102023-11-02T18:55:42.611Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=251725e0226df094 -C extra-filename=-251725e0226df094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings`
28112023-11-02T18:55:42.938Z Compiling libz-sys v1.1.12
28122023-11-02T18:55:42.942Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=bf8ac658aed3a66b -C extra-filename=-bf8ac658aed3a66b --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
28132023-11-02T18:55:43.639Z Compiling path-slash v0.1.5
28142023-11-02T18:55:43.653Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79dea6c74fb7cd7e -C extra-filename=-79dea6c74fb7cd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28152023-11-02T18:55:43.952Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b/build-script-build`
28162023-11-02T18:55:43.965Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build`
28172023-11-02T18:55:43.992Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=d385259b62e559e8 -C extra-filename=-d385259b62e559e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b05c14ecce3e035f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
28182023-11-02T18:55:44.097Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=65ade815b1e74578 -C extra-filename=-65ade815b1e74578 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings`
28192023-11-02T18:55:45.812Z Compiling libgit2-sys v0.15.2+1.6.4
28202023-11-02T18:55:46.224Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=68dfb6bf16688b79 -C extra-filename=-68dfb6bf16688b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
28212023-11-02T18:55:46.615Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28222023-11-02T18:55:46.641Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=2e176290cca0c6aa -C extra-filename=-2e176290cca0c6aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28232023-11-02T18:55:46.803Z Compiling utf-8 v0.7.6
28242023-11-02T18:55:46.808Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12cba8d6e68e086e -C extra-filename=-12cba8d6e68e086e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28252023-11-02T18:55:47.105Z Compiling humantime v2.1.0
28262023-11-02T18:55:47.145Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2067ebe1995322f -C extra-filename=-f2067ebe1995322f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28272023-11-02T18:55:47.392Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79/build-script-build`
28282023-11-02T18:55:47.981Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=f977b920649865d3 -C extra-filename=-f977b920649865d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b05c14ecce3e035f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-65ade815b1e74578.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-d385259b62e559e8.rmeta --cap-lints allow -D warnings`
28292023-11-02T18:55:48.008Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="libc"' -C metadata=efc8aa8cbc70d1df -C extra-filename=-efc8aa8cbc70d1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l z`
28302023-11-02T18:55:48.265Z Compiling libsqlite3-sys v0.26.0
28312023-11-02T18:55:48.277Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=c723b1409432947a -C extra-filename=-c723b1409432947a --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings`
28322023-11-02T18:55:49.118Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build`
28332023-11-02T18:55:49.157Z Compiling vergen v8.2.4
28342023-11-02T18:55:49.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=54d05458c93ea298 -C extra-filename=-54d05458c93ea298 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --cap-lints allow -D warnings`
28352023-11-02T18:55:49.704Z Compiling glob v0.3.1
28362023-11-02T18:55:49.707Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=65b5fb261a2fbbb3 -C extra-filename=-65b5fb261a2fbbb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28372023-11-02T18:55:51.557Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298/build-script-build`
28382023-11-02T18:55:51.600Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4894ecebe3443985 -C extra-filename=-4894ecebe3443985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
28392023-11-02T18:55:53.945Z Compiling num-complex v0.4.4
28402023-11-02T18:55:53.959Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=b8d91e2cd7856583 -C extra-filename=-b8d91e2cd7856583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
28412023-11-02T18:55:54.851Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64cda330218a1d3c -C extra-filename=-64cda330218a1d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
28422023-11-02T18:55:55.064Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5f02a604adadca59 -C extra-filename=-5f02a604adadca59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-72c39f3150c51ec5.so --cap-lints allow -D warnings`
28432023-11-02T18:55:55.325Z Compiling num v0.4.1
28442023-11-02T18:55:55.753Z Compiling buf-list v1.0.3
28452023-11-02T18:55:55.757Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=89fbc6e9413c9530 -C extra-filename=-89fbc6e9413c9530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-b8d91e2cd7856583.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-4894ecebe3443985.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
28462023-11-02T18:55:55.762Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=dfc526e4e73cd794 -C extra-filename=-dfc526e4e73cd794 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28472023-11-02T18:55:55.771Z Compiling salty v0.2.0
28482023-11-02T18:55:55.775Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=9ae382556f3636d3 -C extra-filename=-9ae382556f3636d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28492023-11-02T18:55:55.779Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b71573e35c95f5c -C extra-filename=-3b71573e35c95f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28502023-11-02T18:55:55.875Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=a90a9cc1275a2758 -C extra-filename=-a90a9cc1275a2758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-3b71573e35c95f5c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
28512023-11-02T18:55:55.980Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=63dfa64be61f09ae -C extra-filename=-63dfa64be61f09ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-64cda330218a1d3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
28522023-11-02T18:55:56.028Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4971ee1235841292 -C extra-filename=-4971ee1235841292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28532023-11-02T18:55:56.165Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=fa98c483917d1eda -C extra-filename=-fa98c483917d1eda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings`
28542023-11-02T18:55:56.261Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build`
28552023-11-02T18:55:56.309Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build`
28562023-11-02T18:55:56.475Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28572023-11-02T18:55:56.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=618bd4cd81967613 -C extra-filename=-618bd4cd81967613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
28582023-11-02T18:55:56.555Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28592023-11-02T18:55:56.564Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=dce3652116b3f2af -C extra-filename=-dce3652116b3f2af --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
28602023-11-02T18:55:56.596Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa610dca3d04d1cf -C extra-filename=-fa610dca3d04d1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28612023-11-02T18:55:56.640Z Compiling linear-map v1.2.0
28622023-11-02T18:55:56.665Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0eb5e9b7e5ea9c91 -C extra-filename=-0eb5e9b7e5ea9c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28632023-11-02T18:55:56.963Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b45e307c7e01fb87 -C extra-filename=-b45e307c7e01fb87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28642023-11-02T18:55:57.225Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2145d7c9e38b93d9 -C extra-filename=-2145d7c9e38b93d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28652023-11-02T18:55:57.252Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=034322322be9b506 -C extra-filename=-034322322be9b506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28662023-11-02T18:55:57.313Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c79f8d0e42fe6d03 -C extra-filename=-c79f8d0e42fe6d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-fa610dca3d04d1cf.rmeta --cap-lints allow -D warnings`
28672023-11-02T18:55:57.448Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=72b1f8c39094f687 -C extra-filename=-72b1f8c39094f687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2145d7c9e38b93d9.rmeta --cap-lints allow -D warnings`
28682023-11-02T18:55:57.461Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af/build-script-build`
28692023-11-02T18:55:57.526Z Compiling tungstenite v0.18.0
28702023-11-02T18:55:57.558Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=0a765675e89c2ac9 -C extra-filename=-0a765675e89c2ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ad8c311fcc61d255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
28712023-11-02T18:55:57.614Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59a3b4dce867a01c -C extra-filename=-59a3b4dce867a01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi`
28722023-11-02T18:55:57.618Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28b77d6c5659903f -C extra-filename=-28b77d6c5659903f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l nvpair -l zfs`
28732023-11-02T18:55:59.692Z Compiling num_enum_derive v0.7.0
28742023-11-02T18:55:59.828Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=5ddafdfd999bec0a -C extra-filename=-5ddafdfd999bec0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28752023-11-02T18:55:59.949Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f28acc4b5045a03a -C extra-filename=-f28acc4b5045a03a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
28762023-11-02T18:56:00.055Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
28772023-11-02T18:56:00.084Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=fc36a7f490410689 -C extra-filename=-fc36a7f490410689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
28782023-11-02T18:56:00.104Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=15b79a90ebc63eb0 -C extra-filename=-15b79a90ebc63eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28792023-11-02T18:56:00.118Z Compiling platforms v3.0.2
28802023-11-02T18:56:00.151Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=243a3ebd6f4bb29d -C extra-filename=-243a3ebd6f4bb29d --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28812023-11-02T18:56:00.201Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c84c9c06d06d0504 -C extra-filename=-c84c9c06d06d0504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-59a3b4dce867a01c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-15b79a90ebc63eb0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
28822023-11-02T18:56:00.234Z Compiling tokio-tungstenite v0.18.0
28832023-11-02T18:56:00.257Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=aac53c077f622ee3 -C extra-filename=-aac53c077f622ee3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0a765675e89c2ac9.rmeta --cap-lints allow -D warnings`
28842023-11-02T18:56:00.281Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d/build-script-build`
28852023-11-02T18:56:00.300Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=26b7ae1743aa5e57 -C extra-filename=-26b7ae1743aa5e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-f28acc4b5045a03a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-72b1f8c39094f687.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --cap-lints allow -D warnings`
28862023-11-02T18:56:00.322Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
28872023-11-02T18:56:00.346Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=7770b327e25863ff -C extra-filename=-7770b327e25863ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-06f93630ae438be3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-87fbac868d61a6bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-fbbc002088f82525.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e58cd96713663390.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d065ff8fcf792326.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d085a83248d8c62e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
28882023-11-02T18:56:01.180Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=012adfc0ea7a0183 -C extra-filename=-012adfc0ea7a0183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7a9ecdadd4d026f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --cap-lints allow -D warnings`
28892023-11-02T18:56:01.192Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d6785dfb436f286 -C extra-filename=-9d6785dfb436f286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door`
28902023-11-02T18:56:01.217Z Compiling unicase v2.7.0
28912023-11-02T18:56:01.226Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=5660e863eee03aea -C extra-filename=-5660e863eee03aea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
28922023-11-02T18:56:01.236Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4db1a36910de1acc -C extra-filename=-4db1a36910de1acc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28932023-11-02T18:56:01.249Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build`
28942023-11-02T18:56:01.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/f114bd0/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab9da83b89a4395f -C extra-filename=-ab9da83b89a4395f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-012adfc0ea7a0183.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c84c9c06d06d0504.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-26b7ae1743aa5e57.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-9d6785dfb436f286.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e6d0e2dd74e16531.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings -l kstat`
28952023-11-02T18:56:01.426Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=5a58f944707afe8a -C extra-filename=-5a58f944707afe8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-fa98c483917d1eda.rmeta --cap-lints allow -D warnings`
28962023-11-02T18:56:01.455Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe43b8fb552642f2 -C extra-filename=-fe43b8fb552642f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4db1a36910de1acc.rmeta --cap-lints allow -D warnings`
28972023-11-02T18:56:02.334Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name platforms --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/platforms-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d61d69e171e8bb3d -C extra-filename=-d61d69e171e8bb3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
28982023-11-02T18:56:02.508Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=478b8596a408e206 -C extra-filename=-478b8596a408e206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
28992023-11-02T18:56:03.246Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db1f23b519a2269f -C extra-filename=-db1f23b519a2269f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29002023-11-02T18:56:03.852Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=2b7173b94a2fe56c -C extra-filename=-2b7173b94a2fe56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-034322322be9b506.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54ed3404f246e1d0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-5a58f944707afe8a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-fa98c483917d1eda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm`
29012023-11-02T18:56:04.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=325288f11611527e -C extra-filename=-325288f11611527e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2b7173b94a2fe56c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-fa98c483917d1eda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
29022023-11-02T18:56:04.253Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=907440c06a81dc34 -C extra-filename=-907440c06a81dc34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29032023-11-02T18:56:04.640Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d92280b546d84648 -C extra-filename=-d92280b546d84648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-907440c06a81dc34.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-db1f23b519a2269f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd23f9535a12e5d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-478b8596a408e206.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-fe43b8fb552642f2.rmeta --cap-lints allow -D warnings`
29042023-11-02T18:56:04.883Z Compiling curve25519-dalek v4.1.0
29052023-11-02T18:56:04.893Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=246d6b6b3349c943 -C extra-filename=-246d6b6b3349c943 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-246d6b6b3349c943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-d61d69e171e8bb3d.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
29062023-11-02T18:56:04.994Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1262f596ffaf7b55 -C extra-filename=-1262f596ffaf7b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29072023-11-02T18:56:05.169Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=4f79f9f9d4624323 -C extra-filename=-4f79f9f9d4624323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings`
29082023-11-02T18:56:05.458Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8c2788b0ba3be2ad -C extra-filename=-8c2788b0ba3be2ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29092023-11-02T18:56:05.833Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
29102023-11-02T18:56:05.850Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/bb69a3a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ccf5249499d3ec0 -C extra-filename=-8ccf5249499d3ec0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
29112023-11-02T18:56:06.493Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
29122023-11-02T18:56:06.501Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=29b9819a43c954ef -C extra-filename=-29b9819a43c954ef --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
29132023-11-02T18:56:07.069Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d672aac53d721c2c -C extra-filename=-d672aac53d721c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ab9da83b89a4395f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2b7173b94a2fe56c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-325288f11611527e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
29142023-11-02T18:56:07.145Z Compiling erased-serde v0.3.30
29152023-11-02T18:56:07.166Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=756664f0c03d3cdf -C extra-filename=-756664f0c03d3cdf --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29162023-11-02T18:56:07.350Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef/build-script-build`
29172023-11-02T18:56:07.385Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-246d6b6b3349c943/build-script-build`
29182023-11-02T18:56:07.446Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e401af0c6cf682f8 -C extra-filename=-e401af0c6cf682f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
29192023-11-02T18:56:07.549Z Compiling bitstruct_derive v0.1.0
29202023-11-02T18:56:07.552Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=22247aae87f3dc94 -C extra-filename=-22247aae87f3dc94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29212023-11-02T18:56:07.642Z Compiling async-recursion v1.0.5
29222023-11-02T18:56:07.651Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8a8229ee5ddbd344 -C extra-filename=-8a8229ee5ddbd344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
29232023-11-02T18:56:08.349Z Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf/build-script-build`
29242023-11-02T18:56:08.354Z Compiling thiserror-impl-no-std v2.0.2
29252023-11-02T18:56:08.358Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=d14d8d3bb8f6e0dd -C extra-filename=-d14d8d3bb8f6e0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
29262023-11-02T18:56:08.368Z Compiling curve25519-dalek-derive v0.1.0
29272023-11-02T18:56:08.373Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=bca008ad4ed5c094 -C extra-filename=-bca008ad4ed5c094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
29282023-11-02T18:56:08.411Z Compiling diff v0.1.13
29292023-11-02T18:56:08.418Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diff /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35284c3a0f9039eb -C extra-filename=-35284c3a0f9039eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29302023-11-02T18:56:08.803Z Compiling rayon-core v1.12.0
29312023-11-02T18:56:08.825Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=664ab3c90fcac9c1 -C extra-filename=-664ab3c90fcac9c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29322023-11-02T18:56:08.995Z Compiling mime_guess v2.0.4
29332023-11-02T18:56:09.004Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=53198ae6adcf68cc -C extra-filename=-53198ae6adcf68cc --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rlib --cap-lints allow -D warnings`
29342023-11-02T18:56:09.367Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1/build-script-build`
29352023-11-02T18:56:09.381Z Compiling snafu v0.7.5
29362023-11-02T18:56:09.384Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=d8a2d906efefc81b -C extra-filename=-d8a2d906efefc81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-4971ee1235841292.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9c012307bcb8167a.so --cap-lints allow -D warnings`
29372023-11-02T18:56:09.539Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=192b1d55db9c452e -C extra-filename=-192b1d55db9c452e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --cap-lints allow -D warnings`
29382023-11-02T18:56:09.592Z Compiling nibble_vec v0.1.0
29392023-11-02T18:56:09.606Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=161bda984f3f2680 -C extra-filename=-161bda984f3f2680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
29402023-11-02T18:56:09.893Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f3e95c4670a50523 -C extra-filename=-f3e95c4670a50523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29412023-11-02T18:56:09.919Z Compiling endian-type v0.1.2
29422023-11-02T18:56:09.927Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b0a6da5367b4964 -C extra-filename=-5b0a6da5367b4964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29432023-11-02T18:56:10.270Z Compiling radix_trie v0.2.1
29442023-11-02T18:56:10.294Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41050860800a3b0c -C extra-filename=-41050860800a3b0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-5b0a6da5367b4964.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-161bda984f3f2680.rmeta --cap-lints allow -D warnings`
29452023-11-02T18:56:10.373Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6083e93d7133e772 -C extra-filename=-6083e93d7133e772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings`
29462023-11-02T18:56:10.491Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=dfa6010dca091989 -C extra-filename=-dfa6010dca091989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5d6012c1e66f0dae.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --cap-lints allow -D warnings`
29472023-11-02T18:56:10.623Z Compiling universal-hash v0.5.1
29482023-11-02T18:56:10.631Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=205c0e7732ee3d30 -C extra-filename=-205c0e7732ee3d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
29492023-11-02T18:56:10.852Z Compiling signature v1.6.4
29502023-11-02T18:56:10.859Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=743d5c04f7c47f30 -C extra-filename=-743d5c04f7c47f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29512023-11-02T18:56:10.965Z Compiling opaque-debug v0.3.0
29522023-11-02T18:56:10.991Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08d04c054cbb43c5 -C extra-filename=-08d04c054cbb43c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29532023-11-02T18:56:11.041Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build`
29542023-11-02T18:56:11.071Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2eab053f8a115a9f -C extra-filename=-2eab053f8a115a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29552023-11-02T18:56:11.114Z Compiling ed25519 v1.5.3
29562023-11-02T18:56:11.561Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_resolver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=d8e6d0dbea8df651 -C extra-filename=-d8e6d0dbea8df651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-dfa6010dca091989.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
29572023-11-02T18:56:11.574Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c84c632d2b22eb2c -C extra-filename=-c84c632d2b22eb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-743d5c04f7c47f30.rmeta --cap-lints allow -D warnings`
29582023-11-02T18:56:11.587Z Compiling trust-dns-client v0.22.0
29592023-11-02T18:56:11.598Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=413978468d86a1fd -C extra-filename=-413978468d86a1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-41050860800a3b0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
29602023-11-02T18:56:11.614Z Compiling parking_lot v0.11.2
29612023-11-02T18:56:11.625Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=655c81af2d61b6d8 -C extra-filename=-655c81af2d61b6d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6083e93d7133e772.rmeta --cap-lints allow -D warnings`
29622023-11-02T18:56:12.121Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9c2d598689e639cb -C extra-filename=-9c2d598689e639cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-c84c632d2b22eb2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
29632023-11-02T18:56:12.132Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
29642023-11-02T18:56:12.142Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0cf72f3d8ed10a6 -C extra-filename=-a0cf72f3d8ed10a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-618bd4cd81967613.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
29652023-11-02T18:56:12.617Z Compiling sled v0.34.7
29662023-11-02T18:56:12.642Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=a7961f0d7fe7c07f -C extra-filename=-a7961f0d7fe7c07f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-60db97d29420f39b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-655c81af2d61b6d8.rmeta --cap-lints allow -D warnings`
29672023-11-02T18:56:12.660Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=8e8fb50c11f76811 -C extra-filename=-8e8fb50c11f76811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
29682023-11-02T18:56:12.954Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
29692023-11-02T18:56:12.966Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=5b7a4b0b63897147 -C extra-filename=-5b7a4b0b63897147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
29702023-11-02T18:56:13.266Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29712023-11-02T18:56:13.291Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=93217daea07257ac -C extra-filename=-93217daea07257ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings`
29722023-11-02T18:56:13.657Z Compiling aead v0.5.2
29732023-11-02T18:56:13.670Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=d3707516895c0a4f -C extra-filename=-d3707516895c0a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings`
29742023-11-02T18:56:13.777Z Compiling serde-big-array v0.5.1
29752023-11-02T18:56:13.795Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccfc6ca4b2c21f8e -C extra-filename=-ccfc6ca4b2c21f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
29762023-11-02T18:56:14.139Z Compiling trust-dns-server v0.22.1
29772023-11-02T18:56:14.142Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ee59001044cb413 -C extra-filename=-8ee59001044cb413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e21e6b9f61d1503a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --cap-lints allow -D warnings`
29782023-11-02T18:56:14.205Z Compiling serde-big-array v0.4.1
29792023-11-02T18:56:14.209Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8b56d544f832800c -C extra-filename=-8b56d544f832800c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
29802023-11-02T18:56:14.469Z Compiling crunchy v0.2.2
29812023-11-02T18:56:14.473Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=81793beb4edef3bf -C extra-filename=-81793beb4edef3bf --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29822023-11-02T18:56:15.249Z Compiling pretty-hex v0.3.0
29832023-11-02T18:56:15.257Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=5774af50a8e48f6f -C extra-filename=-5774af50a8e48f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29842023-11-02T18:56:15.552Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build`
29852023-11-02T18:56:15.591Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29862023-11-02T18:56:15.596Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=7ca22ee69850df1e -C extra-filename=-7ca22ee69850df1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a0cf72f3d8ed10a6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-8b56d544f832800c.rmeta --cap-lints allow -D warnings`
29872023-11-02T18:56:16.692Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b22b6623aaea9916 -C extra-filename=-b22b6623aaea9916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
29882023-11-02T18:56:16.739Z Compiling signal-hook-tokio v0.3.1
29892023-11-02T18:56:16.743Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=c54798b1f61c5ac0 -C extra-filename=-c54798b1f61c5ac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
29902023-11-02T18:56:16.868Z Compiling crossbeam-deque v0.8.3
29912023-11-02T18:56:16.876Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=182535058f6f1764 -C extra-filename=-182535058f6f1764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
29922023-11-02T18:56:17.046Z Compiling path-dedot v3.1.0
29932023-11-02T18:56:17.050Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e49cd9031193b58 -C extra-filename=-5e49cd9031193b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings`
29942023-11-02T18:56:17.451Z Compiling corncobs v0.1.3
29952023-11-02T18:56:17.456Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=310abc95d0d61536 -C extra-filename=-310abc95d0d61536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29962023-11-02T18:56:17.469Z Compiling tiny-keccak v2.0.2
29972023-11-02T18:56:17.472Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e6ceac7b0a8950e7 -C extra-filename=-e6ceac7b0a8950e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
29982023-11-02T18:56:17.764Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29992023-11-02T18:56:17.767Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=33bfc34e2feab3da -C extra-filename=-33bfc34e2feab3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-310abc95d0d61536.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a0cf72f3d8ed10a6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-7ca22ee69850df1e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --cap-lints allow -D warnings`
30002023-11-02T18:56:17.961Z Compiling path-absolutize v3.1.0
30012023-11-02T18:56:17.981Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3fb2f87d8093ad1d -C extra-filename=-3fb2f87d8093ad1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-5e49cd9031193b58.rmeta --cap-lints allow -D warnings`
30022023-11-02T18:56:18.020Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build`
30032023-11-02T18:56:18.062Z Compiling steno v0.4.0
30042023-11-02T18:56:18.076Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c80f03b6ec900ffd -C extra-filename=-c80f03b6ec900ffd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
30052023-11-02T18:56:18.234Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=e5573dc88bf3cfb2 -C extra-filename=-e5573dc88bf3cfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30062023-11-02T18:56:18.404Z Compiling clang-sys v1.6.1
30072023-11-02T18:56:18.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=480d13ab3875bfb4 -C extra-filename=-480d13ab3875bfb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --cap-lints allow -D warnings`
30082023-11-02T18:56:18.485Z Compiling olpc-cjson v0.1.3
30092023-11-02T18:56:18.518Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5cebf012c076b89 -C extra-filename=-b5cebf012c076b89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings`
30102023-11-02T18:56:19.030Z Compiling darling_core v0.14.4
30112023-11-02T18:56:19.079Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=16dba1245cf01adf -C extra-filename=-16dba1245cf01adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
30122023-11-02T18:56:19.534Z Compiling globset v0.4.13
30132023-11-02T18:56:19.538Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=aed2a6f1583a36fc -C extra-filename=-aed2a6f1583a36fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-626d69baada25e63.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings`
30142023-11-02T18:56:20.236Z Compiling toml_edit v0.20.0
30152023-11-02T18:56:20.243Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=f0732f66c54e26cf -C extra-filename=-f0732f66c54e26cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings`
30162023-11-02T18:56:22.624Z Compiling serde_plain v1.0.2
30172023-11-02T18:56:22.633Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1085f22688e3556 -C extra-filename=-f1085f22688e3556 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
30182023-11-02T18:56:22.880Z Compiling const_format_proc_macros v0.2.31
30192023-11-02T18:56:22.893Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' -C metadata=deea3516802ae4d1 -C extra-filename=-deea3516802ae4d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern proc_macro --cap-lints allow -D warnings`
30202023-11-02T18:56:23.303Z Compiling display-error-chain v0.2.0
30212023-11-02T18:56:23.324Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dfce92cb519156b -C extra-filename=-1dfce92cb519156b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30222023-11-02T18:56:23.984Z Compiling prettyplease v0.2.12
30232023-11-02T18:56:24.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=edd62c5b61d7a904 -C extra-filename=-edd62c5b61d7a904 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30242023-11-02T18:56:24.417Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904/build-script-build`
30252023-11-02T18:56:24.426Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build`
30262023-11-02T18:56:24.435Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=24fc0c13d8ea062a -C extra-filename=-24fc0c13d8ea062a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-e5573dc88bf3cfb2.rmeta --cap-lints allow -D warnings`
30272023-11-02T18:56:25.198Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee7eeea747f112d2 -C extra-filename=-ee7eeea747f112d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
30282023-11-02T18:56:26.369Z Compiling toml v0.8.0
30292023-11-02T18:56:26.383Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=58dc6fbc49c86966 -C extra-filename=-58dc6fbc49c86966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f0732f66c54e26cf.rmeta --cap-lints allow -D warnings`
30302023-11-02T18:56:26.438Z Compiling ascii-canvas v3.0.0
30312023-11-02T18:56:26.446Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=adcd1153b79fff89 -C extra-filename=-adcd1153b79fff89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rmeta --cap-lints allow -D warnings`
30322023-11-02T18:56:27.278Z Compiling ena v0.14.2
30332023-11-02T18:56:27.285Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ena /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c005b6dd4a038b72 -C extra-filename=-c005b6dd4a038b72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
30342023-11-02T18:56:27.962Z Compiling ref-cast v1.0.20
30352023-11-02T18:56:27.978Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=1314aa3041c7f6f0 -C extra-filename=-1314aa3041c7f6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30362023-11-02T18:56:28.092Z Compiling darling_macro v0.14.4
30372023-11-02T18:56:28.100Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=2c2a2bfd23d31414 -C extra-filename=-2c2a2bfd23d31414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-16dba1245cf01adf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
30382023-11-02T18:56:28.376Z Compiling minimal-lexical v0.2.1
30392023-11-02T18:56:28.394Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="std"' -C metadata=c72a17640cf2b285 -C extra-filename=-c72a17640cf2b285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30402023-11-02T18:56:28.729Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build`
30412023-11-02T18:56:29.230Z Compiling lalrpop v0.19.12
30422023-11-02T18:56:29.233Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=e47124d3708c550d -C extra-filename=-e47124d3708c550d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-adcd1153b79fff89.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-35284c3a0f9039eb.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c005b6dd4a038b72.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-24fc0c13d8ea062a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings`
30432023-11-02T18:56:29.236Z Compiling nom v7.1.3
30442023-11-02T18:56:29.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4cb85d8dca904c1f -C extra-filename=-4cb85d8dca904c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-c72a17640cf2b285.rmeta --cap-lints allow -D warnings`
30452023-11-02T18:56:29.323Z Compiling rayon v1.8.0
30462023-11-02T18:56:29.382Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a2d475cc77cdac3 -C extra-filename=-4a2d475cc77cdac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ee7eeea747f112d2.rmeta --cap-lints allow -D warnings`
30472023-11-02T18:56:29.932Z Compiling darling v0.14.4
30482023-11-02T18:56:29.937Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=c4fbf278c07c2fbd -C extra-filename=-c4fbf278c07c2fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-16dba1245cf01adf.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2c2a2bfd23d31414.so --cap-lints allow -D warnings`
30492023-11-02T18:56:30.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=996595cb5b1ab112 -C extra-filename=-996595cb5b1ab112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
30502023-11-02T18:56:31.519Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=5865b6cb774c6986 -C extra-filename=-5865b6cb774c6986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b05c14ecce3e035f.rmeta --cap-lints allow -D warnings`
30512023-11-02T18:56:32.715Z Compiling ff v0.13.0
30522023-11-02T18:56:32.721Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fab083578f7825f -C extra-filename=-7fab083578f7825f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
30532023-11-02T18:56:32.916Z Compiling hashlink v0.8.3
30542023-11-02T18:56:33.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e0da533b2963197 -C extra-filename=-9e0da533b2963197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --cap-lints allow -D warnings`
30552023-11-02T18:56:33.338Z Compiling ref-cast-impl v1.0.20
30562023-11-02T18:56:33.343Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=77b357fb476e9a92 -C extra-filename=-77b357fb476e9a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
30572023-11-02T18:56:33.465Z Compiling libloading v0.7.4
30582023-11-02T18:56:33.473Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=9742a3963a0bf92a -C extra-filename=-9742a3963a0bf92a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings`
30592023-11-02T18:56:34.055Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bc34c0e4622925f -C extra-filename=-5bc34c0e4622925f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30602023-11-02T18:56:34.086Z Compiling fallible-streaming-iterator v0.1.9
30612023-11-02T18:56:34.103Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95753947b29da90c -C extra-filename=-95753947b29da90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30622023-11-02T18:56:34.377Z Compiling bindgen v0.65.1
30632023-11-02T18:56:34.386Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=8e9a9d91025a79f6 -C extra-filename=-8e9a9d91025a79f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30642023-11-02T18:56:34.396Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=b6be15072b128065 -C extra-filename=-b6be15072b128065 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5bc34c0e4622925f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
30652023-11-02T18:56:34.452Z Compiling rusqlite v0.29.0
30662023-11-02T18:56:34.461Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4261ab6c3ca24398 -C extra-filename=-4261ab6c3ca24398 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-95753947b29da90c.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e0da533b2963197.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-996595cb5b1ab112.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
30672023-11-02T18:56:35.203Z Compiling cexpr v0.6.0
30682023-11-02T18:56:35.216Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=79f41717ff4f74ed -C extra-filename=-79f41717ff4f74ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-4cb85d8dca904c1f.rmeta --cap-lints allow -D warnings`
30692023-11-02T18:56:35.540Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build`
30702023-11-02T18:56:35.586Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=c19978dda7be8b57 -C extra-filename=-c19978dda7be8b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-9742a3963a0bf92a.rmeta --cap-lints allow -D warnings`
30712023-11-02T18:56:35.630Z Compiling group v0.13.0
30722023-11-02T18:56:35.665Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51531d13880b0a50 -C extra-filename=-51531d13880b0a50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7fab083578f7825f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings`
30732023-11-02T18:56:35.899Z Compiling derive_builder_core v0.12.0
30742023-11-02T18:56:35.903Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_core-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=767e84ac7dff46ef -C extra-filename=-767e84ac7dff46ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-c4fbf278c07c2fbd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings`
30752023-11-02T18:56:36.165Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=0ce058812d36bd5f -C extra-filename=-0ce058812d36bd5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings`
30762023-11-02T18:56:37.415Z Compiling nix v0.26.2
30772023-11-02T18:56:37.418Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=45003a76cfc2b032 -C extra-filename=-45003a76cfc2b032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30782023-11-02T18:56:37.680Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
30792023-11-02T18:56:37.684Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6267b2cc7f0943e -C extra-filename=-b6267b2cc7f0943e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-844cd977baa4a72a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
30802023-11-02T18:56:38.305Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
30812023-11-02T18:56:38.309Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed49286a1418352b -C extra-filename=-ed49286a1418352b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings`
30822023-11-02T18:56:39.146Z Compiling twox-hash v1.6.3
30832023-11-02T18:56:39.155Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=6817a26b5d6556c3 -C extra-filename=-6817a26b5d6556c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings`
30842023-11-02T18:56:39.293Z Compiling which v4.4.0
30852023-11-02T18:56:39.301Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=b8045d4d00486d0e -C extra-filename=-b8045d4d00486d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
30862023-11-02T18:56:39.803Z Compiling crypto-bigint v0.5.2
30872023-11-02T18:56:41.032Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=d886109ceb24fd6a -C extra-filename=-d886109ceb24fd6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
30882023-11-02T18:56:41.049Z Compiling libxml v0.3.3
30892023-11-02T18:56:41.066Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=c8f1cad937b0fb79 -C extra-filename=-c8f1cad937b0fb79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
30902023-11-02T18:56:41.078Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bf44a99034eeb15 -C extra-filename=-6bf44a99034eeb15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30912023-11-02T18:56:41.499Z Compiling rustc-hash v1.1.0
30922023-11-02T18:56:41.502Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0bf74e04dbe24b22 -C extra-filename=-0bf74e04dbe24b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30932023-11-02T18:56:41.506Z Compiling shlex v1.1.0
30942023-11-02T18:56:41.509Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f8e3de65cd240eea -C extra-filename=-f8e3de65cd240eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30952023-11-02T18:56:41.513Z Compiling peeking_take_while v0.1.2
30962023-11-02T18:56:41.522Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name peeking_take_while /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=889799dbe0f97a5e -C extra-filename=-889799dbe0f97a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30972023-11-02T18:56:41.526Z Compiling base16ct v0.2.0
30982023-11-02T18:56:41.530Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3d38e95769eacbc -C extra-filename=-a3d38e95769eacbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
30992023-11-02T18:56:41.533Z Compiling lazycell v1.3.0
31002023-11-02T18:56:41.536Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=c8a36ca3f3b829c0 -C extra-filename=-c8a36ca3f3b829c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31012023-11-02T18:56:41.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a586b9d58994d74 -C extra-filename=-2a586b9d58994d74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-6bf44a99034eeb15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --cap-lints allow -D warnings`
31022023-11-02T18:56:41.554Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build`
31032023-11-02T18:56:41.567Z Compiling derive_builder_macro v0.12.0
31042023-11-02T18:56:41.574Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder_macro-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=1bdc7893cd75a7f2 -C extra-filename=-1bdc7893cd75a7f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-767e84ac7dff46ef.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
31052023-11-02T18:56:41.583Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=26fb0bbab8bb10c9 -C extra-filename=-26fb0bbab8bb10c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --cap-lints allow -D warnings`
31062023-11-02T18:56:41.592Z Compiling thiserror-no-std v2.0.2
31072023-11-02T18:56:41.602Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=243dd2b9592a411f -C extra-filename=-243dd2b9592a411f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings`
31082023-11-02T18:56:41.611Z Compiling poly1305 v0.8.0
31092023-11-02T18:56:41.619Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=3795598711fe8fc0 -C extra-filename=-3795598711fe8fc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-205c0e7732ee3d30.rmeta --cap-lints allow -D warnings`
31102023-11-02T18:56:41.628Z Compiling polyval v0.6.1
31112023-11-02T18:56:41.634Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=79df717f35c2481f -C extra-filename=-79df717f35c2481f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-205c0e7732ee3d30.rmeta --cap-lints allow -D warnings`
31122023-11-02T18:56:41.722Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=487007e19983bc20 -C extra-filename=-487007e19983bc20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31132023-11-02T18:56:42.268Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=7b262f576b7648f1 -C extra-filename=-7b262f576b7648f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-79f41717ff4f74ed.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-c19978dda7be8b57.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-c8a36ca3f3b829c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-889799dbe0f97a5e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0ce058812d36bd5f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-0bf74e04dbe24b22.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-f8e3de65cd240eea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-b8045d4d00486d0e.rmeta --cap-lints allow -D warnings`
31142023-11-02T18:56:42.597Z Compiling num_enum v0.7.0
31152023-11-02T18:56:42.600Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a3badb27cc5ccab4 -C extra-filename=-a3badb27cc5ccab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-5ddafdfd999bec0a.so --cap-lints allow -D warnings`
31162023-11-02T18:56:42.858Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1632f88a70563dfe -C extra-filename=-1632f88a70563dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
31172023-11-02T18:56:43.026Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=f2a031c83219c682 -C extra-filename=-f2a031c83219c682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
31182023-11-02T18:56:43.935Z Compiling elliptic-curve v0.13.5
31192023-11-02T18:56:43.939Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=77199af8fcc73ae0 -C extra-filename=-77199af8fcc73ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-a3d38e95769eacbc.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d886109ceb24fd6a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7fab083578f7825f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-51531d13880b0a50.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31202023-11-02T18:56:44.277Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe9ea705024fc6b8 -C extra-filename=-fe9ea705024fc6b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --cap-lints allow -D warnings`
31212023-11-02T18:56:44.596Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31222023-11-02T18:56:44.644Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29070728fa7d7b28 -C extra-filename=-29070728fa7d7b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31232023-11-02T18:56:44.870Z Compiling ctr v0.9.2
31242023-11-02T18:56:45.354Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e9935c5493083a33 -C extra-filename=-e9935c5493083a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --cap-lints allow -D warnings`
31252023-11-02T18:56:45.372Z Compiling aes v0.8.3
31262023-11-02T18:56:45.382Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9684f4a49305eaa4 -C extra-filename=-9684f4a49305eaa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
31272023-11-02T18:56:45.463Z Compiling chacha20 v0.9.1
31282023-11-02T18:56:45.491Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=2b6c8347c6eba81d -C extra-filename=-2b6c8347c6eba81d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings`
31292023-11-02T18:56:46.221Z Compiling strum_macros v0.24.3
31302023-11-02T18:56:46.228Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=aca75bfbc73798bb -C extra-filename=-aca75bfbc73798bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
31312023-11-02T18:56:46.748Z Compiling bincode v1.3.3
31322023-11-02T18:56:46.751Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a3a8afe028596ac -C extra-filename=-3a3a8afe028596ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31332023-11-02T18:56:46.932Z Compiling indoc v1.0.9
31342023-11-02T18:56:46.944Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e5f78bf05c67c191 -C extra-filename=-e5f78bf05c67c191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
31352023-11-02T18:56:48.560Z Compiling portable-atomic v1.4.3
31362023-11-02T18:56:48.577Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=5a049cd3c83a0f96 -C extra-filename=-5a049cd3c83a0f96 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31372023-11-02T18:56:48.582Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ea056c3aa76d4a5 -C extra-filename=-5ea056c3aa76d4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31382023-11-02T18:56:49.088Z Compiling aes-gcm-siv v0.11.1
31392023-11-02T18:56:49.095Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=6e8b3614361ee1b9 -C extra-filename=-6e8b3614361ee1b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-d3707516895c0a4f.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9684f4a49305eaa4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e9935c5493083a33.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-79df717f35c2481f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31402023-11-02T18:56:49.539Z Compiling chacha20poly1305 v0.10.1
31412023-11-02T18:56:50.000Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=c9cba8be14d9ea19 -C extra-filename=-c9cba8be14d9ea19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-d3707516895c0a4f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2b6c8347c6eba81d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-3795598711fe8fc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31422023-11-02T18:56:50.006Z Compiling vsss-rs v3.3.1
31432023-11-02T18:56:50.009Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d5d25d46cb43563c -C extra-filename=-d5d25d46cb43563c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-487007e19983bc20.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-77199af8fcc73ae0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-243dd2b9592a411f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings`
31442023-11-02T18:56:50.012Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build`
31452023-11-02T18:56:50.119Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=40730eb2051ebcd9 -C extra-filename=-40730eb2051ebcd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --cap-lints allow -D warnings`
31462023-11-02T18:56:50.225Z Compiling env_logger v0.9.3
31472023-11-02T18:56:50.229Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=5ef6d3c842a7f7b6 -C extra-filename=-5ef6d3c842a7f7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
31482023-11-02T18:56:50.693Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31492023-11-02T18:56:50.719Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ca502ce3c5bd1f2 -C extra-filename=-7ca502ce3c5bd1f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
31502023-11-02T18:56:50.883Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
31512023-11-02T18:56:50.888Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=469ce7f48e43fe8f -C extra-filename=-469ce7f48e43fe8f --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
31522023-11-02T18:56:51.436Z Compiling cookie v0.16.2
31532023-11-02T18:56:51.453Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=d273d01d10104002 -C extra-filename=-d273d01d10104002 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings`
31542023-11-02T18:56:52.038Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83befede202ef0c2 -C extra-filename=-83befede202ef0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31552023-11-02T18:56:52.293Z Compiling ringbuffer v0.15.0
31562023-11-02T18:56:52.303Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=12adbac498b5722e -C extra-filename=-12adbac498b5722e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31572023-11-02T18:56:52.455Z Compiling ascii v1.1.0
31582023-11-02T18:56:52.459Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33de564c997ac6dd -C extra-filename=-33de564c997ac6dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31592023-11-02T18:56:52.520Z Compiling assert_matches v1.5.0
31602023-11-02T18:56:52.544Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de9d8e932b97828e -C extra-filename=-de9d8e932b97828e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31612023-11-02T18:56:52.691Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4648eea5d7821deb -C extra-filename=-4648eea5d7821deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-83befede202ef0c2.rmeta --cap-lints allow -D warnings`
31622023-11-02T18:56:53.185Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
31632023-11-02T18:56:53.189Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7094a66105ef2e2 -C extra-filename=-e7094a66105ef2e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-33de564c997ac6dd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-5ef6d3c842a7f7b6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
31642023-11-02T18:56:53.221Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build`
31652023-11-02T18:56:53.329Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build`
31662023-11-02T18:56:53.435Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31672023-11-02T18:56:53.449Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d16738dcf693ae8 -C extra-filename=-7d16738dcf693ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-7ca502ce3c5bd1f2.rmeta --cap-lints allow -D warnings`
31682023-11-02T18:56:53.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=5bd486eb393b6aee -C extra-filename=-5bd486eb393b6aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-40730eb2051ebcd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --cap-lints allow -D warnings`
31692023-11-02T18:56:53.814Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=ebeb2b4731027f20 -C extra-filename=-ebeb2b4731027f20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
31702023-11-02T18:56:54.691Z Compiling bitstruct v0.1.1
31712023-11-02T18:56:54.694Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6d8f5240dbd67ce -C extra-filename=-b6d8f5240dbd67ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-22247aae87f3dc94.so --cap-lints allow -D warnings`
31722023-11-02T18:56:54.766Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5030ec565d15b283 -C extra-filename=-5030ec565d15b283 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31732023-11-02T18:56:54.895Z Compiling tungstenite v0.20.1
31742023-11-02T18:56:54.907Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=3da399baead4d071 -C extra-filename=-3da399baead4d071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings`
31752023-11-02T18:56:55.703Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcb96a3c72f7f21f -C extra-filename=-bcb96a3c72f7f21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt`
31762023-11-02T18:56:55.894Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d31030bb383ffa08 -C extra-filename=-d31030bb383ffa08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
31772023-11-02T18:56:56.052Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=635a40907a48adea -C extra-filename=-635a40907a48adea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-595a8fb7a1c95869.rmeta --cap-lints allow -D warnings`
31782023-11-02T18:56:56.539Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1978e9e59a278b19 -C extra-filename=-1978e9e59a278b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
31792023-11-02T18:56:56.601Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=b339ba617a1f505a -C extra-filename=-b339ba617a1f505a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
31802023-11-02T18:56:57.325Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
31812023-11-02T18:56:57.328Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=034a68bbd7338261 -C extra-filename=-034a68bbd7338261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings`
31822023-11-02T18:56:57.359Z Compiling serde_arrays v0.1.0
31832023-11-02T18:56:57.363Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8b552d56cedba39 -C extra-filename=-a8b552d56cedba39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
31842023-11-02T18:56:57.613Z Compiling oso-derive v0.27.0
31852023-11-02T18:56:57.622Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-derive-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=66796419f57a71a9 -C extra-filename=-66796419f57a71a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
31862023-11-02T18:56:58.313Z Compiling impl-trait-for-tuples v0.2.2
31872023-11-02T18:56:58.322Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f771e6df21d51c33 -C extra-filename=-f771e6df21d51c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
31882023-11-02T18:56:58.337Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vec_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c272a97674c5a297 -C extra-filename=-c272a97674c5a297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31892023-11-02T18:56:58.381Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=25ff51be749310b5 -C extra-filename=-25ff51be749310b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31902023-11-02T18:56:58.543Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f097453d2a412ae3 -C extra-filename=-f097453d2a412ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31912023-11-02T18:56:58.582Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=629ad6c3c790c5ec -C extra-filename=-629ad6c3c790c5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31922023-11-02T18:56:58.781Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ansi_term /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0296cd2fae0ad0b4 -C extra-filename=-0296cd2fae0ad0b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
31932023-11-02T18:56:58.833Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=085ba021a890856b -C extra-filename=-085ba021a890856b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-629ad6c3c790c5ec.rmeta --cap-lints allow -D warnings`
31942023-11-02T18:56:59.293Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=ef7c5c2e3e3647fe -C extra-filename=-ef7c5c2e3e3647fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libansi_term-0296cd2fae0ad0b4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f097453d2a412ae3.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1978e9e59a278b19.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-c272a97674c5a297.rmeta --cap-lints allow -D warnings`
31952023-11-02T18:56:59.422Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=da6f485cf295e7f0 -C extra-filename=-da6f485cf295e7f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-b339ba617a1f505a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-bcb96a3c72f7f21f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings`
31962023-11-02T18:56:59.530Z Compiling tokio-tungstenite v0.20.1
31972023-11-02T18:56:59.536Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=ea6c1e668f253a43 -C extra-filename=-ea6c1e668f253a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3da399baead4d071.rmeta --cap-lints allow -D warnings`
31982023-11-02T18:56:59.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f026e4154934830 -C extra-filename=-7f026e4154934830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-d31030bb383ffa08.rmeta --cap-lints allow -D warnings`
31992023-11-02T18:56:59.660Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=7352dea8c952daae -C extra-filename=-7352dea8c952daae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
32002023-11-02T18:57:01.466Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=6f2e6ae445675155 -C extra-filename=-6f2e6ae445675155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32012023-11-02T18:57:01.525Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=824ea3e19821c7c0 -C extra-filename=-824ea3e19821c7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d2e140eae73b2ead.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg has_i128`
32022023-11-02T18:57:01.544Z Compiling bcs v0.1.6
32032023-11-02T18:57:02.016Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=475d8cc36192ded0 -C extra-filename=-475d8cc36192ded0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
32042023-11-02T18:57:02.439Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4148e46d4812e207 -C extra-filename=-4148e46d4812e207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32052023-11-02T18:57:02.452Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=860207ec66e217de -C extra-filename=-860207ec66e217de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32062023-11-02T18:57:02.465Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6489927f48f1fbad -C extra-filename=-6489927f48f1fbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32072023-11-02T18:57:03.171Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=fa9898c45566403b -C extra-filename=-fa9898c45566403b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32082023-11-02T18:57:03.376Z Compiling highway v1.1.0
32092023-11-02T18:57:03.385Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d11b806d9919b2bb -C extra-filename=-d11b806d9919b2bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32102023-11-02T18:57:03.433Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0888038ecf7f11cd -C extra-filename=-0888038ecf7f11cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-fa9898c45566403b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-6489927f48f1fbad.rmeta --cap-lints allow -D warnings`
32112023-11-02T18:57:04.199Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d82f5393582eb26 -C extra-filename=-2d82f5393582eb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-860207ec66e217de.rmeta --cap-lints allow -D warnings`
32122023-11-02T18:57:04.717Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=0b05717d967501ed -C extra-filename=-0b05717d967501ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-824ea3e19821c7c0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-7352dea8c952daae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a3e2c7c6363a38c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32132023-11-02T18:57:05.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structopt --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9b1666aa4877b426 -C extra-filename=-9b1666aa4877b426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-ef7c5c2e3e3647fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8c8d87e8293428df.so --cap-lints allow -D warnings`
32142023-11-02T18:57:06.087Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=201e3d8032bf814d -C extra-filename=-201e3d8032bf814d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-085ba021a890856b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f026e4154934830.rmeta --cap-lints allow -D warnings`
32152023-11-02T18:57:07.478Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1098ed5d63713655 -C extra-filename=-1098ed5d63713655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-4148e46d4812e207.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6f2e6ae445675155.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32162023-11-02T18:57:13.042Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4c4105ada6dff5fb -C extra-filename=-4c4105ada6dff5fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32172023-11-02T18:57:13.565Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x509-cert-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=e05dca8dd4827f7d -C extra-filename=-e05dca8dd4827f7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings`
32182023-11-02T18:57:14.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=4cb10a4d83419aab -C extra-filename=-4cb10a4d83419aab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7a9ecdadd4d026f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
32192023-11-02T18:57:15.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=3dcd79f611d2156d -C extra-filename=-3dcd79f611d2156d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rmeta --cap-lints allow -D warnings`
32202023-11-02T18:57:15.486Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4cb72337d2665fb -C extra-filename=-c4cb72337d2665fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --cap-lints allow -D warnings`
32212023-11-02T18:57:16.500Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20b19b01470f452a -C extra-filename=-20b19b01470f452a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32222023-11-02T18:57:16.642Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4c79134007c27d1e -C extra-filename=-4c79134007c27d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi`
32232023-11-02T18:57:16.859Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=59e34651557de442 -C extra-filename=-59e34651557de442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
32242023-11-02T18:57:17.154Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=7c9235f547ae9641 -C extra-filename=-7c9235f547ae9641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
32252023-11-02T18:57:17.588Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=469cbe4f254c4942 -C extra-filename=-469cbe4f254c4942 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
32262023-11-02T18:57:17.618Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=2b8c0e2c04e3d8a8 -C extra-filename=-2b8c0e2c04e3d8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
32272023-11-02T18:57:18.458Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-any-2.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47fdc8f0fb957603 -C extra-filename=-47fdc8f0fb957603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32282023-11-02T18:57:18.473Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=c79c2fd55f4220f8 -C extra-filename=-c79c2fd55f4220f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-469cbe4f254c4942.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-2b8c0e2c04e3d8a8.rmeta --cap-lints allow -D warnings`
32292023-11-02T18:57:19.066Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85e2b735f756f5c8 -C extra-filename=-85e2b735f756f5c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-4c79134007c27d1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
32302023-11-02T18:57:19.527Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52a561baae0bb6f6 -C extra-filename=-52a561baae0bb6f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-59e34651557de442.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c4105ada6dff5fb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32312023-11-02T18:57:20.667Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=12b87fb20abdd900 -C extra-filename=-12b87fb20abdd900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-20b19b01470f452a.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9c012307bcb8167a.so --cap-lints allow -D warnings`
32322023-11-02T18:57:21.244Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/8283f80/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7cbe2ba0e7566be -C extra-filename=-a7cbe2ba0e7566be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c4cb72337d2665fb.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-9b1666aa4877b426.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci`
32332023-11-02T18:57:21.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=232a3860334462ef -C extra-filename=-232a3860334462ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-fa9898c45566403b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0888038ecf7f11cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32342023-11-02T18:57:21.750Z Compiling const_format v0.2.31
32352023-11-02T18:57:21.755Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=23286d2a23822630 -C extra-filename=-23286d2a23822630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-deea3516802ae4d1.so --cap-lints allow -D warnings`
32362023-11-02T18:57:21.769Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f7168c1b51f6d6d -C extra-filename=-0f7168c1b51f6d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f3e95c4670a50523.rmeta --cap-lints allow -D warnings`
32372023-11-02T18:57:22.060Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=03a5ab950ca73182 -C extra-filename=-03a5ab950ca73182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --cap-lints allow -D warnings`
32382023-11-02T18:57:22.759Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=d3a9aa076020a553 -C extra-filename=-d3a9aa076020a553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings`
32392023-11-02T18:57:22.817Z Compiling ron v0.7.1
32402023-11-02T18:57:23.237Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=118ac254ebefcc62 -C extra-filename=-118ac254ebefcc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ad8c311fcc61d255.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
32412023-11-02T18:57:23.252Z Compiling http-range v0.1.5
32422023-11-02T18:57:23.259Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4033984b397087d -C extra-filename=-b4033984b397087d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32432023-11-02T18:57:23.268Z Compiling bit_field v0.10.2
32442023-11-02T18:57:23.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e951acd70516eeb8 -C extra-filename=-e951acd70516eeb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32452023-11-02T18:57:23.470Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2e817dd5db488c99 -C extra-filename=-2e817dd5db488c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32462023-11-02T18:57:23.495Z Compiling hyper-staticfile v0.9.5
32472023-11-02T18:57:23.527Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fa5fc02d37082992 -C extra-filename=-fa5fc02d37082992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-b4033984b397087d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings`
32482023-11-02T18:57:23.802Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=2013f0869bd43665 -C extra-filename=-2013f0869bd43665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
32492023-11-02T18:57:24.155Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8bcca35f33998a5 -C extra-filename=-d8bcca35f33998a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
32502023-11-02T18:57:24.453Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2d4a35d2b10c304 -C extra-filename=-a2d4a35d2b10c304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32512023-11-02T18:57:24.822Z Compiling number_prefix v0.4.0
32522023-11-02T18:57:24.826Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dab6b6d0bbf65977 -C extra-filename=-dab6b6d0bbf65977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32532023-11-02T18:57:25.093Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=429516902662dad4 -C extra-filename=-429516902662dad4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-a2d4a35d2b10c304.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-d8bcca35f33998a5.rmeta --cap-lints allow -D warnings`
32542023-11-02T18:57:25.198Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6e0b9f7bf94a5b1d -C extra-filename=-6e0b9f7bf94a5b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign`
32552023-11-02T18:57:25.794Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4a0a1a78bdcbb21 -C extra-filename=-c4a0a1a78bdcbb21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
32562023-11-02T18:57:26.190Z Compiling indicatif v0.17.7
32572023-11-02T18:57:26.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=c570c02e115a34e9 -C extra-filename=-c570c02e115a34e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-dab6b6d0bbf65977.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-2013f0869bd43665.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
32582023-11-02T18:57:26.650Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8a0c26fcf9de43f1 -C extra-filename=-8a0c26fcf9de43f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings`
32592023-11-02T18:57:27.115Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=5aaa5f4569b36052 -C extra-filename=-5aaa5f4569b36052 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e4eb40cefe3739e2.rmeta --cap-lints allow -D warnings`
32602023-11-02T18:57:27.120Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2eccb2d3eed244a -C extra-filename=-a2eccb2d3eed244a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
32612023-11-02T18:57:27.317Z Compiling bytesize v1.3.0
32622023-11-02T18:57:27.339Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=2f523a89f6109928 -C extra-filename=-2f523a89f6109928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
32632023-11-02T18:57:27.392Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2981edbf10f3b51 -C extra-filename=-f2981edbf10f3b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32642023-11-02T18:57:27.548Z Compiling fs-err v2.9.0
32652023-11-02T18:57:27.557Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08b016a9188ac00e -C extra-filename=-08b016a9188ac00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32662023-11-02T18:57:28.024Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8c689b929b87d6a5 -C extra-filename=-8c689b929b87d6a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-8a0c26fcf9de43f1.rmeta --cap-lints allow -D warnings`
32672023-11-02T18:57:28.348Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_client --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-client-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c10f4f7c2b3a4873 -C extra-filename=-c10f4f7c2b3a4873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-429516902662dad4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
32682023-11-02T18:57:28.515Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/steno-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf20d5166841d334 -C extra-filename=-bf20d5166841d334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings`
32692023-11-02T18:57:29.535Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/96f064e/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=dd11a10a1101a3ea -C extra-filename=-dd11a10a1101a3ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-47fdc8f0fb957603.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4cb10a4d83419aab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1098ed5d63713655.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6f2e6ae445675155.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0b05717d967501ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-201e3d8032bf814d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
32702023-11-02T18:57:30.040Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7b40e82f63f4ae7 -C extra-filename=-c7b40e82f63f4ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-77b357fb476e9a92.so --cap-lints allow -D warnings`
32712023-11-02T18:57:30.254Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60d23ba0a73afbf6 -C extra-filename=-60d23ba0a73afbf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32722023-11-02T18:57:30.841Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=353a8d86b72c529d -C extra-filename=-353a8d86b72c529d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
32732023-11-02T18:57:33.035Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=b8544d18c4be0732 -C extra-filename=-b8544d18c4be0732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fe9ea705024fc6b8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8c689b929b87d6a5.rmeta --cap-lints allow -D warnings`
32742023-11-02T18:57:36.498Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_server --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-server-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=15e39771a9c6078e -C extra-filename=-15e39771a9c6078e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8e0cb7bcc21358a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-353a8d86b72c529d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings`
32752023-11-02T18:57:36.901Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=92f0c10576f3f118 -C extra-filename=-92f0c10576f3f118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f3e95c4670a50523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
32762023-11-02T18:57:38.454Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=0becf946976ec01a -C extra-filename=-0becf946976ec01a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3`
32772023-11-02T18:57:39.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=f2cbb1d88a1b00a7 -C extra-filename=-f2cbb1d88a1b00a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings`
32782023-11-02T18:57:40.322Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e063f120b964bc6 -C extra-filename=-9e063f120b964bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --cap-lints allow -D warnings`
32792023-11-02T18:57:41.182Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=2530f9c9097bed88 -C extra-filename=-2530f9c9097bed88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings`
32802023-11-02T18:57:41.449Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c10051ded0b99a8 -C extra-filename=-9c10051ded0b99a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings`
32812023-11-02T18:57:41.770Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c408cf99aead0c10 -C extra-filename=-c408cf99aead0c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32822023-11-02T18:57:41.834Z Compiling indoc v2.0.3
32832023-11-02T18:57:41.837Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=9d669547cbb4bc59 -C extra-filename=-9d669547cbb4bc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings`
32842023-11-02T18:57:42.214Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=afead1a050d43242 -C extra-filename=-afead1a050d43242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32852023-11-02T18:57:42.517Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d69b3eff17dd817 -C extra-filename=-1d69b3eff17dd817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
32862023-11-02T18:57:42.905Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e461df278a866dbe -C extra-filename=-e461df278a866dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-1d69b3eff17dd817.rmeta --cap-lints allow -D warnings`
32872023-11-02T18:57:43.556Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88b92fb0d37ef97a -C extra-filename=-88b92fb0d37ef97a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-c408cf99aead0c10.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e063f120b964bc6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-0becf946976ec01a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64`
32882023-11-02T18:57:44.194Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=253d564943998a84 -C extra-filename=-253d564943998a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-9c10051ded0b99a8.rmeta --cap-lints allow -D warnings`
32892023-11-02T18:57:44.471Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=15cfa47a55451c6b -C extra-filename=-15cfa47a55451c6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-92f0c10576f3f118.rmeta --cap-lints allow -D warnings`
32902023-11-02T18:57:45.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5bd6b937bf77c27f -C extra-filename=-5bd6b937bf77c27f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f2cbb1d88a1b00a7.rmeta --cap-lints allow -D warnings`
32912023-11-02T18:57:47.101Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=41c0db507e620aa5 -C extra-filename=-41c0db507e620aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings`
32922023-11-02T18:57:48.010Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=dd8804495b048268 -C extra-filename=-dd8804495b048268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
32932023-11-02T18:57:48.034Z Compiling derive_builder v0.12.0
32942023-11-02T18:57:48.446Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a86bb21bef4e2893 -C extra-filename=-a86bb21bef4e2893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-1bdc7893cd75a7f2.so --cap-lints allow -D warnings`
32952023-11-02T18:57:48.450Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=037e14aae176bcf5 -C extra-filename=-037e14aae176bcf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
32962023-11-02T18:57:50.649Z Compiling signal-hook-mio v0.2.3
32972023-11-02T18:57:50.653Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41710fe1af901699 -C extra-filename=-41710fe1af901699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f977b920649865d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
32982023-11-02T18:57:50.656Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=bd337f8aab207f03 -C extra-filename=-bd337f8aab207f03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --cap-lints allow -D warnings`
32992023-11-02T18:57:50.931Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=2ad13cb61433983f -C extra-filename=-2ad13cb61433983f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-a50ce7321bfdc712.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f160b03d3a6e70a0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings`
33002023-11-02T18:57:51.317Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=e6cc28ed4ccb075d -C extra-filename=-e6cc28ed4ccb075d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
33012023-11-02T18:57:51.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/olpc-cjson-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4998e2272a1f4663 -C extra-filename=-4998e2272a1f4663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings`
33022023-11-02T18:57:52.359Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea5475becae0c580 -C extra-filename=-ea5475becae0c580 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33032023-11-02T18:57:52.553Z Compiling bb8 v0.8.1
33042023-11-02T18:57:52.557Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=4f2adfca6954c3ae -C extra-filename=-4f2adfca6954c3ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
33052023-11-02T18:57:53.016Z Compiling quick-xml v0.23.1
33062023-11-02T18:57:53.019Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=44ec87ca34713b1f -C extra-filename=-44ec87ca34713b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
33072023-11-02T18:57:53.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/display-error-chain-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f4ebc946f4654d04 -C extra-filename=-f4ebc946f4654d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33082023-11-02T18:57:53.683Z Compiling maplit v1.0.2
33092023-11-02T18:57:53.706Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f8a186bb5dc45b01 -C extra-filename=-f8a186bb5dc45b01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33102023-11-02T18:57:53.866Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
33112023-11-02T18:57:53.881Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f231f1db6094f1f8 -C extra-filename=-f231f1db6094f1f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33122023-11-02T18:57:53.977Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=1a2ea9aafc5290c1 -C extra-filename=-1a2ea9aafc5290c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-41c0db507e620aa5.rmeta --cap-lints allow -D warnings`
33132023-11-02T18:57:54.026Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cd295f68df0a210 -C extra-filename=-6cd295f68df0a210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a2eccb2d3eed244a.rmeta --cap-lints allow -D warnings`
33142023-11-02T18:57:54.682Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=43335d8015ff33ac -C extra-filename=-43335d8015ff33ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33152023-11-02T18:57:55.095Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=393079a73f8b3c53 -C extra-filename=-393079a73f8b3c53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings`
33162023-11-02T18:57:55.098Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3601e16433f2ad36 -C extra-filename=-3601e16433f2ad36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-5ddafdfd999bec0a.so --cap-lints allow -D warnings`
33172023-11-02T18:57:55.112Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dceb58c874d39a40 -C extra-filename=-dceb58c874d39a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
33182023-11-02T18:57:55.298Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=798465d34a8a3dd4 -C extra-filename=-798465d34a8a3dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --cap-lints allow -D warnings`
33192023-11-02T18:57:55.707Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1229d3e022f0a4a0 -C extra-filename=-1229d3e022f0a4a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
33202023-11-02T18:57:55.871Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80e950208a1c11dd -C extra-filename=-80e950208a1c11dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33212023-11-02T18:57:56.598Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=84f920f39e21a911 -C extra-filename=-84f920f39e21a911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-dceb58c874d39a40.rmeta --cap-lints allow -D warnings`
33222023-11-02T18:57:56.739Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=c6f38d4739b942c6 -C extra-filename=-c6f38d4739b942c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings`
33232023-11-02T18:57:57.588Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=42861dbc0a9d741b -C extra-filename=-42861dbc0a9d741b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-2530f9c9097bed88.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1229d3e022f0a4a0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-798465d34a8a3dd4.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6cd295f68df0a210.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33242023-11-02T18:57:57.616Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4de9434733180e27 -C extra-filename=-4de9434733180e27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --cap-lints allow -D warnings`
33252023-11-02T18:57:57.895Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9711c68301b49949 -C extra-filename=-9711c68301b49949 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
33262023-11-02T18:57:58.044Z Compiling smawk v0.3.1
33272023-11-02T18:57:58.047Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acb42fb44e18d6a3 -C extra-filename=-acb42fb44e18d6a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33282023-11-02T18:57:58.124Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee7665d458dd6e37 -C extra-filename=-ee7665d458dd6e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33292023-11-02T18:57:58.367Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=506308780fdbe2f1 -C extra-filename=-506308780fdbe2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33302023-11-02T18:57:58.403Z Compiling unicode-linebreak v0.1.5
33312023-11-02T18:57:58.409Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be7062087950db72 -C extra-filename=-be7062087950db72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33322023-11-02T18:57:58.734Z Compiling owo-colors v3.5.0
33332023-11-02T18:57:58.739Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7925e2f5a7b97d4e -C extra-filename=-7925e2f5a7b97d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33342023-11-02T18:57:58.876Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c25b98141567a59f -C extra-filename=-c25b98141567a59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33352023-11-02T18:57:59.245Z Compiling textwrap v0.16.0
33362023-11-02T18:57:59.252Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=b726358839b3ee11 -C extra-filename=-b726358839b3ee11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-acb42fb44e18d6a3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-be7062087950db72.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33372023-11-02T18:57:59.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=588b8227574195be -C extra-filename=-588b8227574195be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-9711c68301b49949.rmeta --cap-lints allow -D warnings`
33382023-11-02T18:57:59.724Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44a60e4fc0beb3e6 -C extra-filename=-44a60e4fc0beb3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-c25b98141567a59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c6f38d4739b942c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
33392023-11-02T18:58:01.710Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name headers /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9d55635047bea2e8 -C extra-filename=-9d55635047bea2e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4de9434733180e27.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --cap-lints allow -D warnings`
33402023-11-02T18:58:01.833Z Compiling crossterm v0.27.0
33412023-11-02T18:58:01.856Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' -C metadata=dff6c1b8806c4e6e -C extra-filename=-dff6c1b8806c4e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-bd337f8aab207f03.rmeta --cap-lints allow -D warnings`
33422023-11-02T18:58:01.867Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a06a5efbe71c3fa2 -C extra-filename=-a06a5efbe71c3fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-22247aae87f3dc94.so --cap-lints allow -D warnings`
33432023-11-02T18:58:01.880Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d2e0359d709204c -C extra-filename=-9d2e0359d709204c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33442023-11-02T18:58:02.308Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3da2617207199aec -C extra-filename=-3da2617207199aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings`
33452023-11-02T18:58:03.129Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1b9907668a6fe141 -C extra-filename=-1b9907668a6fe141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
33462023-11-02T18:58:03.216Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47be508dcfcfa82e -C extra-filename=-47be508dcfcfa82e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33472023-11-02T18:58:03.371Z Compiling cassowary v0.3.0
33482023-11-02T18:58:03.379Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a0002b5d6cfe6d9 -C extra-filename=-0a0002b5d6cfe6d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33492023-11-02T18:58:03.478Z Compiling yansi v0.5.1
33502023-11-02T18:58:03.505Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c23cf56f768e2020 -C extra-filename=-c23cf56f768e2020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33512023-11-02T18:58:03.521Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81f078e594d10e74 -C extra-filename=-81f078e594d10e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1b9907668a6fe141.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings`
33522023-11-02T18:58:03.552Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=25f417326751a96a -C extra-filename=-25f417326751a96a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings`
33532023-11-02T18:58:03.755Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/git/checkouts/nix-a6715c5f5bedbb76/c1a3636/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=b3359f439b6b3cec -C extra-filename=-b3359f439b6b3cec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings`
33542023-11-02T18:58:04.048Z Compiling pretty_assertions v1.4.0
33552023-11-02T18:58:04.063Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty_assertions-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=707e7169a1568639 -C extra-filename=-707e7169a1568639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-35284c3a0f9039eb.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c23cf56f768e2020.rmeta --cap-lints allow -D warnings`
33562023-11-02T18:58:04.078Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_builder-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4c1a3c91ec8ce985 -C extra-filename=-4c1a3c91ec8ce985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-1bdc7893cd75a7f2.so --cap-lints allow -D warnings`
33572023-11-02T18:58:04.293Z Compiling ratatui v0.23.0
33582023-11-02T18:58:04.297Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=b86238e65158f13b -C extra-filename=-b86238e65158f13b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-0a0002b5d6cfe6d9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33592023-11-02T18:58:04.348Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57db7baa340f5f88 -C extra-filename=-57db7baa340f5f88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2`
33602023-11-02T18:58:04.706Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a157337a24dcb7f3 -C extra-filename=-a157337a24dcb7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-77b357fb476e9a92.so --cap-lints allow -D warnings`
33612023-11-02T18:58:05.340Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=96a357733ff3263a -C extra-filename=-96a357733ff3263a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds`
33622023-11-02T18:58:05.754Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=d51e5e9ea59c9da3 -C extra-filename=-d51e5e9ea59c9da3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
33632023-11-02T18:58:07.898Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=0b1fe84c897a597e -C extra-filename=-0b1fe84c897a597e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33642023-11-02T18:58:08.205Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd3475961d0f5837 -C extra-filename=-cd3475961d0f5837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings`
33652023-11-02T18:58:08.436Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=d8c0734948a4c9ea -C extra-filename=-d8c0734948a4c9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33662023-11-02T18:58:08.852Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cdc7610c6773be9 -C extra-filename=-4cdc7610c6773be9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
33672023-11-02T18:58:08.857Z Compiling rtoolbox v0.0.1
33682023-11-02T18:58:08.912Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=963ede6b9824d536 -C extra-filename=-963ede6b9824d536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
33692023-11-02T18:58:08.926Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a4058fc57a76491e -C extra-filename=-a4058fc57a76491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33702023-11-02T18:58:09.168Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=208aa0cb3b50b315 -C extra-filename=-208aa0cb3b50b315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33712023-11-02T18:58:10.166Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=817a6c1181774b8a -C extra-filename=-817a6c1181774b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33722023-11-02T18:58:10.177Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-1.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=290744af26d14171 -C extra-filename=-290744af26d14171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33732023-11-02T18:58:10.201Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=236ab3d6ec837c0a -C extra-filename=-236ab3d6ec837c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-a4058fc57a76491e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-0b1fe84c897a597e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1b9907668a6fe141.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-81f078e594d10e74.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33742023-11-02T18:58:10.239Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=213992525ccee0bb -C extra-filename=-213992525ccee0bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-290744af26d14171.rmeta --cap-lints allow -D warnings`
33752023-11-02T18:58:10.426Z Compiling tui-tree-widget v0.13.0
33762023-11-02T18:58:10.453Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=59b5b1ca22c78e27 -C extra-filename=-59b5b1ca22c78e27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
33772023-11-02T18:58:10.751Z Compiling rpassword v7.2.0
33782023-11-02T18:58:10.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45237e3bc34c8af6 -C extra-filename=-45237e3bc34c8af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-963ede6b9824d536.rmeta --cap-lints allow -D warnings`
33792023-11-02T18:58:11.092Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=91d66c4daefd4c2a -C extra-filename=-91d66c4daefd4c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33802023-11-02T18:58:11.296Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=ac1bcd5149d5dd64 -C extra-filename=-ac1bcd5149d5dd64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a2eccb2d3eed244a.rmeta --cap-lints allow -D warnings`
33812023-11-02T18:58:11.551Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=5d51ea0c4f1cc83f -C extra-filename=-5d51ea0c4f1cc83f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings`
33822023-11-02T18:58:11.875Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/c1252df/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4473b1c84cc4d592 -C extra-filename=-4473b1c84cc4d592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64`
33832023-11-02T18:58:12.496Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12dae31d0c990ec6 -C extra-filename=-12dae31d0c990ec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings`
33842023-11-02T18:58:22.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b19f184d6cb312bc -C extra-filename=-b19f184d6cb312bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings`
33852023-11-02T18:58:22.613Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/curve25519-dalek-4.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=59c793c95dada8bf -C extra-filename=-59c793c95dada8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
33862023-11-02T18:58:22.812Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=a22429a614318932 -C extra-filename=-a22429a614318932 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings`
33872023-11-02T18:58:22.921Z Compiling fatfs v0.3.6
33882023-11-02T18:58:23.012Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=164cdabbd0ca18b4 -C extra-filename=-164cdabbd0ca18b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings`
33892023-11-02T18:58:23.204Z Compiling rand v0.4.6
33902023-11-02T18:58:24.952Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rand /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -C metadata=41ca1d14ff3619fd -C extra-filename=-41ca1d14ff3619fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
33912023-11-02T18:58:25.014Z Compiling shell-words v1.1.0
33922023-11-02T18:58:25.529Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d1f7b310295782f5 -C extra-filename=-d1f7b310295782f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33932023-11-02T18:58:25.606Z Compiling remove_dir_all v0.5.3
33942023-11-02T18:58:25.647Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name remove_dir_all /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9c0a3784f5453c5 -C extra-filename=-b9c0a3784f5453c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33952023-11-02T18:58:25.709Z Compiling plotters-backend v0.3.5
33962023-11-02T18:58:25.787Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bfbe0e88581e03f -C extra-filename=-2bfbe0e88581e03f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
33972023-11-02T18:58:26.244Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=8fcf8e4df4be0e37 -C extra-filename=-8fcf8e4df4be0e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-2530f9c9097bed88.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a22429a614318932.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ac1bcd5149d5dd64.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
33982023-11-02T18:58:26.268Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/salty-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=28268b30f2f7089c -C extra-filename=-28268b30f2f7089c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-213992525ccee0bb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg tweetnacl`
33992023-11-02T18:58:26.280Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d61a7d73c89ead88 -C extra-filename=-d61a7d73c89ead88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-deea3516802ae4d1.so --cap-lints allow -D warnings`
34002023-11-02T18:58:26.331Z Compiling plotters-svg v0.3.5
34012023-11-02T18:58:26.353Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3b49f7a528dafa4 -C extra-filename=-e3b49f7a528dafa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-2bfbe0e88581e03f.rmeta --cap-lints allow -D warnings`
34022023-11-02T18:58:26.386Z Compiling tempdir v0.3.7
34032023-11-02T18:58:26.403Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tempdir /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempdir-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9be29461d58e3318 -C extra-filename=-9be29461d58e3318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-41ca1d14ff3619fd.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-b9c0a3784f5453c5.rmeta --cap-lints allow -D warnings`
34042023-11-02T18:58:26.834Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d33fa3901706b9ff -C extra-filename=-d33fa3901706b9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f3e95c4670a50523.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34052023-11-02T18:58:26.848Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vsss-rs-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=3a07ea09a0a14a56 -C extra-filename=-3a07ea09a0a14a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-59c793c95dada8bf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-236ab3d6ec837c0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-b19f184d6cb312bc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings`
34062023-11-02T18:58:26.862Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/git/checkouts/hubpack-0dd69a0378549116/df08cc3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=86315dd94fbec1b4 -C extra-filename=-86315dd94fbec1b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-618bd4cd81967613.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34072023-11-02T18:58:26.879Z Compiling assert_cmd v2.0.12
34082023-11-02T18:58:26.888Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2498884576e8ad17 -C extra-filename=-2498884576e8ad17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0d512a45c2a75978.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-4971ee1235841292.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6cab423074342a3b.rmeta --cap-lints allow -D warnings`
34092023-11-02T18:58:26.916Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b335b3ce59aca036 -C extra-filename=-b335b3ce59aca036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34102023-11-02T18:58:26.924Z Compiling dashmap v5.5.1
34112023-11-02T18:58:26.939Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e5a0800ef168f5c4 -C extra-filename=-e5a0800ef168f5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-90a1c1a80b5a9681.rmeta --cap-lints allow -D warnings`
34122023-11-02T18:58:26.944Z Compiling serial_test_derive v0.10.0
34132023-11-02T18:58:26.948Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async"' -C metadata=207f8c6a6e7536b7 -C extra-filename=-207f8c6a6e7536b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
34142023-11-02T18:58:26.956Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37facc953fec2bbb -C extra-filename=-37facc953fec2bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34152023-11-02T18:58:26.961Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1184999ebe9f7735 -C extra-filename=-1184999ebe9f7735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34162023-11-02T18:58:26.997Z Compiling cast v0.3.0
34172023-11-02T18:58:27.027Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0aa8666d9b98ea4b -C extra-filename=-0aa8666d9b98ea4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34182023-11-02T18:58:27.063Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a1c3427c38d2194 -C extra-filename=-0a1c3427c38d2194 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1184999ebe9f7735.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings`
34192023-11-02T18:58:27.117Z Compiling criterion-plot v0.5.0
34202023-11-02T18:58:27.132Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c25d7400b23901a8 -C extra-filename=-c25d7400b23901a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-0aa8666d9b98ea4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --cap-lints allow -D warnings`
34212023-11-02T18:58:27.143Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_common --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=5b4386251651bdaa -C extra-filename=-5b4386251651bdaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-86315dd94fbec1b4.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b335b3ce59aca036.rmeta --cap-lints allow -D warnings`
34222023-11-02T18:58:27.213Z Compiling serial_test v0.10.0
34232023-11-02T18:58:27.233Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=78843ef44f37ce13 -C extra-filename=-78843ef44f37ce13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashmap=/work/oxidecomputer/omicron/target/debug/deps/libdashmap-e5a0800ef168f5c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-207f8c6a6e7536b7.so --cap-lints allow -D warnings`
34242023-11-02T18:58:27.262Z Compiling plotters v0.3.5
34252023-11-02T18:58:27.296Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' -C metadata=5eefb25297fa42d3 -C extra-filename=-5eefb25297fa42d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-2bfbe0e88581e03f.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e3b49f7a528dafa4.rmeta --cap-lints allow -D warnings`
34262023-11-02T18:58:27.337Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d320d173a3e00542 -C extra-filename=-d320d173a3e00542 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --cap-lints allow -D warnings`
34272023-11-02T18:58:27.356Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytesize /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=2b8c4ebcdfb543e2 -C extra-filename=-2b8c4ebcdfb543e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings`
34282023-11-02T18:58:27.379Z Compiling tinytemplate v1.2.1
34292023-11-02T18:58:27.417Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=05d30e2188aad39d -C extra-filename=-05d30e2188aad39d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings`
34302023-11-02T18:58:27.850Z Compiling vte_generate_state_changes v0.1.1
34312023-11-02T18:58:27.861Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=72bac1b0bd13aac4 -C extra-filename=-72bac1b0bd13aac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings`
34322023-11-02T18:58:27.877Z Compiling anes v0.1.6
34332023-11-02T18:58:27.883Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=5d729d8995cc01cf -C extra-filename=-5d729d8995cc01cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34342023-11-02T18:58:27.895Z Compiling oorandom v11.1.3
34352023-11-02T18:58:27.909Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8d29dcb852799e1 -C extra-filename=-c8d29dcb852799e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34362023-11-02T18:58:27.919Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41e3a14352e8a3ae -C extra-filename=-41e3a14352e8a3ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34372023-11-02T18:58:27.926Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name glob /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fadeb72e52d23892 -C extra-filename=-fadeb72e52d23892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34382023-11-02T18:58:27.942Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/corncobs-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=27a769f31e6973b2 -C extra-filename=-27a769f31e6973b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34392023-11-02T18:58:27.957Z Compiling vte v0.11.1
34402023-11-02T18:58:27.961Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3091ab040793ac49 -C extra-filename=-3091ab040793ac49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-bc77fe51f95b120d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-72bac1b0bd13aac4.so --cap-lints allow -D warnings`
34412023-11-02T18:58:27.966Z Compiling criterion v0.5.1
34422023-11-02T18:58:27.970Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' -C metadata=3133ab9b876662c7 -C extra-filename=-3133ab9b876662c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-5d729d8995cc01cf.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-0aa8666d9b98ea4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c25d7400b23901a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-c8d29dcb852799e1.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5eefb25297fa42d3.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-05d30e2188aad39d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34432023-11-02T18:58:27.978Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_rot --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/77df31e/rot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=008380a2e50ac4e0 -C extra-filename=-008380a2e50ac4e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-27a769f31e6973b2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-86315dd94fbec1b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-5b4386251651bdaa.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --cap-lints allow -D warnings`
34442023-11-02T18:58:27.989Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=b6a9e060cc098cb0 -C extra-filename=-b6a9e060cc098cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-d320d173a3e00542.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4bb0cf1e95664d04.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
34452023-11-02T18:58:27.998Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d84f235069490dac -C extra-filename=-d84f235069490dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --cap-lints allow -D warnings`
34462023-11-02T18:58:28.420Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18f2756b78a7ea38 -C extra-filename=-18f2756b78a7ea38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
34472023-11-02T18:58:28.433Z Compiling threadpool v1.8.1
34482023-11-02T18:58:28.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c7feb017b392e1a -C extra-filename=-9c7feb017b392e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-5352e39305fe0a4c.rmeta --cap-lints allow -D warnings`
34492023-11-02T18:58:28.459Z Compiling crossterm v0.26.1
34502023-11-02T18:58:28.470Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=6487f90e79231618 -C extra-filename=-6487f90e79231618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-bd337f8aab207f03.rmeta --cap-lints allow -D warnings`
34512023-11-02T18:58:28.481Z Compiling strip-ansi-escapes v0.2.0
34522023-11-02T18:58:28.489Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c088b81944ae184 -C extra-filename=-5c088b81944ae184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-3091ab040793ac49.rmeta --cap-lints allow -D warnings`
34532023-11-02T18:58:28.496Z Compiling libtest-mimic v0.6.1
34542023-11-02T18:58:28.505Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f914793a2e00a2b7 -C extra-filename=-f914793a2e00a2b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-9c7feb017b392e1a.rmeta --cap-lints allow -D warnings`
34552023-11-02T18:58:28.515Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=63b568f30ca888be -C extra-filename=-63b568f30ca888be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --cap-lints allow -D warnings`
34562023-11-02T18:58:28.685Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0541d4f2b7110ecc -C extra-filename=-0541d4f2b7110ecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
34572023-11-02T18:58:29.641Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=01cb437184e12f0a -C extra-filename=-01cb437184e12f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings`
34582023-11-02T18:58:29.652Z Compiling rstest_macros v0.18.2
34592023-11-02T18:58:29.667Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=150b06867dc27592 -C extra-filename=-150b06867dc27592 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-150b06867dc27592 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings`
34602023-11-02T18:58:29.854Z Compiling fd-lock v3.0.13
34612023-11-02T18:58:29.857Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-3.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f40788c4fa4585ab -C extra-filename=-f40788c4fa4585ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --cap-lints allow -D warnings`
34622023-11-02T18:58:30.190Z Compiling nanorand v0.7.0
34632023-11-02T18:58:30.194Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=ab4e82a83485c248 -C extra-filename=-ab4e82a83485c248 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --cap-lints allow -D warnings`
34642023-11-02T18:58:30.416Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d2888d1226a49068 -C extra-filename=-d2888d1226a49068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34652023-11-02T18:58:30.551Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5e6635a7a320513 -C extra-filename=-d5e6635a7a320513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34662023-11-02T18:58:30.926Z Compiling nu-ansi-term v0.49.0
34672023-11-02T18:58:30.937Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=943ffaf447238679 -C extra-filename=-943ffaf447238679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34682023-11-02T18:58:31.174Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52aa3280b80b056c -C extra-filename=-52aa3280b80b056c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34692023-11-02T18:58:31.466Z Compiling flume v0.11.0
34702023-11-02T18:58:31.474Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=21cc87868e0e96d3 -C extra-filename=-21cc87868e0e96d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-ab4e82a83485c248.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings`
34712023-11-02T18:58:31.885Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=481fdddc9b7e9c9b -C extra-filename=-481fdddc9b7e9c9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-d5e6635a7a320513.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-52aa3280b80b056c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34722023-11-02T18:58:32.080Z Compiling reedline v0.23.0
34732023-11-02T18:58:32.103Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b254769a148d5883 -C extra-filename=-b254769a148d5883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6487f90e79231618.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f40788c4fa4585ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-943ffaf447238679.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-5c088b81944ae184.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
34742023-11-02T18:58:32.216Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-150b06867dc27592/build-script-build`
34752023-11-02T18:58:32.249Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e91744045e3f062f -C extra-filename=-e91744045e3f062f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-0541d4f2b7110ecc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings`
34762023-11-02T18:58:32.394Z Compiling datatest-stable v0.2.3
34772023-11-02T18:58:32.408Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90e47ce7457113b7 -C extra-filename=-90e47ce7457113b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-f914793a2e00a2b7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings`
34782023-11-02T18:58:32.635Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' -C metadata=55002714d77a523f -C extra-filename=-55002714d77a523f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-63b568f30ca888be.rmeta --cap-lints allow -D warnings`
34792023-11-02T18:58:33.365Z Compiling tabled_derive v0.6.0
34802023-11-02T18:58:33.370Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled_derive-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=74bad78102441b32 -C extra-filename=-74bad78102441b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings`
34812023-11-02T18:58:34.067Z Compiling httptest v0.15.4
34822023-11-02T18:58:34.104Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c62c26bb3bc42781 -C extra-filename=-c62c26bb3bc42781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
34832023-11-02T18:58:35.455Z Compiling similar-asserts v1.5.0
34842023-11-02T18:58:35.460Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' -C metadata=2a433a9ee5892e60 -C extra-filename=-2a433a9ee5892e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings`
34852023-11-02T18:58:36.995Z Compiling pin-project-internal v1.1.3
34862023-11-02T18:58:37.009Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3e36103cc2bc9a77 -C extra-filename=-3e36103cc2bc9a77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings`
34872023-11-02T18:58:37.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e7949f6123a5cbe -C extra-filename=-5e7949f6123a5cbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34882023-11-02T18:58:37.896Z Compiling trybuild v1.0.85
34892023-11-02T18:58:37.923Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e77aeb76380e11ca -C extra-filename=-e77aeb76380e11ca --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34902023-11-02T18:58:38.559Z Compiling relative-path v1.9.0
34912023-11-02T18:58:38.568Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1be47cff0f678725 -C extra-filename=-1be47cff0f678725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34922023-11-02T18:58:39.452Z Compiling topological-sort v0.2.2
34932023-11-02T18:58:39.455Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e08aeceaa1b02ae6 -C extra-filename=-e08aeceaa1b02ae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
34942023-11-02T18:58:40.178Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async-timeout"' -C metadata=2b9a190a72053674 -C extra-filename=-2b9a190a72053674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-1be47cff0f678725.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rlib --extern proc_macro --cap-lints allow -D warnings`
34952023-11-02T18:58:40.189Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build`
34962023-11-02T18:58:40.225Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=5eb86af7beb0e008 -C extra-filename=-5eb86af7beb0e008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-5e7949f6123a5cbe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-55002714d77a523f.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
34972023-11-02T18:58:41.903Z Compiling pin-project v1.1.3
34982023-11-02T18:58:42.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b2d2859635b69dc -C extra-filename=-4b2d2859635b69dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-3e36103cc2bc9a77.so --cap-lints allow -D warnings`
34992023-11-02T18:58:42.334Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fb8e76c7d19409a2 -C extra-filename=-fb8e76c7d19409a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e91744045e3f062f.rmeta --cap-lints allow -D warnings`
35002023-11-02T18:58:42.901Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=7c77ef2ed3be1237 -C extra-filename=-7c77ef2ed3be1237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg portable_atomic_llvm_16`
35012023-11-02T18:58:44.795Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=6b4a745a28e172d6 -C extra-filename=-6b4a745a28e172d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --cap-lints allow -D warnings`
35022023-11-02T18:58:45.752Z Compiling basic-toml v0.1.4
35032023-11-02T18:58:45.757Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82997b65ee5c5f86 -C extra-filename=-82997b65ee5c5f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings`
35042023-11-02T18:58:45.762Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99515663ed541b23 -C extra-filename=-99515663ed541b23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
35052023-11-02T18:58:46.435Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aedebd05f35610f3 -C extra-filename=-aedebd05f35610f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35062023-11-02T18:58:46.810Z Compiling crossbeam-queue v0.3.8
35072023-11-02T18:58:46.854Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=70887a1b9fd3893e -C extra-filename=-70887a1b9fd3893e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35082023-11-02T18:58:47.627Z Compiling arrayref v0.3.7
35092023-11-02T18:58:47.633Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=caebc7ce1092465c -C extra-filename=-caebc7ce1092465c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35102023-11-02T18:58:47.804Z Compiling bytecount v0.6.3
35112023-11-02T18:58:47.809Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3f24138187704c45 -C extra-filename=-3f24138187704c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35122023-11-02T18:58:48.158Z Compiling constant_time_eq v0.2.6
35132023-11-02T18:58:48.160Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e7a64daff896d6c7 -C extra-filename=-e7a64daff896d6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35142023-11-02T18:58:48.469Z Compiling futures-timer v3.0.2
35152023-11-02T18:58:48.478Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-timer-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=097f41d678ee69d6 -C extra-filename=-097f41d678ee69d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35162023-11-02T18:58:48.736Z Compiling arrayvec v0.7.4
35172023-11-02T18:58:48.762Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ea85dd53b2025760 -C extra-filename=-ea85dd53b2025760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35182023-11-02T18:58:49.371Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=75b58b271104b853 -C extra-filename=-75b58b271104b853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35192023-11-02T18:58:49.408Z Compiling blake2b_simd v1.0.1
35202023-11-02T18:58:49.431Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64f17577c4cfd599 -C extra-filename=-64f17577c4cfd599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-caebc7ce1092465c.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ea85dd53b2025760.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-e7a64daff896d6c7.rmeta --cap-lints allow -D warnings`
35212023-11-02T18:58:49.716Z Compiling papergrid v0.10.0
35222023-11-02T18:58:49.720Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=377786b439a9f836 -C extra-filename=-377786b439a9f836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-75b58b271104b853.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
35232023-11-02T18:58:49.788Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=7b576408f3790d3c -C extra-filename=-7b576408f3790d3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-aedebd05f35610f3.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7c77ef2ed3be1237.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-fb8e76c7d19409a2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35242023-11-02T18:58:49.974Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=52ca095ec7ac3659 -C extra-filename=-52ca095ec7ac3659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-3f24138187704c45.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35252023-11-02T18:58:50.253Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build`
35262023-11-02T18:58:50.296Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=639bd16172f9cd41 -C extra-filename=-639bd16172f9cd41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern basic_toml=/work/oxidecomputer/omicron/target/debug/deps/libbasic_toml-99515663ed541b23.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings`
35272023-11-02T18:58:53.197Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35faf7145bb9417c -C extra-filename=-35faf7145bb9417c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-82997b65ee5c5f86.rmeta --cap-lints allow -D warnings`
35282023-11-02T18:58:54.213Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=aaa50ed2fad21659 -C extra-filename=-aaa50ed2fad21659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-6b4a745a28e172d6.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings`
35292023-11-02T18:58:54.233Z Compiling rstest v0.18.2
35302023-11-02T18:58:54.265Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-0.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="default"' -C metadata=cf127ee9e54dc488 -C extra-filename=-cf127ee9e54dc488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-097f41d678ee69d6.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-2b9a190a72053674.so --cap-lints allow -D warnings`
35312023-11-02T18:58:54.276Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c75947462ce33d85 -C extra-filename=-c75947462ce33d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5eb86af7beb0e008.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35322023-11-02T18:58:54.862Z Compiling partial-io v0.5.4
35332023-11-02T18:58:54.866Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=ba66dfe46f120b6c -C extra-filename=-ba66dfe46f120b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-4b2d2859635b69dc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings`
35342023-11-02T18:58:55.168Z Compiling approx v0.5.1
35352023-11-02T18:58:55.172Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name approx /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e34ace3cae01a413 -C extra-filename=-e34ace3cae01a413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings`
35362023-11-02T18:58:55.750Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=21661c039cf92114 -C extra-filename=-21661c039cf92114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35372023-11-02T18:58:55.841Z Compiling constant_time_eq v0.3.0
35382023-11-02T18:58:56.257Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=d45c0155e6eb61ff -C extra-filename=-d45c0155e6eb61ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35392023-11-02T18:58:56.666Z Compiling hex-literal v0.4.1
35402023-11-02T18:58:56.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d5b0c521a1c8140 -C extra-filename=-7d5b0c521a1c8140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35412023-11-02T18:58:56.684Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=47edb859bf961370 -C extra-filename=-47edb859bf961370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings`
35422023-11-02T18:58:56.693Z Compiling rust-argon2 v1.0.1
35432023-11-02T18:58:56.701Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' -C metadata=8c6be73626d78fb3 -C extra-filename=-8c6be73626d78fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-64f17577c4cfd599.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d45c0155e6eb61ff.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
35442023-11-02T18:58:56.707Z Compiling tabled v0.14.0
35452023-11-02T18:58:56.727Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=62fd123e37519506 -C extra-filename=-62fd123e37519506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-52ca095ec7ac3659.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings`
35462023-11-02T18:58:56.877Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=e2e12fbcfa9b7f2f -C extra-filename=-e2e12fbcfa9b7f2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-377786b439a9f836.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings`
35472023-11-02T18:58:57.917Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
35482023-11-02T18:58:57.923Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=a6fae4f53c221546 -C extra-filename=-a6fae4f53c221546 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a6fae4f53c221546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-7b262f576b7648f1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings`
35492023-11-02T18:59:00.339Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_queue --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-queue-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=cbb052bec35e9d6d -C extra-filename=-cbb052bec35e9d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
35502023-11-02T18:59:00.379Z Compiling cargo-platform v0.1.3
35512023-11-02T18:59:00.392Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=769acf7e05beaf92 -C extra-filename=-769acf7e05beaf92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings`
35522023-11-02T18:59:00.402Z Compiling crossbeam v0.8.2
35532023-11-02T18:59:00.445Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ef760d58fdfdcb12 -C extra-filename=-ef760d58fdfdcb12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-cbb052bec35e9d6d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings`
35542023-11-02T18:59:00.564Z Compiling cargo_toml v0.16.3
35552023-11-02T18:59:00.569Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.16.3/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f969b62eba45db5d -C extra-filename=-f969b62eba45db5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --cap-lints allow -D warnings`
35562023-11-02T18:59:01.477Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a6fae4f53c221546/build-script-bindings`
35572023-11-02T18:59:01.491Z Compiling cargo_metadata v0.18.0
35582023-11-02T18:59:01.914Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=93c5ae2472de9a4e -C extra-filename=-93c5ae2472de9a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-769acf7e05beaf92.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings`
35592023-11-02T18:59:02.230Z Compiling termios v0.3.3
35602023-11-02T18:59:02.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name termios /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fdc62c05801c4a0e -C extra-filename=-fdc62c05801c4a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings`
35612023-11-02T18:59:04.642Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=d385f67da7e44b36 -C extra-filename=-d385f67da7e44b36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a86bb21bef4e2893.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-037e14aae176bcf5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-44ec87ca34713b1f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
35622023-11-02T18:59:06.147Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/git/checkouts/samael-22e3a9757ca35ba2/52028e4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=b4b77bab84f4406c -C extra-filename=-b4b77bab84f4406c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4c1a3c91ec8ce985.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-57db7baa340f5f88.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d8c0734948a4c9ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
35632023-11-02T18:59:16.242Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35642023-11-02T18:59:16.254Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=00932c7c04e0eba2 -C extra-filename=-00932c7c04e0eba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-93c5ae2472de9a4e.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-f969b62eba45db5d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib -D warnings`
35652023-11-02T18:59:19.817Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=36614a4a156f942e -C extra-filename=-36614a4a156f942e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -l static=bz2`
35662023-11-02T18:59:19.951Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17017a5779801a73 -C extra-filename=-17017a5779801a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -l static=bz2`
35672023-11-02T18:59:20.051Z Compiling bzip2 v0.4.4
35682023-11-02T18:59:20.059Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=06d45e6406d56195 -C extra-filename=-06d45e6406d56195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-36614a4a156f942e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35692023-11-02T18:59:20.523Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95ea3de0e6dc0fd7 -C extra-filename=-95ea3de0e6dc0fd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-17017a5779801a73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35702023-11-02T18:59:20.666Z Compiling zip v0.6.6
35712023-11-02T18:59:20.679Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=e431b9bb1b0fed71 -C extra-filename=-e431b9bb1b0fed71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-06d45e6406d56195.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35722023-11-02T18:59:20.806Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=1f1788e52dc9cdd4 -C extra-filename=-1f1788e52dc9cdd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-95ea3de0e6dc0fd7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35732023-11-02T18:59:21.131Z Compiling polar-core v0.27.0
35742023-11-02T18:59:21.137Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' -C metadata=e075d40c647d4514 -C extra-filename=-e075d40c647d4514 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-e075d40c647d4514 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-e47124d3708c550d.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings`
35752023-11-02T18:59:22.158Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
35762023-11-02T18:59:22.633Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=621874363df8df27 -C extra-filename=-621874363df8df27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-fbbc002088f82525.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-7770b327e25863ff.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-251725e0226df094.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-79dea6c74fb7cd7e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d065ff8fcf792326.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03708cf1cfb59ef9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-42310e81bb794bab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35772023-11-02T18:59:22.903Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/73cd5a8/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3af6d0e0bda5821 -C extra-filename=-b3af6d0e0bda5821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1098ed5d63713655.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-dd11a10a1101a3ea.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d3a9aa076020a553.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2e817dd5db488c99.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0b05717d967501ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c4105ada6dff5fb.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-52a561baae0bb6f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35782023-11-02T18:59:23.172Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-e075d40c647d4514/build-script-build`
35792023-11-02T18:59:24.157Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66648581ba76637c -C extra-filename=-66648581ba76637c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-60db97d29420f39b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0685d639d431f21a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5b7a4b0b63897147.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ccfc6ca4b2c21f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-93217daea07257ac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35802023-11-02T18:59:24.971Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/2739c18/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=56357e494166dcb3 -C extra-filename=-56357e494166dcb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fe9ea705024fc6b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8b8f2d0fe5768a51.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b3af6d0e0bda5821.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b3359f439b6b3cec.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4cdc7610c6773be9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-15bd9290a6d70f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-25f417326751a96a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
35812023-11-02T18:59:26.652Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=790faa53c5390184 -C extra-filename=-790faa53c5390184 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
35822023-11-02T18:59:26.681Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=11fa3b3cc122321d -C extra-filename=-11fa3b3cc122321d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings`
35832023-11-02T18:59:27.786Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3180cc9a707df9e7/build-script-build`
35842023-11-02T18:59:27.790Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=a2dc4d68dd501e42 -C extra-filename=-a2dc4d68dd501e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1122729ae9a01812.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
35852023-11-02T18:59:28.380Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=ec09b25b5f5cdd03 -C extra-filename=-ec09b25b5f5cdd03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1ed2f179d916e5df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test`
35862023-11-02T18:59:31.705Z Compiling rustls-webpki v0.101.7
35872023-11-02T18:59:31.721Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3fbb7d87390632ae -C extra-filename=-3fbb7d87390632ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a2dc4d68dd501e42.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1122729ae9a01812.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out`
35882023-11-02T18:59:32.180Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f6274dd5d981423 -C extra-filename=-8f6274dd5d981423 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ec09b25b5f5cdd03.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1ed2f179d916e5df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out`
35892023-11-02T18:59:33.615Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=97758babae601491 -C extra-filename=-97758babae601491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a2dc4d68dd501e42.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3fbb7d87390632ae.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-3d23c6a2c002c5c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35902023-11-02T18:59:34.249Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=a0b3b5439b6ec56f -C extra-filename=-a0b3b5439b6ec56f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ec09b25b5f5cdd03.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8f6274dd5d981423.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-845df6b103dfb623.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35912023-11-02T18:59:39.681Z Compiling tokio-rustls v0.24.1
35922023-11-02T18:59:39.685Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=0eabbfc450d049f9 -C extra-filename=-0eabbfc450d049f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35932023-11-02T18:59:39.986Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=6bf1e926804fe7ce -C extra-filename=-6bf1e926804fe7ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35942023-11-02T18:59:40.288Z Compiling hyper-rustls v0.24.2
35952023-11-02T18:59:40.291Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=6a367927f45a7531 -C extra-filename=-6a367927f45a7531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-2d5262ec9f2f1337.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35962023-11-02T18:59:40.667Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=b5d3f46b57b4c945 -C extra-filename=-b5d3f46b57b4c945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-f161070c4a4a0796.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-825c89ee82a57d47.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ccae555fe7980b94.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d0a55b9fae8929cb.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1cb90a5867f95b58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-50b942fef25a4b5f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35972023-11-02T18:59:40.819Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=7738fc6805987963 -C extra-filename=-7738fc6805987963 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-afe568b4e91ae0a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
35982023-11-02T18:59:41.172Z Compiling reqwest v0.11.20
35992023-11-02T18:59:41.597Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=c19c04ac554f960b -C extra-filename=-c19c04ac554f960b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a697e39c09bbc7d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36002023-11-02T18:59:42.013Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=5971d950b8db3b19 -C extra-filename=-5971d950b8db3b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a697e39c09bbc7d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36012023-11-02T18:59:42.430Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=87994350ea06ae1a -C extra-filename=-87994350ea06ae1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-24a8445f7ecce1c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7738fc6805987963.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-cb23ea4bc610a220.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d179d580a01d946c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-fe26226a25f2fc59.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-3910d49aa99207bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36022023-11-02T18:59:46.675Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
36032023-11-02T18:59:46.697Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d18a7434c8a87610 -C extra-filename=-d18a7434c8a87610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36042023-11-02T18:59:47.393Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
36052023-11-02T18:59:47.405Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38f429c074f6002c -C extra-filename=-38f429c074f6002c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d562c9b25280b25b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36062023-11-02T18:59:47.741Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8941563805680825 -C extra-filename=-8941563805680825 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36072023-11-02T18:59:49.333Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca2d640c3efba059 -C extra-filename=-ca2d640c3efba059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5f2bf28f6e7c3168.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36082023-11-02T18:59:49.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=5ee607476039effd -C extra-filename=-5ee607476039effd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-2a4af4e6b1fca033.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5d6012c1e66f0dae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f84f30d040ff99da.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-7e84c7b185bf3d8e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fbaa5a57a4bb9a3b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f1a3512a0c299d35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c8ce1e8f8421d516.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
36092023-11-02T18:59:49.382Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47bc47f1d7b9922a -C extra-filename=-47bc47f1d7b9922a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36102023-11-02T18:59:49.680Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6fd79df88f6519b5 -C extra-filename=-6fd79df88f6519b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-47bc47f1d7b9922a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e7388fbf0d416b00.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36112023-11-02T18:59:49.835Z Compiling omicron-zone-package v0.8.3
36122023-11-02T18:59:55.210Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85d313eb2b3ae2e7 -C extra-filename=-85d313eb2b3ae2e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36132023-11-02T18:59:55.519Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36142023-11-02T18:59:56.322Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bfc820fda52ed62f -C extra-filename=-bfc820fda52ed62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36152023-11-02T18:59:56.686Z Compiling tough v0.12.5
36162023-11-02T18:59:56.801Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=a81303f4524f1d53 -C extra-filename=-a81303f4524f1d53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-aed2a6f1583a36fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-b5cebf012c076b89.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-3fb2f87d8093ad1d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-f1085f22688e3556.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36172023-11-02T19:00:01.509Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
36182023-11-02T19:00:01.514Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=4a65a770a50579ee -C extra-filename=-4a65a770a50579ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-29070728fa7d7b28.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea6c1e668f253a43.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36192023-11-02T19:00:01.671Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36202023-11-02T19:00:01.675Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29c19adb4f126a0f -C extra-filename=-29c19adb4f126a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36212023-11-02T19:00:04.118Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
36222023-11-02T19:00:04.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f6847416d7a586c -C extra-filename=-7f6847416d7a586c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36232023-11-02T19:00:06.876Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8eb137e487e40ed3 -C extra-filename=-8eb137e487e40ed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36242023-11-02T19:00:06.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36252023-11-02T19:00:06.895Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=f90674d72c33b487 -C extra-filename=-f90674d72c33b487 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f90674d72c33b487 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rlib --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-31eb26792b8366e7.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0edce8661e867924.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f64e1d551bbc190b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc7cc70d6080404.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-176cd009761495ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36262023-11-02T19:00:07.001Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36272023-11-02T19:00:07.038Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/ddm-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=661cea99659bba60 -C extra-filename=-661cea99659bba60 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-661cea99659bba60 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-85d313eb2b3ae2e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36282023-11-02T19:00:07.478Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f90674d72c33b487/build-script-build`
36292023-11-02T19:00:07.526Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe1298402e7c1f8b -C extra-filename=-fe1298402e7c1f8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-31eb26792b8366e7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0edce8661e867924.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f64e1d551bbc190b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc7cc70d6080404.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-176cd009761495ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36302023-11-02T19:00:07.713Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36312023-11-02T19:00:07.717Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=30e224a2dea97db5 -C extra-filename=-30e224a2dea97db5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36322023-11-02T19:00:09.274Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f34a2fe6c2866d8b -C extra-filename=-f34a2fe6c2866d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dc658704b8aece8d.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36332023-11-02T19:00:09.444Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36342023-11-02T19:00:09.449Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=3721c59b961ba33a -C extra-filename=-3721c59b961ba33a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36352023-11-02T19:00:16.336Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36362023-11-02T19:00:16.340Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0be2d70ba9405363 -C extra-filename=-0be2d70ba9405363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-844cd977baa4a72a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36372023-11-02T19:00:17.221Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d9f588bc4fd3167 -C extra-filename=-0d9f588bc4fd3167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-90494af026d44ec1.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f160b03d3a6e70a0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a7ba8aa03b86266b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7738fc6805987963.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a7949414a045b912.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-7e84c7b185bf3d8e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-828c5280b551ebd8.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-194ed5a558afec6b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-dc107dcf8621a51f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a3e2c7c6363a38c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fecf14f1af0d3564.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-15bd9290a6d70f2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4bb0cf1e95664d04.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36382023-11-02T19:00:17.407Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=9f1255f57e49c858 -C extra-filename=-9f1255f57e49c858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d0a44d511eaa248b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36392023-11-02T19:00:19.054Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36402023-11-02T19:00:19.083Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1ae00fd19553018 -C extra-filename=-d1ae00fd19553018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36412023-11-02T19:00:21.691Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
36422023-11-02T19:00:21.725Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=0c35618ad16de286 -C extra-filename=-0c35618ad16de286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36432023-11-02T19:00:24.005Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36442023-11-02T19:00:24.013Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f84fc0d60e080dbf -C extra-filename=-f84fc0d60e080dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36452023-11-02T19:00:25.316Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36462023-11-02T19:00:25.321Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=69701584a10762cd -C extra-filename=-69701584a10762cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36472023-11-02T19:00:25.985Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36482023-11-02T19:00:26.017Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=52931fd6b0aa7aef -C extra-filename=-52931fd6b0aa7aef --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-52931fd6b0aa7aef -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-85d313eb2b3ae2e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
36492023-11-02T19:00:27.003Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36502023-11-02T19:00:27.032Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a101b59b280bbf6 -C extra-filename=-4a101b59b280bbf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36512023-11-02T19:00:31.816Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36522023-11-02T19:00:32.312Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=fee7c5b674a484b0 -C extra-filename=-fee7c5b674a484b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7912624515dddc1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36532023-11-02T19:00:32.537Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36542023-11-02T19:00:32.551Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=d8e2e796bd074567 -C extra-filename=-d8e2e796bd074567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36552023-11-02T19:00:35.088Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36562023-11-02T19:00:35.108Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e864b1bea07c64d7 -C extra-filename=-e864b1bea07c64d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36572023-11-02T19:00:36.920Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36582023-11-02T19:00:36.940Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c6c6e7c38796232 -C extra-filename=-0c6c6e7c38796232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36592023-11-02T19:00:37.530Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-661cea99659bba60/build-script-build`
36602023-11-02T19:00:37.780Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
36612023-11-02T19:00:37.797Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=635ab8c11b73e28c -C extra-filename=-635ab8c11b73e28c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36622023-11-02T19:00:38.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=4607b97ae29a269d -C extra-filename=-4607b97ae29a269d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1262f596ffaf7b55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d92280b546d84648.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-325288f11611527e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36632023-11-02T19:00:43.070Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
36642023-11-02T19:00:43.118Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de8692168d716e8c -C extra-filename=-de8692168d716e8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36652023-11-02T19:00:44.853Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd98a4b29f9cca19 -C extra-filename=-fd98a4b29f9cca19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f977b920649865d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36662023-11-02T19:00:45.670Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5b021a02894d9462 -C extra-filename=-5b021a02894d9462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36672023-11-02T19:00:48.409Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
36682023-11-02T19:00:48.419Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d5154f1f7e0daa7 -C extra-filename=-8d5154f1f7e0daa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36692023-11-02T19:00:51.301Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-52931fd6b0aa7aef/build-script-build`
36702023-11-02T19:00:51.887Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36712023-11-02T19:00:51.890Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on -C metadata=a9da6c986808fe7d -C extra-filename=-a9da6c986808fe7d --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-a9da6c986808fe7d -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36722023-11-02T19:00:52.341Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=62fa57e00f0d47c5 -C extra-filename=-62fa57e00f0d47c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36732023-11-02T19:00:52.604Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-a9da6c986808fe7d/build-script-build`
36742023-11-02T19:00:52.645Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36752023-11-02T19:00:52.648Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0470a3a1d000597e -C extra-filename=-0470a3a1d000597e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36762023-11-02T19:00:55.371Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36772023-11-02T19:00:55.814Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fbd5bbfdde24642 -C extra-filename=-0fbd5bbfdde24642 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36782023-11-02T19:01:04.026Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36792023-11-02T19:01:04.339Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a46176724d029064 -C extra-filename=-a46176724d029064 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
36802023-11-02T19:01:06.190Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36812023-11-02T19:01:06.203Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0b8027f3f0db438 -C extra-filename=-f0b8027f3f0db438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36822023-11-02T19:01:09.424Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f6035c76d30893d -C extra-filename=-2f6035c76d30893d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
36832023-11-02T19:01:11.111Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36842023-11-02T19:01:11.122Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8eb9151134f1ef5e -C extra-filename=-8eb9151134f1ef5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
36852023-11-02T19:01:11.132Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8017250569972d6 -C extra-filename=-a8017250569972d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36862023-11-02T19:01:17.924Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d06a099b14c2cfc4 -C extra-filename=-d06a099b14c2cfc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36872023-11-02T19:01:24.365Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36882023-11-02T19:01:24.831Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b42928b69f9adbc9 -C extra-filename=-b42928b69f9adbc9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b42928b69f9adbc9 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36892023-11-02T19:01:24.967Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36902023-11-02T19:01:24.981Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=c6fb58fc4ff08ba0 -C extra-filename=-c6fb58fc4ff08ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36912023-11-02T19:01:25.704Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b42928b69f9adbc9/build-script-build`
36922023-11-02T19:01:25.747Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36932023-11-02T19:01:26.217Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1e467509c58f337e -C extra-filename=-1e467509c58f337e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
36942023-11-02T19:01:29.876Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36952023-11-02T19:01:30.304Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7e74820b9041d7a8 -C extra-filename=-7e74820b9041d7a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36962023-11-02T19:01:31.203Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36972023-11-02T19:01:31.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ae40613fc20837bf -C extra-filename=-ae40613fc20837bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
36982023-11-02T19:01:36.595Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
36992023-11-02T19:01:36.661Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4625db0573d34e3f -C extra-filename=-4625db0573d34e3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37002023-11-02T19:01:38.027Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37012023-11-02T19:01:38.051Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd6d9b4987fbbaeb -C extra-filename=-fd6d9b4987fbbaeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b6267b2cc7f0943e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37022023-11-02T19:01:41.448Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37032023-11-02T19:01:42.027Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6df71102ebee6521 -C extra-filename=-6df71102ebee6521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37042023-11-02T19:01:42.222Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37052023-11-02T19:01:42.252Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=258d12145764d740 -C extra-filename=-258d12145764d740 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37062023-11-02T19:01:43.823Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0c1ad441d625a48f -C extra-filename=-0c1ad441d625a48f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37072023-11-02T19:01:46.558Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
37082023-11-02T19:01:46.582Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8fd6f7d9407b4a5c -C extra-filename=-8fd6f7d9407b4a5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37092023-11-02T19:01:50.106Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37102023-11-02T19:01:50.110Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7351f68ebbeb9fa9 -C extra-filename=-7351f68ebbeb9fa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-fd6d9b4987fbbaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4625db0573d34e3f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37112023-11-02T19:01:51.780Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37122023-11-02T19:01:51.787Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b667def126ce082b -C extra-filename=-b667def126ce082b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b667def126ce082b -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37132023-11-02T19:01:52.444Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37142023-11-02T19:01:52.871Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=ba181d2b6776d0cb -C extra-filename=-ba181d2b6776d0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37152023-11-02T19:01:55.317Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b667def126ce082b/build-script-build`
37162023-11-02T19:01:55.340Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0ab9f8ef31601656 -C extra-filename=-0ab9f8ef31601656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37172023-11-02T19:01:55.369Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da15da9b0e5dd356 -C extra-filename=-da15da9b0e5dd356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-da6f485cf295e7f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37182023-11-02T19:01:59.040Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37192023-11-02T19:01:59.046Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6c3096f197bdf11 -C extra-filename=-c6c3096f197bdf11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37202023-11-02T19:02:01.867Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e791056e498ff64f -C extra-filename=-e791056e498ff64f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37212023-11-02T19:02:03.204Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
37222023-11-02T19:02:03.216Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=475f12cf3f8b54ea -C extra-filename=-475f12cf3f8b54ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-29c19adb4f126a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37232023-11-02T19:02:06.550Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c54f33236d4255d -C extra-filename=-6c54f33236d4255d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c4cb72337d2665fb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e791056e498ff64f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-85e2b735f756f5c8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37242023-11-02T19:02:07.054Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37252023-11-02T19:02:07.143Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3fd9567ca9eb3d4 -C extra-filename=-d3fd9567ca9eb3d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37262023-11-02T19:02:08.527Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37272023-11-02T19:02:08.531Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ade3560c76c4c1a8 -C extra-filename=-ade3560c76c4c1a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37282023-11-02T19:02:08.633Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
37292023-11-02T19:02:08.637Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/mg-admin-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2c50e99c8eb37aff -C extra-filename=-2c50e99c8eb37aff --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2c50e99c8eb37aff -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-85d313eb2b3ae2e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37302023-11-02T19:02:10.623Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37312023-11-02T19:02:10.630Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=218f1e0c5266979a -C extra-filename=-218f1e0c5266979a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37322023-11-02T19:02:10.813Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5e879a0d78f3ace0 -C extra-filename=-5e879a0d78f3ace0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37332023-11-02T19:02:14.318Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6e761b39807a681 -C extra-filename=-a6e761b39807a681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37342023-11-02T19:02:14.404Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37352023-11-02T19:02:14.824Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0e5087ec98ed1141 -C extra-filename=-0e5087ec98ed1141 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37362023-11-02T19:02:14.852Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20149ed01d877ce2 -C extra-filename=-20149ed01d877ce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37372023-11-02T19:02:23.318Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37382023-11-02T19:02:23.331Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=835e6b9b361eb6d5 -C extra-filename=-835e6b9b361eb6d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37392023-11-02T19:02:25.537Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37402023-11-02T19:02:25.549Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60980178a878576d -C extra-filename=-60980178a878576d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37412023-11-02T19:02:28.179Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53f60916449a6b7e -C extra-filename=-53f60916449a6b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37422023-11-02T19:02:32.434Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=467765cb412f1479 -C extra-filename=-467765cb412f1479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37432023-11-02T19:02:33.231Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37442023-11-02T19:02:33.234Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=413447752ded754f -C extra-filename=-413447752ded754f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-413447752ded754f -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37452023-11-02T19:02:33.821Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-413447752ded754f/build-script-build`
37462023-11-02T19:02:33.867Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d63e1be34159422 -C extra-filename=-5d63e1be34159422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f4ebc946f4654d04.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37472023-11-02T19:02:34.069Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2c50e99c8eb37aff/build-script-build`
37482023-11-02T19:02:34.366Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=24c00929cf9034bd -C extra-filename=-24c00929cf9034bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37492023-11-02T19:02:35.420Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=deeca8f64fbb5d14 -C extra-filename=-deeca8f64fbb5d14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-41710fe1af901699.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37502023-11-02T19:02:40.299Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=d71ebcd528285c2b -C extra-filename=-d71ebcd528285c2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-2ad13cb61433983f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-4998e2272a1f4663.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-253d564943998a84.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ea5475becae0c580.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e461df278a866dbe.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37512023-11-02T19:02:40.656Z Compiling oso v0.27.0
37522023-11-02T19:02:40.690Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=ab430343f63715b3 -C extra-filename=-ab430343f63715b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-f771e6df21d51c33.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8a186bb5dc45b01.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-66796419f57a71a9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-790faa53c5390184.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings`
37532023-11-02T19:02:43.712Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37542023-11-02T19:02:43.718Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=626786a6692ea646 -C extra-filename=-626786a6692ea646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37552023-11-02T19:02:47.963Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=acdb435f26ae8560 -C extra-filename=-acdb435f26ae8560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-deeca8f64fbb5d14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-24c00929cf9034bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37562023-11-02T19:02:55.375Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37572023-11-02T19:02:59.431Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ddedaceae586351d -C extra-filename=-ddedaceae586351d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37582023-11-02T19:02:59.706Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=416a6a402323aeff -C extra-filename=-416a6a402323aeff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37592023-11-02T19:03:00.029Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=08a47b06e32d07d4 -C extra-filename=-08a47b06e32d07d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-60d23ba0a73afbf6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a2ea9aafc5290c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37602023-11-02T19:03:00.163Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3785f26fc3847611 -C extra-filename=-3785f26fc3847611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37612023-11-02T19:03:00.593Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=229d0e7d0964a348 -C extra-filename=-229d0e7d0964a348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ee7665d458dd6e37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37622023-11-02T19:03:00.809Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77049235969cb012 -C extra-filename=-77049235969cb012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37632023-11-02T19:03:00.855Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7caeb0b4f5d07f1d -C extra-filename=-7caeb0b4f5d07f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37642023-11-02T19:03:00.950Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3230b6f753a4bff -C extra-filename=-b3230b6f753a4bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37652023-11-02T19:03:01.908Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e5bc89bac812ea1c -C extra-filename=-e5bc89bac812ea1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37662023-11-02T19:03:03.540Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37672023-11-02T19:03:03.626Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=bcc3271529e83d8d -C extra-filename=-bcc3271529e83d8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37682023-11-02T19:03:03.692Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0c578c2c93980ff9 -C extra-filename=-0c578c2c93980ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37692023-11-02T19:03:05.037Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85c350b5900be317 -C extra-filename=-85c350b5900be317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37702023-11-02T19:03:06.703Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d1de13ba96fcf57 -C extra-filename=-0d1de13ba96fcf57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c578c2c93980ff9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5d63e1be34159422.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37712023-11-02T19:03:06.837Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=66599cb1611ef499 -C extra-filename=-66599cb1611ef499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-cd3475961d0f5837.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-208aa0cb3b50b315.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37722023-11-02T19:03:07.013Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85261d3da836acb8 -C extra-filename=-85261d3da836acb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37732023-11-02T19:03:07.914Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b41b548abc0c1c5 -C extra-filename=-0b41b548abc0c1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37742023-11-02T19:03:10.907Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
37752023-11-02T19:03:11.384Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8826e6dae06cf00a -C extra-filename=-8826e6dae06cf00a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37762023-11-02T19:03:11.450Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=928ba0551903fb7c -C extra-filename=-928ba0551903fb7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-f771e6df21d51c33.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-817a6c1181774b8a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-66796419f57a71a9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-11fa3b3cc122321d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings`
37772023-11-02T19:03:11.472Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cd5626567f89b1a1 -C extra-filename=-cd5626567f89b1a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b41b548abc0c1c5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
37782023-11-02T19:03:11.503Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14266d49c7e516c8 -C extra-filename=-14266d49c7e516c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-56357e494166dcb3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85261d3da836acb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37792023-11-02T19:03:11.550Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
37802023-11-02T19:03:11.585Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=494b245db7b4a1a7 -C extra-filename=-494b245db7b4a1a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37812023-11-02T19:03:13.055Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37822023-11-02T19:03:13.067Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=82d3a07aaa41ea8c -C extra-filename=-82d3a07aaa41ea8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37832023-11-02T19:03:14.414Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
37842023-11-02T19:03:14.429Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7a4ba0a135e96b75 -C extra-filename=-7a4ba0a135e96b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37852023-11-02T19:03:18.983Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=93dc1a933d37013e -C extra-filename=-93dc1a933d37013e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8fcf8e4df4be0e37.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3a07ea09a0a14a56.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37862023-11-02T19:03:19.047Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
37872023-11-02T19:03:19.082Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8bfa9a91c619f284 -C extra-filename=-8bfa9a91c619f284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37882023-11-02T19:03:23.466Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37892023-11-02T19:03:23.513Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc9e954cce59ff84 -C extra-filename=-fc9e954cce59ff84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37902023-11-02T19:03:27.950Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bae81a8f5273068a -C extra-filename=-bae81a8f5273068a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37912023-11-02T19:03:31.087Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b5b77067e1d5656a -C extra-filename=-b5b77067e1d5656a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2b8c4ebcdfb543e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-41e3a14352e8a3ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b3af6d0e0bda5821.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
37922023-11-02T19:03:47.209Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=801e17fdb30318b0 -C extra-filename=-801e17fdb30318b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37932023-11-02T19:03:47.859Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
37942023-11-02T19:03:47.863Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=13e7c6d8cb91ad3d -C extra-filename=-13e7c6d8cb91ad3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37952023-11-02T19:03:50.666Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d10710b3c9a5818e -C extra-filename=-d10710b3c9a5818e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-14266d49c7e516c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-008380a2e50ac4e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37962023-11-02T19:03:57.582Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37972023-11-02T19:03:57.773Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e92f3e194a6ab809 -C extra-filename=-e92f3e194a6ab809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
37982023-11-02T19:03:57.853Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8722e901d1cfa44f -C extra-filename=-8722e901d1cfa44f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
37992023-11-02T19:03:58.081Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5172c47dcc5a684b -C extra-filename=-5172c47dcc5a684b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38002023-11-02T19:04:03.400Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=46be9b000f3f30e9 -C extra-filename=-46be9b000f3f30e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38012023-11-02T19:04:03.660Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=a16e281caa8f0266 -C extra-filename=-a16e281caa8f0266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d84f235069490dac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-469cbe4f254c4942.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b6a9e060cc098cb0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-18f2756b78a7ea38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38022023-11-02T19:04:03.747Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f4368e0c32745aa -C extra-filename=-4f4368e0c32745aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
38032023-11-02T19:04:03.837Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb28ec1763b70805 -C extra-filename=-cb28ec1763b70805 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3785f26fc3847611.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-66599cb1611ef499.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38042023-11-02T19:04:04.890Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e9594ce537d5a13 -C extra-filename=-8e9594ce537d5a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-14266d49c7e516c8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a16e281caa8f0266.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-d10710b3c9a5818e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38052023-11-02T19:04:06.334Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=365d40e2741025ff -C extra-filename=-365d40e2741025ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-85c350b5900be317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38062023-11-02T19:04:11.404Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bd1c8f26b529d699 -C extra-filename=-bd1c8f26b529d699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
38072023-11-02T19:04:11.676Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38082023-11-02T19:04:11.682Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=9d7c258bc358d7e0 -C extra-filename=-9d7c258bc358d7e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9d7c258bc358d7e0 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38092023-11-02T19:04:12.315Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38102023-11-02T19:04:12.321Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=b2e1e054dcce0359 -C extra-filename=-b2e1e054dcce0359 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-b2e1e054dcce0359 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38112023-11-02T19:04:12.912Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=691da89287e32e48 -C extra-filename=-691da89287e32e48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ba181d2b6776d0cb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38122023-11-02T19:04:18.349Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38132023-11-02T19:04:18.891Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b24ac66128d76f4 -C extra-filename=-0b24ac66128d76f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bd1c8f26b529d699.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38142023-11-02T19:04:18.895Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-b2e1e054dcce0359/build-script-build`
38152023-11-02T19:04:18.905Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9d7c258bc358d7e0/build-script-build`
38162023-11-02T19:04:18.910Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c30707fd4a5d97c3 -C extra-filename=-c30707fd4a5d97c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b5b77067e1d5656a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38172023-11-02T19:04:22.556Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=271de0dd5f571055 -C extra-filename=-271de0dd5f571055 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-85c350b5900be317.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bae81a8f5273068a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38182023-11-02T19:04:23.870Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38192023-11-02T19:04:24.280Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16860d2ac5b83083 -C extra-filename=-16860d2ac5b83083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-82d3a07aaa41ea8c.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38202023-11-02T19:04:36.143Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38212023-11-02T19:04:36.148Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70952291a591ed77 -C extra-filename=-70952291a591ed77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8bfa9a91c619f284.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38222023-11-02T19:04:36.290Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9f6c40710f0c09c -C extra-filename=-f9f6c40710f0c09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc89bac812ea1c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b3230b6f753a4bff.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f4ebc946f4654d04.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-aaa50ed2fad21659.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b3af6d0e0bda5821.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-365d40e2741025ff.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-85c350b5900be317.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5d63e1be34159422.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b5b77067e1d5656a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bae81a8f5273068a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38232023-11-02T19:04:44.361Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ffb105b5b2a9aa7 -C extra-filename=-5ffb105b5b2a9aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-55002714d77a523f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b576408f3790d3c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5eb86af7beb0e008.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c75947462ce33d85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bae81a8f5273068a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-271de0dd5f571055.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38242023-11-02T19:04:45.420Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8c4ca8aa17d5d12 -C extra-filename=-b8c4ca8aa17d5d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38252023-11-02T19:04:46.103Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d72922d5561982b1 -C extra-filename=-d72922d5561982b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3785f26fc3847611.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb28ec1763b70805.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-66599cb1611ef499.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38262023-11-02T19:04:47.924Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dd276a2fe669dab0 -C extra-filename=-dd276a2fe669dab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-82d3a07aaa41ea8c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-16860d2ac5b83083.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38272023-11-02T19:04:51.095Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=504925720854f214 -C extra-filename=-504925720854f214 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-82d3a07aaa41ea8c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-16860d2ac5b83083.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38282023-11-02T19:04:54.309Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=83ea4b4e62b672aa -C extra-filename=-83ea4b4e62b672aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-835e6b9b361eb6d5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38292023-11-02T19:05:09.770Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fd8962a737334b84 -C extra-filename=-fd8962a737334b84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-91d66c4daefd4c2a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ba181d2b6776d0cb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4473b1c84cc4d592.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0d1de13ba96fcf57.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c578c2c93980ff9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38302023-11-02T19:05:16.376Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e70f2ce98eda21a8 -C extra-filename=-e70f2ce98eda21a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7caeb0b4f5d07f1d.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc3271529e83d8d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38312023-11-02T19:05:28.566Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3558372c0eab2c3f -C extra-filename=-3558372c0eab2c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-365d40e2741025ff.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-85c350b5900be317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38322023-11-02T19:05:31.715Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 installinator-artifactd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3e4187e9bbbee841 -C extra-filename=-3e4187e9bbbee841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8bfa9a91c619f284.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38332023-11-02T19:05:35.136Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dcbb225a8da18e52 -C extra-filename=-dcbb225a8da18e52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-82d3a07aaa41ea8c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38342023-11-02T19:05:36.614Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a41eb873d6a4eee -C extra-filename=-4a41eb873d6a4eee --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-55002714d77a523f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b576408f3790d3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5eb86af7beb0e008.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c75947462ce33d85.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5ffb105b5b2a9aa7.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bae81a8f5273068a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-271de0dd5f571055.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38352023-11-02T19:05:40.430Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
38362023-11-02T19:05:40.437Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name thing_flinger --edition=2021 dev-tools/thing-flinger/src/bin/thing-flinger.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=099f9cc8086dca3d -C extra-filename=-099f9cc8086dca3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-ef760d58fdfdcb12.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0b24ac66128d76f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38372023-11-02T19:05:42.933Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4abea85b96bfd9bf -C extra-filename=-4abea85b96bfd9bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0b24ac66128d76f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bd1c8f26b529d699.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38382023-11-02T19:05:45.917Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02cb57bb9622a6d8 -C extra-filename=-02cb57bb9622a6d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc89bac812ea1c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b3230b6f753a4bff.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f4ebc946f4654d04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-aaa50ed2fad21659.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b3af6d0e0bda5821.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-365d40e2741025ff.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-85c350b5900be317.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5d63e1be34159422.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b5b77067e1d5656a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-bae81a8f5273068a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f9f6c40710f0c09c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38392023-11-02T19:05:47.554Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=778cebc87035d17b -C extra-filename=-778cebc87035d17b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-c30707fd4a5d97c3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b5b77067e1d5656a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38402023-11-02T19:05:49.158Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=40978c1aa9d71c17 -C extra-filename=-40978c1aa9d71c17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7a4ba0a135e96b75.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38412023-11-02T19:05:54.833Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg test -C metadata=fe99db986e13d061 -C extra-filename=-fe99db986e13d061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7a4ba0a135e96b75.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38422023-11-02T19:06:01.311Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=be16a0d48cde786a -C extra-filename=-be16a0d48cde786a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-82d3a07aaa41ea8c.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38432023-11-02T19:06:05.454Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=eb88ddb65fc06224 -C extra-filename=-eb88ddb65fc06224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-82d3a07aaa41ea8c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38442023-11-02T19:06:05.513Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ff9e42cc6881f5a5 -C extra-filename=-ff9e42cc6881f5a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bd1c8f26b529d699.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38452023-11-02T19:06:08.240Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=760bfe9f7886f20a -C extra-filename=-760bfe9f7886f20a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5172c47dcc5a684b.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0d1de13ba96fcf57.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fd8962a737334b84.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c578c2c93980ff9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8722e901d1cfa44f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-801e17fdb30318b0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3785f26fc3847611.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-66599cb1611ef499.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-46be9b000f3f30e9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-416a6a402323aeff.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38462023-11-02T19:06:08.834Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=59dbaa1fe34e6716 -C extra-filename=-59dbaa1fe34e6716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e92f3e194a6ab809.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8bfa9a91c619f284.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7a4ba0a135e96b75.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-70952291a591ed77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38472023-11-02T19:06:11.783Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e9a0dd217433cad6 -C extra-filename=-e9a0dd217433cad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e92f3e194a6ab809.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8bfa9a91c619f284.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7a4ba0a135e96b75.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-70952291a591ed77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38482023-11-02T19:06:13.018Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=3ced5ef3c5e1ed1d -C extra-filename=-3ced5ef3c5e1ed1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e92f3e194a6ab809.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38492023-11-02T19:06:15.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dc1cd00ca713c779 -C extra-filename=-dc1cd00ca713c779 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e92f3e194a6ab809.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8bfa9a91c619f284.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7a4ba0a135e96b75.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38502023-11-02T19:06:15.574Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/bin/installinator-artifactd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8345588434167603 -C extra-filename=-8345588434167603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8bfa9a91c619f284.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38512023-11-02T19:06:16.214Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c436dd9117b32a25 -C extra-filename=-c436dd9117b32a25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38522023-11-02T19:06:17.949Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a54263402be46f42 -C extra-filename=-a54263402be46f42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-56357e494166dcb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-85261d3da836acb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-14266d49c7e516c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38532023-11-02T19:06:19.031Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5d049dc66eefcdab -C extra-filename=-5d049dc66eefcdab --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38542023-11-02T19:06:42.821Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2b6ba1daf32ddf5 -C extra-filename=-b2b6ba1daf32ddf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-91d66c4daefd4c2a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8e9594ce537d5a13.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0d1de13ba96fcf57.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fd8962a737334b84.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3785f26fc3847611.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-62fd123e37519506.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38552023-11-02T19:06:43.172Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1e2bf5a902ebb33f -C extra-filename=-1e2bf5a902ebb33f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7a4ba0a135e96b75.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38562023-11-02T19:06:47.043Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b1deff5a799f7a21 -C extra-filename=-b1deff5a799f7a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-835e6b9b361eb6d5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38572023-11-02T19:07:10.222Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5476d1ab5186bb1f -C extra-filename=-5476d1ab5186bb1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38582023-11-02T19:07:15.365Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=77aa4fcf98afe40b -C extra-filename=-77aa4fcf98afe40b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38592023-11-02T19:07:42.253Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1b50de397f7ad8f8 -C extra-filename=-1b50de397f7ad8f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38602023-11-02T19:07:42.952Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_test --edition=2021 dns-server/tests/openapi_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=49d8ffda3c1d8433 -C extra-filename=-49d8ffda3c1d8433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38612023-11-02T19:07:43.291Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2854cd2b99174bd7 -C extra-filename=-2854cd2b99174bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38622023-11-02T19:07:43.489Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2be3364f1d93e84d -C extra-filename=-2be3364f1d93e84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38632023-11-02T19:07:45.664Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=715a2776a2577e40 -C extra-filename=-715a2776a2577e40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38642023-11-02T19:07:46.153Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9706604d99a348b1 -C extra-filename=-9706604d99a348b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38652023-11-02T19:07:56.247Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 clients/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c7136faeb3024a97 -C extra-filename=-c7136faeb3024a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38662023-11-02T19:07:57.030Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aa0bf33fac2cd36d -C extra-filename=-aa0bf33fac2cd36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38672023-11-02T19:08:00.737Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=bbd4fef3a6baed4c -C extra-filename=-bbd4fef3a6baed4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38682023-11-02T19:08:00.991Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=55fa11341684743b -C extra-filename=-55fa11341684743b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38692023-11-02T19:08:01.987Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2f54b0ee4ad7cda7 -C extra-filename=-2f54b0ee4ad7cda7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38702023-11-02T19:08:07.539Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f10f62c61d1c155a -C extra-filename=-f10f62c61d1c155a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38712023-11-02T19:08:11.102Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aa7ee4cfc9d1d8d9 -C extra-filename=-aa7ee4cfc9d1d8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38722023-11-02T19:08:11.328Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b9952941153a3ce9 -C extra-filename=-b9952941153a3ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38732023-11-02T19:08:14.785Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=7fba2dd7f391b583 -C extra-filename=-7fba2dd7f391b583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38742023-11-02T19:08:18.984Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b06dee761cda0aff -C extra-filename=-b06dee761cda0aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38752023-11-02T19:08:22.194Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=c93ab4eab499473d -C extra-filename=-c93ab4eab499473d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38762023-11-02T19:08:26.084Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f2e31a4736e0350b -C extra-filename=-f2e31a4736e0350b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38772023-11-02T19:08:27.720Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d686f2c56869d5a5 -C extra-filename=-d686f2c56869d5a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
38782023-11-02T19:08:28.771Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=67ac785937d25b7a -C extra-filename=-67ac785937d25b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38792023-11-02T19:08:32.133Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name producer --edition=2021 oximeter/producer/examples/producer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a55d1ed8f50468a7 -C extra-filename=-a55d1ed8f50468a7 --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38802023-11-02T19:08:50.860Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=da12f75c390ac1c1 -C extra-filename=-da12f75c390ac1c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38812023-11-02T19:08:51.126Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --test -C metadata=2b932c9f18faef3a -C extra-filename=-2b932c9f18faef3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38822023-11-02T19:08:51.372Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifact_client --edition=2021 clients/installinator-artifact-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ab7215a9f1b42627 -C extra-filename=-ab7215a9f1b42627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38832023-11-02T19:08:53.353Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_artifactd --edition=2021 installinator-artifactd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f565fdbfaef9093b -C extra-filename=-f565fdbfaef9093b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38842023-11-02T19:08:56.988Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6e24e3a3edc1e4e5 -C extra-filename=-6e24e3a3edc1e4e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38852023-11-02T19:08:57.383Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=789e07519324354f -C extra-filename=-789e07519324354f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out`
38862023-11-02T19:09:00.278Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=96bf3b0e72182d0b -C extra-filename=-96bf3b0e72182d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38872023-11-02T19:09:04.797Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=8e50a9ce71af249e -C extra-filename=-8e50a9ce71af249e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38882023-11-02T19:09:04.868Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e101b216ad202671 -C extra-filename=-e101b216ad202671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38892023-11-02T19:09:07.328Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b8dc39ea2b49d217 -C extra-filename=-b8dc39ea2b49d217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38902023-11-02T19:09:08.082Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=b22452d07dfad0fc -C extra-filename=-b22452d07dfad0fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38912023-11-02T19:09:09.245Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e5a004d55fc10f36 -C extra-filename=-e5a004d55fc10f36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38922023-11-02T19:09:11.525Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name apigen --edition=2021 dns-server/src/bin/apigen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=98b6e871f0112229 -C extra-filename=-98b6e871f0112229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38932023-11-02T19:09:15.461Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
38942023-11-02T19:09:15.481Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns-cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=0fc38fa0587b2da1 -C extra-filename=-0fc38fa0587b2da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38952023-11-02T19:09:16.124Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ba16803c01ff2b7e -C extra-filename=-ba16803c01ff2b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38962023-11-02T19:09:17.461Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/oximeter/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=caea9f8b13c82df1 -C extra-filename=-caea9f8b13c82df1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38972023-11-02T19:09:18.603Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -C metadata=5a1cda127b114885 -C extra-filename=-5a1cda127b114885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38982023-11-02T19:09:24.212Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=71dc14bfe7139bbe -C extra-filename=-71dc14bfe7139bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
38992023-11-02T19:09:34.645Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine_basic --edition=2021 update-engine/examples/update-engine-basic/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=72e119dd06c5e9a8 -C extra-filename=-72e119dd06c5e9a8 --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39002023-11-02T19:09:34.844Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=09bffd90c35587ec -C extra-filename=-09bffd90c35587ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
39012023-11-02T19:10:01.269Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a6cb96fd6be91b4b -C extra-filename=-a6cb96fd6be91b4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39022023-11-02T19:10:04.628Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39032023-11-02T19:10:04.651Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=feda14a73e49ca35 -C extra-filename=-feda14a73e49ca35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39042023-11-02T19:10:04.667Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fe84bfcb22b57abd -C extra-filename=-fe84bfcb22b57abd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39052023-11-02T19:10:07.064Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=dabbb155e9b97c0b -C extra-filename=-dabbb155e9b97c0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39062023-11-02T19:10:09.965Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39072023-11-02T19:10:09.985Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=13fc4192f2e2b558 -C extra-filename=-13fc4192f2e2b558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-fdc62c05801c4a0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39082023-11-02T19:10:14.684Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=2b35c2f75e016961 -C extra-filename=-2b35c2f75e016961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39092023-11-02T19:10:18.133Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=56b07e58a28c7ec3 -C extra-filename=-56b07e58a28c7ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39102023-11-02T19:10:21.495Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=11e00f269bf12386 -C extra-filename=-11e00f269bf12386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39112023-11-02T19:10:21.887Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e097c449fc041d41 -C extra-filename=-e097c449fc041d41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39122023-11-02T19:10:41.783Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=85cad8a46fc28401 -C extra-filename=-85cad8a46fc28401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39132023-11-02T19:10:42.095Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="seed-gen"' -C metadata=1c89970a0a804db2 -C extra-filename=-1c89970a0a804db2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39142023-11-02T19:10:42.338Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc_key_value --edition=2021 ipcc-key-value/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fc4319e7a13c5fed -C extra-filename=-fc4319e7a13c5fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39152023-11-02T19:10:44.186Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=6191c23e8b1f0799 -C extra-filename=-6191c23e8b1f0799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39162023-11-02T19:10:45.585Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=597bd3b31482196d -C extra-filename=-597bd3b31482196d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39172023-11-02T19:10:48.924Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff_print --edition=2021 common/examples/backoff-print.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=1b2aced898971478 -C extra-filename=-1b2aced898971478 --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39182023-11-02T19:10:49.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="mockall"' --cfg 'feature="testing"' -C metadata=767fbed0c51492f6 -C extra-filename=-767fbed0c51492f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7912624515dddc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39192023-11-02T19:10:57.146Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4c33dcef51eaf869 -C extra-filename=-4c33dcef51eaf869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39202023-11-02T19:10:57.954Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=51634d6e995b8fb0 -C extra-filename=-51634d6e995b8fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39212023-11-02T19:11:00.430Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d1d2dbd5054cdded -C extra-filename=-d1d2dbd5054cdded --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39222023-11-02T19:11:03.047Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=6d8b083d43784360 -C extra-filename=-6d8b083d43784360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39232023-11-02T19:11:06.340Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=869f1aee2e310773 -C extra-filename=-869f1aee2e310773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-844cd977baa4a72a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8c6be73626d78fb3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39242023-11-02T19:11:08.687Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=60d221ac57be04b1 -C extra-filename=-60d221ac57be04b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39252023-11-02T19:11:10.078Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
39262023-11-02T19:11:10.085Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name caboose_util --edition=2021 caboose-util/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=ddd2465f9ebefa26 -C extra-filename=-ddd2465f9ebefa26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39272023-11-02T19:11:11.161Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=81ada06f66ab6ae8 -C extra-filename=-81ada06f66ab6ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39282023-11-02T19:11:20.366Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=702d242b77410689 -C extra-filename=-702d242b77410689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39292023-11-02T19:11:22.278Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=538c387f7b3d2025 -C extra-filename=-538c387f7b3d2025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39302023-11-02T19:11:22.948Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=5237d5ab4ac1f411 -C extra-filename=-5237d5ab4ac1f411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib`
39312023-11-02T19:11:45.350Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=cf190df5c5a767f6 -C extra-filename=-cf190df5c5a767f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-efc8aa8cbc70d1df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
39322023-11-02T19:11:46.312Z Compiling git2 v0.17.2
39332023-11-02T19:11:46.359Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a74210296b8089c3 -C extra-filename=-a74210296b8089c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-cf190df5c5a767f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64`
39342023-11-02T19:11:52.646Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=54c5ada4c385cec6 -C extra-filename=-54c5ada4c385cec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-a74210296b8089c3.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64 --cfg stable --cfg msrv`
39352023-11-02T19:12:07.794Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39362023-11-02T19:12:08.378Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=04c8a3568aaf17a3 -C extra-filename=-04c8a3568aaf17a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-04c8a3568aaf17a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-54c5ada4c385cec6.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64`
39372023-11-02T19:12:08.465Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-04c8a3568aaf17a3/build-script-build`
39382023-11-02T19:12:08.517Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b38371b2326c1f2 -C extra-filename=-3b38371b2326c1f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-45003a76cfc2b032.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4261ab6c3ca24398.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d0a55b9fae8929cb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-6817a26b5d6556c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39392023-11-02T19:12:08.536Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e0842a3ae094a9f2 -C extra-filename=-e0842a3ae094a9f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-dd8804495b048268.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-88b92fb0d37ef97a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fbaa5a57a4bb9a3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bd6b937bf77c27f.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-e6cc28ed4ccb075d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39402023-11-02T19:12:08.664Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
39412023-11-02T19:12:08.686Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbcaf33c00dd38b7 -C extra-filename=-dbcaf33c00dd38b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3b38371b2326c1f2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a3badb27cc5ccab4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39422023-11-02T19:12:08.869Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4eabd75040b28c07 -C extra-filename=-4eabd75040b28c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e0842a3ae094a9f2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-3601e16433f2ad36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out`
39432023-11-02T19:12:08.956Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a2e840793422e8e -C extra-filename=-6a2e840793422e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-6e8b3614361ee1b9.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3b38371b2326c1f2.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-dbcaf33c00dd38b7.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4625db0573d34e3f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7351f68ebbeb9fa9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-12adbac498b5722e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39442023-11-02T19:12:09.170Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c9859b71439abb5 -C extra-filename=-3c9859b71439abb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-42861dbc0a9d741b.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e0842a3ae094a9f2.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-4eabd75040b28c07.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-24c00929cf9034bd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-acdb435f26ae8560.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-506308780fdbe2f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bd6b937bf77c27f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39452023-11-02T19:12:29.179Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39462023-11-02T19:12:29.183Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=70b69766bd603452 -C extra-filename=-70b69766bd603452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-b6d8f5240dbd67ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-6a2e840793422e8e.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-034a68bbd7338261.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-fd6d9b4987fbbaeb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4625db0573d34e3f.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-29070728fa7d7b28.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e7094a66105ef2e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-a8b552d56cedba39.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-7d16738dcf693ae8.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39472023-11-02T19:12:32.856Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=540a8b9fda355ed5 -C extra-filename=-540a8b9fda355ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-a06a5efbe71c3fa2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-3c9859b71439abb5.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-3da2617207199aec.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-deeca8f64fbb5d14.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-24c00929cf9034bd.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-60d23ba0a73afbf6.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-44a60e4fc0beb3e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-47be508dcfcfa82e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-588b8227574195be.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39482023-11-02T19:12:49.346Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39492023-11-02T19:12:49.352Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9cb644fe866feec -C extra-filename=-c9cb644fe866feec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-70b69766bd603452.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39502023-11-02T19:12:50.061Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39512023-11-02T19:12:50.071Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adb7efed71689ab4 -C extra-filename=-adb7efed71689ab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-c9cb644fe866feec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39522023-11-02T19:12:51.369Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
39532023-11-02T19:12:51.379Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/bin/propolis-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mock-only"' -C metadata=9d61313c21e68d8b -C extra-filename=-9d61313c21e68d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-e951acd70516eeb8.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-23286d2a23822630.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-475f12cf3f8b54ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-fd6d9b4987fbbaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4625db0573d34e3f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7351f68ebbeb9fa9.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-70b69766bd603452.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-adb7efed71689ab4.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e7094a66105ef2e2.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-118ac254ebefcc62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d0a55b9fae8929cb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea6c1e668f253a43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39542023-11-02T19:12:53.788Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04c5f6cf9989056 -C extra-filename=-d04c5f6cf9989056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-540a8b9fda355ed5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39552023-11-02T19:12:54.931Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dec2de410024b07 -C extra-filename=-3dec2de410024b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-d04c5f6cf9989056.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64`
39562023-11-02T19:12:55.771Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39572023-11-02T19:12:55.777Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a505431912717c2 -C extra-filename=-2a505431912717c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39582023-11-02T19:13:00.293Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/bin/propolis-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mock-only"' -C metadata=cc52291479cbcae3 -C extra-filename=-cc52291479cbcae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-37facc953fec2bbb.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d61a7d73c89ead88.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd5626567f89b1a1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-deeca8f64fbb5d14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-24c00929cf9034bd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-acdb435f26ae8560.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-540a8b9fda355ed5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-3dec2de410024b07.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-44a60e4fc0beb3e6.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d33fa3901706b9ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fbaa5a57a4bb9a3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a2ea9aafc5290c1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
39592023-11-02T19:13:08.983Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a830b3a7ee1d018c -C extra-filename=-a830b3a7ee1d018c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-93dc1a933d37013e.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc89bac812ea1c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b3230b6f753a4bff.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0a1c3427c38d2194.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e791056e498ff64f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-416a6a402323aeff.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-cc52291479cbcae3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39602023-11-02T19:13:32.038Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=fbb4d1669965b2e4 -C extra-filename=-fbb4d1669965b2e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39612023-11-02T19:13:48.768Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39622023-11-02T19:13:49.256Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=4e3b3ff3061bd943 -C extra-filename=-4e3b3ff3061bd943 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-835e6b9b361eb6d5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39632023-11-02T19:14:02.253Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=cce8eae4f76f4c9d -C extra-filename=-cce8eae4f76f4c9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8e9594ce537d5a13.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fd8962a737334b84.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-801e17fdb30318b0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a830b3a7ee1d018c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a16e281caa8f0266.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3785f26fc3847611.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb28ec1763b70805.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-416a6a402323aeff.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39642023-11-02T19:15:20.730Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8130a84651d59ae0 -C extra-filename=-8130a84651d59ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-93dc1a933d37013e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc89bac812ea1c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b3230b6f753a4bff.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e791056e498ff64f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a830b3a7ee1d018c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-416a6a402323aeff.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-cc52291479cbcae3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39652023-11-02T19:15:21.261Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=abfeda1c68e125e5 -C extra-filename=-abfeda1c68e125e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-93dc1a933d37013e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc89bac812ea1c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b3230b6f753a4bff.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e791056e498ff64f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a830b3a7ee1d018c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-416a6a402323aeff.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-cc52291479cbcae3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39662023-11-02T19:15:21.275Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e4cfaf29b147c34 -C extra-filename=-6e4cfaf29b147c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-93dc1a933d37013e.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5bc89bac812ea1c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-b3230b6f753a4bff.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-4607b97ae29a269d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e791056e498ff64f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-d06a099b14c2cfc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a830b3a7ee1d018c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-416a6a402323aeff.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-cc52291479cbcae3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6c54f33236d4255d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39672023-11-02T19:15:33.874Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=16c7747f82f6d802 -C extra-filename=-16c7747f82f6d802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39682023-11-02T19:15:33.932Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=adfec3047c5dc948 -C extra-filename=-adfec3047c5dc948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39692023-11-02T19:15:37.671Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d83a5b83011365d2 -C extra-filename=-d83a5b83011365d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7caeb0b4f5d07f1d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc3271529e83d8d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39702023-11-02T19:15:38.352Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=677e887207acc36b -C extra-filename=-677e887207acc36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ba181d2b6776d0cb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39712023-11-02T19:15:41.147Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f16794ecf036d223 -C extra-filename=-f16794ecf036d223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39722023-11-02T19:16:01.440Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=076d822c527407b9 -C extra-filename=-076d822c527407b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39732023-11-02T19:16:17.587Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=566beeecdd23b5cd -C extra-filename=-566beeecdd23b5cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e70f2ce98eda21a8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39742023-11-02T19:16:17.641Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=76643659f922bdfe -C extra-filename=-76643659f922bdfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7caeb0b4f5d07f1d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e70f2ce98eda21a8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc3271529e83d8d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39752023-11-02T19:16:17.659Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=4b750ec840f716c3 -C extra-filename=-4b750ec840f716c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e70f2ce98eda21a8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39762023-11-02T19:16:19.862Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/bin/omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a58532bd756e80d -C extra-filename=-3a58532bd756e80d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8e9594ce537d5a13.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-801e17fdb30318b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cce8eae4f76f4c9d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-760bfe9f7886f20a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-a830b3a7ee1d018c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a16e281caa8f0266.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b6a9e060cc098cb0.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39772023-11-02T19:16:21.097Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ffdced0ccd107f1e -C extra-filename=-ffdced0ccd107f1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5172c47dcc5a684b.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0d1de13ba96fcf57.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fd8962a737334b84.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c578c2c93980ff9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8722e901d1cfa44f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-801e17fdb30318b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-760bfe9f7886f20a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3785f26fc3847611.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-66599cb1611ef499.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-46be9b000f3f30e9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-416a6a402323aeff.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39782023-11-02T19:16:27.225Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test_omicron_dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=27f8bc67c90dc83d -C extra-filename=-27f8bc67c90dc83d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e70f2ce98eda21a8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39792023-11-02T19:16:29.292Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=d874769b638b9cde -C extra-filename=-d874769b638b9cde --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7caeb0b4f5d07f1d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e70f2ce98eda21a8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc3271529e83d8d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39802023-11-02T19:16:35.541Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0ab0a496c7d387d -C extra-filename=-a0ab0a496c7d387d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-0ab9f8ef31601656.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-5172c47dcc5a684b.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-0d1de13ba96fcf57.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-fd8962a737334b84.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c578c2c93980ff9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-8722e901d1cfa44f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-801e17fdb30318b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5e879a0d78f3ace0.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9f1255f57e49c858.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-760bfe9f7886f20a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da15da9b0e5dd356.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-3785f26fc3847611.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-66599cb1611ef499.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-46be9b000f3f30e9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-416a6a402323aeff.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a6e761b39807a681.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39812023-11-02T19:16:58.008Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=1c508d351cc3e874 -C extra-filename=-1c508d351cc3e874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e70f2ce98eda21a8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64`
39822023-11-02T19:17:01.743Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e8fdf65d5b61b945 -C extra-filename=-e8fdf65d5b61b945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7caeb0b4f5d07f1d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e70f2ce98eda21a8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc3271529e83d8d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39832023-11-02T19:31:06.756Z Finished test [unoptimized + debuginfo] target(s) in 41m 28s
39842023-11-02T19:31:07.347Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-5237d5ab4ac1f411`
39852023-11-02T19:31:07.813Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-2b932c9f18faef3a`
39862023-11-02T19:31:08.104Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-bbd4fef3a6baed4c`
39872023-11-02T19:31:08.597Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-55fa11341684743b`
39882023-11-02T19:31:08.777Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-6e24e3a3edc1e4e5`
39892023-11-02T19:31:08.873Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-ddd2465f9ebefa26`
39902023-11-02T19:31:09.198Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-feda14a73e49ca35`
39912023-11-02T19:31:09.231Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-538c387f7b3d2025`
39922023-11-02T19:31:09.308Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-da12f75c390ac1c1`
39932023-11-02T19:31:09.340Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-dabbb155e9b97c0b`
39942023-11-02T19:31:09.448Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-98b6e871f0112229`
39952023-11-02T19:31:11.771Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-b22452d07dfad0fc`
39962023-11-02T19:31:12.106Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-e101b216ad202671`
39972023-11-02T19:31:12.136Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-e5a004d55fc10f36`
39982023-11-02T19:31:12.317Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-1b50de397f7ad8f8`
39992023-11-02T19:31:12.572Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-2be3364f1d93e84d`
40002023-11-02T19:31:12.846Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-49d8ffda3c1d8433`
40012023-11-02T19:31:16.492Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-51634d6e995b8fb0`
40022023-11-02T19:31:16.850Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-ba16803c01ff2b7e`
40032023-11-02T19:31:17.021Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-13fc4192f2e2b558`
40042023-11-02T19:31:17.170Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-81ada06f66ab6ae8`
40052023-11-02T19:31:17.480Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-7fba2dd7f391b583`
40062023-11-02T19:31:17.762Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-767fbed0c51492f6`
40072023-11-02T19:31:17.840Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-5d049dc66eefcdab`
40082023-11-02T19:31:17.912Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-3ced5ef3c5e1ed1d`
40092023-11-02T19:31:17.982Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-ab7215a9f1b42627`
40102023-11-02T19:31:18.049Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-f565fdbfaef9093b`
40112023-11-02T19:31:18.129Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-8345588434167603`
40122023-11-02T19:31:18.165Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-3e4187e9bbbee841`
40132023-11-02T19:31:18.240Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-96bf3b0e72182d0b`
40142023-11-02T19:31:18.328Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-b8dc39ea2b49d217`
40152023-11-02T19:31:18.377Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-0fc38fa0587b2da1`
40162023-11-02T19:31:18.507Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-fc4319e7a13c5fed`
40172023-11-02T19:31:18.572Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-11e00f269bf12386`
40182023-11-02T19:31:18.654Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-c7136faeb3024a97`
40192023-11-02T19:31:18.702Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-2b35c2f75e016961`
40202023-11-02T19:31:18.753Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-aa7ee4cfc9d1d8d9`
40212023-11-02T19:31:18.814Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-677e887207acc36b`
40222023-11-02T19:31:19.025Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-85cad8a46fc28401`
40232023-11-02T19:31:19.111Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-f2e31a4736e0350b`
40242023-11-02T19:31:19.385Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-4c33dcef51eaf869`
40252023-11-02T19:31:19.506Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-fe84bfcb22b57abd`
40262023-11-02T19:31:19.540Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-6d8b083d43784360`
40272023-11-02T19:31:19.640Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-099f9cc8086dca3d`
40282023-11-02T19:31:19.711Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-566beeecdd23b5cd`
40292023-11-02T19:31:19.763Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-27f8bc67c90dc83d`
40302023-11-02T19:31:19.824Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-d686f2c56869d5a5`
40312023-11-02T19:31:19.892Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-b06dee761cda0aff`
40322023-11-02T19:31:20.326Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-c436dd9117b32a25`
40332023-11-02T19:31:20.382Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-d83a5b83011365d2`
40342023-11-02T19:31:20.408Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-76643659f922bdfe`
40352023-11-02T19:31:20.424Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-e8fdf65d5b61b945`
40362023-11-02T19:31:20.435Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-d874769b638b9cde`
40372023-11-02T19:31:20.456Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-1c508d351cc3e874`
40382023-11-02T19:31:20.482Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-4b750ec840f716c3`
40392023-11-02T19:31:20.508Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-ff9e42cc6881f5a5`
40402023-11-02T19:31:20.996Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-4abea85b96bfd9bf`
40412023-11-02T19:31:21.141Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-869f1aee2e310773`
40422023-11-02T19:31:21.206Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-60d221ac57be04b1`
40432023-11-02T19:31:21.367Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-fbb4d1669965b2e4`
40442023-11-02T19:31:21.467Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-adfec3047c5dc948`
40452023-11-02T19:31:21.478Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-16c7747f82f6d802`
40462023-11-02T19:31:21.552Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-076d822c527407b9`
40472023-11-02T19:31:21.642Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-f16794ecf036d223`
40482023-11-02T19:31:21.686Z
40492023-11-02T19:31:21.707Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-1c89970a0a804db2`
40502023-11-02T19:31:21.764Z ##### ###### #### #####
40512023-11-02T19:31:21.811Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-d1d2dbd5054cdded`
40522023-11-02T19:31:21.883Z # # # #
40532023-11-02T19:31:21.946Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-e097c449fc041d41`
40542023-11-02T19:31:21.980Z # ##### #### #
40552023-11-02T19:31:22.025Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-caea9f8b13c82df1`
40562023-11-02T19:31:22.050Z # # # #
40572023-11-02T19:31:22.077Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-56b07e58a28c7ec3`
40582023-11-02T19:31:22.097Z # # # # #
40592023-11-02T19:31:22.118Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-2f54b0ee4ad7cda7`
40602023-11-02T19:31:22.141Z # ###### #### #
40612023-11-02T19:31:22.320Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-b1deff5a799f7a21`
40622023-11-02T19:31:22.339Z
40632023-11-02T19:31:22.407Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-83ea4b4e62b672aa`
40642023-11-02T19:31:22.435Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-71dc14bfe7139bbe`
40652023-11-02T19:31:22.449Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-f10f62c61d1c155a`
40662023-11-02T19:31:22.466Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-5a1cda127b114885`
40672023-11-02T19:31:22.478Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-702d242b77410689`
40682023-11-02T19:31:22.489Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-8e50a9ce71af249e`
40692023-11-02T19:31:22.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-6191c23e8b1f0799`
40702023-11-02T19:31:22.511Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-789e07519324354f`
40712023-11-02T19:31:22.519Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-c93ab4eab499473d`
40722023-11-02T19:31:22.525Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-67ac785937d25b7a`
40732023-11-02T19:31:22.533Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-aa0bf33fac2cd36d`
40742023-11-02T19:31:22.541Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-1e2bf5a902ebb33f`
40752023-11-02T19:31:22.550Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-40978c1aa9d71c17`
40762023-11-02T19:31:22.567Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-fe99db986e13d061`
40772023-11-02T19:31:22.986Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-09bffd90c35587ec`
40782023-11-02T19:31:22.995Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-a6cb96fd6be91b4b`
40792023-11-02T19:31:23.006Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-5476d1ab5186bb1f`
40802023-11-02T19:31:23.011Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-eb88ddb65fc06224`
40812023-11-02T19:31:23.017Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-dcbb225a8da18e52`
40822023-11-02T19:31:23.025Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-597bd3b31482196d`
40832023-11-02T19:31:23.037Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-be16a0d48cde786a`
40842023-11-02T19:31:23.049Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-504925720854f214`
40852023-11-02T19:31:23.468Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-dd276a2fe669dab0`
40862023-11-02T19:31:23.476Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-dc1cd00ca713c779`
40872023-11-02T19:31:23.485Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-59dbaa1fe34e6716`
40882023-11-02T19:31:23.498Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-e9a0dd217433cad6`
40892023-11-02T19:31:23.504Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-b9952941153a3ce9`
40902023-11-02T19:31:23.511Z Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-00932c7c04e0eba2`
40912023-11-02T19:31:23.514Z
40922023-11-02T19:31:23.519Zreal 41:29.708457135
40932023-11-02T19:31:23.525Zuser 3:49:04.171516905
40942023-11-02T19:31:23.534Zsys 28:25.550581871
40952023-11-02T19:31:23.545Ztrap 11.223265673
40962023-11-02T19:31:23.555Ztflt 3.475383642
40972023-11-02T19:31:23.560Zdflt 48.543343163
40982023-11-02T19:31:23.570Zkflt 0.043545216
40992023-11-02T19:31:23.579Zlock 7:38:54.290555249
41002023-11-02T19:31:23.590Zslp 14:17:57.201737177
41012023-11-02T19:31:23.618Zlat 7:51.536484613
41022023-11-02T19:31:23.632Zstop 10:10.646302073
41032023-11-02T19:31:23.641Z Downloading crates ...
41042023-11-02T19:31:23.665Z Downloaded fs2 v0.4.3
41052023-11-02T19:31:23.674Z Downloaded iana-time-zone-haiku v0.1.2
41062023-11-02T19:31:23.686Z Downloaded fuchsia-cprng v0.1.1
41072023-11-02T19:31:23.691Z Downloaded anstyle-wincon v2.1.0
41082023-11-02T19:31:23.695Z Downloaded wasm-bindgen-macro-support v0.2.87
41092023-11-02T19:31:23.701Z Downloaded winapi-util v0.1.5
41102023-11-02T19:31:23.746Z Downloaded wasm-bindgen-shared v0.2.87
41112023-11-02T19:31:23.758Z Downloaded option-ext v0.2.0
41122023-11-02T19:31:23.802Z Downloaded rdrand v0.4.0
41132023-11-02T19:31:23.822Z Downloaded rand_core v0.4.2
41142023-11-02T19:31:23.832Z Downloaded crossterm_winapi v0.9.1
41152023-11-02T19:31:23.857Z Downloaded android-tzdata v0.1.1
41162023-11-02T19:31:23.874Z Downloaded atomic-polyfill v0.1.11
41172023-11-02T19:31:23.933Z Downloaded errno-dragonfly v0.1.2
41182023-11-02T19:31:23.952Z Downloaded windows-targets v0.42.2
41192023-11-02T19:31:24.037Z Downloaded bcrypt-pbkdf v0.10.0
41202023-11-02T19:31:24.045Z Downloaded pbkdf2 v0.12.2
41212023-11-02T19:31:24.051Z Downloaded md5 v0.7.0
41222023-11-02T19:31:24.059Z Downloaded dirs v5.0.1
41232023-11-02T19:31:24.067Z Downloaded cbc v0.1.2
41242023-11-02T19:31:24.073Z Downloaded android_system_properties v0.1.5
41252023-11-02T19:31:24.079Z Downloaded hermit-abi v0.1.19
41262023-11-02T19:31:24.086Z Downloaded dirs-sys v0.4.1
41272023-11-02T19:31:24.094Z Downloaded wasm-bindgen-macro v0.2.87
41282023-11-02T19:31:24.099Z Downloaded redox_users v0.4.3
41292023-11-02T19:31:24.105Z Downloaded windows-targets v0.48.5
41302023-11-02T19:31:24.110Z Downloaded critical-section v1.1.2
41312023-11-02T19:31:24.116Z Downloaded ghash v0.5.0
41322023-11-02T19:31:24.136Z Downloaded russh-cryptovec v0.7.0
41332023-11-02T19:31:24.142Z Downloaded ed25519 v2.2.2
41342023-11-02T19:31:24.150Z Downloaded rand_hc v0.2.0
41352023-11-02T19:31:24.159Z Downloaded wasm-bindgen-futures v0.4.37
41362023-11-02T19:31:24.171Z Downloaded blowfish v0.9.1
41372023-11-02T19:31:24.180Z Downloaded core-foundation-sys v0.8.4
41382023-11-02T19:31:24.188Z Downloaded winreg v0.50.0
41392023-11-02T19:31:24.197Z Downloaded pbkdf2 v0.11.0
41402023-11-02T19:31:24.206Z Downloaded ipconfig v0.3.2
41412023-11-02T19:31:24.214Z Downloaded wasm-bindgen-backend v0.2.87
41422023-11-02T19:31:24.223Z Downloaded rand_core v0.5.1
41432023-11-02T19:31:24.232Z Downloaded security-framework-sys v2.9.1
41442023-11-02T19:31:24.242Z Downloaded rand_chacha v0.2.2
41452023-11-02T19:31:24.252Z Downloaded getrandom v0.1.16
41462023-11-02T19:31:24.277Z Downloaded password-hash v0.4.2
41472023-11-02T19:31:24.287Z Downloaded wasm-streams v0.3.0
41482023-11-02T19:31:24.295Z Downloaded russh-keys v0.38.0
41492023-11-02T19:31:24.304Z Downloaded encode_unicode v0.3.6
41502023-11-02T19:31:24.488Z Downloaded rand_core v0.3.1
41512023-11-02T19:31:24.505Z Downloaded redox_syscall v0.3.5
41522023-11-02T19:31:24.513Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
41532023-11-02T19:31:24.521Z Downloaded core-foundation v0.9.3
41542023-11-02T19:31:24.532Z Downloaded redox_syscall v0.2.16
41552023-11-02T19:31:24.540Z Downloaded hermit-abi v0.3.2
41562023-11-02T19:31:24.549Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
41572023-11-02T19:31:24.563Z Downloaded schannel v0.1.22
41582023-11-02T19:31:24.573Z Downloaded widestring v1.0.2
41592023-11-02T19:31:24.580Z Downloaded bumpalo v3.13.0
41602023-11-02T19:31:24.588Z Downloaded js-sys v0.3.64
41612023-11-02T19:31:24.612Z Downloaded security-framework v2.9.2
41622023-11-02T19:31:24.627Z Downloaded ed25519-dalek v2.0.0
41632023-11-02T19:31:24.648Z Downloaded russh v0.38.0
41642023-11-02T19:31:24.662Z Downloaded rand v0.7.3
41652023-11-02T19:31:24.673Z Downloaded aes-gcm v0.10.3
41662023-11-02T19:31:24.679Z Downloaded wasm-bindgen v0.2.87
41672023-11-02T19:31:24.694Z Downloaded windows_aarch64_gnullvm v0.42.2
41682023-11-02T19:31:24.707Z Downloaded windows_x86_64_gnullvm v0.48.5
41692023-11-02T19:31:24.724Z Downloaded windows_x86_64_gnullvm v0.42.2
41702023-11-02T19:31:24.761Z Downloaded windows_aarch64_gnullvm v0.48.5
41712023-11-02T19:31:24.786Z Downloaded fiat-crypto v0.2.1
41722023-11-02T19:31:24.802Z Downloaded windows_aarch64_msvc v0.42.2
41732023-11-02T19:31:25.234Z Downloaded windows_x86_64_msvc v0.42.2
41742023-11-02T19:31:25.256Z Downloaded windows_i686_msvc v0.42.2
41752023-11-02T19:31:25.272Z Downloaded windows_i686_gnu v0.42.2
41762023-11-02T19:31:25.283Z Downloaded windows_x86_64_gnu v0.48.5
41772023-11-02T19:31:25.293Z Downloaded windows_x86_64_gnu v0.42.2
41782023-11-02T19:31:25.301Z Downloaded windows_aarch64_msvc v0.48.5
41792023-11-02T19:31:25.317Z Downloaded windows_x86_64_msvc v0.48.5
41802023-11-02T19:31:25.330Z Downloaded windows_i686_msvc v0.48.5
41812023-11-02T19:31:25.338Z Downloaded windows_i686_gnu v0.48.5
41822023-11-02T19:31:25.343Z Downloaded web-sys v0.3.64
41832023-11-02T19:31:25.351Z Downloaded linux-raw-sys v0.3.8
41842023-11-02T19:31:25.357Z Downloaded winapi v0.3.9
41852023-11-02T19:31:25.365Z Downloaded linux-raw-sys v0.4.5
41862023-11-02T19:31:25.371Z Downloaded windows-sys v0.45.0
41872023-11-02T19:31:25.385Z Downloaded windows-sys v0.48.0
41882023-11-02T19:31:25.398Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
41892023-11-02T19:31:25.404Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
41902023-11-02T19:31:25.408Z Downloaded windows v0.48.0
41912023-11-02T19:31:25.411Zinfo: experimental features enabled: setup-scripts
41922023-11-02T19:31:25.421Z Finished test [unoptimized + debuginfo] target(s) in 1.81s
41932023-11-02T19:31:25.441Z Starting 892 tests across 99 binaries (2 skipped)
41942023-11-02T19:31:25.606Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed
41952023-11-02T19:31:25.621Z Compiling unicode-ident v1.0.12
41962023-11-02T19:31:25.640Z Compiling cfg-if v1.0.0
41972023-11-02T19:31:25.665Z Compiling once_cell v1.18.0
41982023-11-02T19:31:26.082Z Compiling libc v0.2.149
41992023-11-02T19:31:26.089Z Compiling serde_json v1.0.108
42002023-11-02T19:31:26.093Z Compiling getrandom v0.2.10
42012023-11-02T19:31:26.103Z Compiling memchr v2.6.3
42022023-11-02T19:31:26.112Z Compiling generic-array v0.14.7
42032023-11-02T19:31:26.120Z Compiling itoa v1.0.9
42042023-11-02T19:31:26.125Z Compiling log v0.4.20
42052023-11-02T19:31:26.139Z Compiling proc-macro2 v1.0.67
42062023-11-02T19:31:26.143Z Compiling scopeguard v1.2.0
42072023-11-02T19:31:26.161Z Compiling lock_api v0.4.10
42082023-11-02T19:31:26.170Z Compiling ryu v1.0.15
42092023-11-02T19:31:26.180Z Compiling libm v0.2.7
42102023-11-02T19:31:26.190Z Compiling smallvec v1.11.0
42112023-11-02T19:31:26.196Z Compiling byteorder v1.5.0
42122023-11-02T19:31:26.203Z Compiling heck v0.4.1
42132023-11-02T19:31:26.208Z Compiling ahash v0.8.3
42142023-11-02T19:31:26.212Z Compiling pin-project-lite v0.2.13
42152023-11-02T19:31:26.217Z Compiling quote v1.0.33
42162023-11-02T19:31:26.221Z Compiling rand_core v0.6.4
42172023-11-02T19:31:26.229Z Compiling jobserver v0.1.26
42182023-11-02T19:31:26.234Z Compiling syn v2.0.32
42192023-11-02T19:31:26.244Z Compiling cc v1.0.83
42202023-11-02T19:31:26.250Z Compiling syn v1.0.109
42212023-11-02T19:31:26.259Z Compiling num-traits v0.2.16
42222023-11-02T19:31:26.267Z Compiling parking_lot_core v0.9.8
42232023-11-02T19:31:26.274Z Compiling fnv v1.0.7
42242023-11-02T19:31:26.280Z Compiling typenum v1.16.0
42252023-11-02T19:31:26.285Z Compiling iana-time-zone v0.1.57
42262023-11-02T19:31:26.289Z Compiling parking_lot v0.12.1
42272023-11-02T19:31:26.293Z Compiling futures-core v0.3.29
42282023-11-02T19:31:26.297Z Compiling ucd-trie v0.1.6
42292023-11-02T19:31:26.303Z Compiling signal-hook-registry v1.4.1
42302023-11-02T19:31:26.313Z Compiling mio v0.8.8
42312023-11-02T19:31:26.332Z Compiling socket2 v0.5.4
42322023-11-02T19:31:26.774Z Compiling num_cpus v1.16.0
42332023-11-02T19:31:26.788Z Compiling futures-sink v0.3.29
42342023-11-02T19:31:26.809Z Compiling dyn-clone v1.0.13
42352023-11-02T19:31:26.828Z Compiling spin v0.5.2
42362023-11-02T19:31:26.847Z Compiling tinyvec_macros v0.1.1
42372023-11-02T19:31:26.863Z Compiling tinyvec v1.6.0
42382023-11-02T19:31:26.875Z Compiling futures-channel v0.3.29
42392023-11-02T19:31:26.903Z Compiling slab v0.4.9
42402023-11-02T19:31:27.008Z Compiling futures-task v0.3.29
42412023-11-02T19:31:27.439Z Compiling futures-io v0.3.29
42422023-11-02T19:31:27.489Z Compiling allocator-api2 v0.2.16
42432023-11-02T19:31:27.508Z Compiling time-core v0.1.1
42442023-11-02T19:31:28.009Z Compiling pin-utils v0.1.0
42452023-11-02T19:31:28.466Z Compiling time-macros v0.2.13
42462023-11-02T19:31:28.472Z Compiling hashbrown v0.13.2
42472023-11-02T19:31:28.476Z Compiling spin v0.9.8
42482023-11-02T19:31:28.480Z Compiling openssl-sys v0.9.93
42492023-11-02T19:31:28.485Z Compiling ring v0.16.20
42502023-11-02T19:31:28.489Z Compiling ring v0.17.5
42512023-11-02T19:31:28.494Z Compiling unicode-normalization v0.1.22
42522023-11-02T19:31:28.498Z Compiling hashbrown v0.14.0
42532023-11-02T19:31:28.501Z Compiling openssl v0.10.57
42542023-11-02T19:31:28.505Z Compiling native-tls v0.2.11
42552023-11-02T19:31:28.509Z Compiling tracing-core v0.1.31
42562023-11-02T19:31:28.514Z Compiling equivalent v1.0.1
42572023-11-02T19:31:28.518Z Compiling unicode-bidi v0.3.13
42582023-11-02T19:31:28.522Z Compiling aho-corasick v1.0.4
42592023-11-02T19:31:28.526Z Compiling ppv-lite86 v0.2.17
42602023-11-02T19:31:28.529Z Compiling regex-syntax v0.8.2
42612023-11-02T19:31:28.821Z Compiling const-oid v0.9.5
42622023-11-02T19:31:28.882Z Compiling subtle v2.5.0
42632023-11-02T19:31:28.983Z Compiling rand_chacha v0.3.1
42642023-11-02T19:31:29.488Z Compiling bzip2-sys v0.1.11+1.0.8
42652023-11-02T19:31:29.605Z Compiling strsim v0.10.0
42662023-11-02T19:31:30.422Z Compiling base64 v0.21.5
42672023-11-02T19:31:31.230Z Compiling rand v0.8.5
42682023-11-02T19:31:31.423Z Compiling serde_derive_internals v0.26.0
42692023-11-02T19:31:31.744Z Compiling synstructure v0.12.6
42702023-11-02T19:31:31.978Z Compiling thread-id v4.2.0
42712023-11-02T19:31:32.408Z Compiling num-bigint v0.4.4
42722023-11-02T19:31:32.959Z Compiling hashbrown v0.12.3
42732023-11-02T19:31:33.497Z Compiling percent-encoding v2.3.0
42742023-11-02T19:31:34.146Z Compiling openssl-probe v0.1.5
42752023-11-02T19:31:34.150Z Compiling foreign-types-shared v0.1.1
42762023-11-02T19:31:34.238Z Compiling regex-automata v0.4.3
42772023-11-02T19:31:34.251Z Compiling bitflags v1.3.2
42782023-11-02T19:31:34.399Z Compiling untrusted v0.9.0
42792023-11-02T19:31:34.407Z Compiling untrusted v0.7.1
42802023-11-02T19:31:34.880Z Compiling indexmap v1.9.3
42812023-11-02T19:31:36.419Z Compiling foreign-types v0.3.2
42822023-11-02T19:31:37.068Z Compiling backtrace v0.3.69
42832023-11-02T19:31:38.261Z Compiling errno v0.3.2
42842023-11-02T19:31:38.688Z Compiling try-lock v0.2.4
42852023-11-02T19:31:38.705Z Compiling unicode-width v0.1.11
42862023-11-02T19:31:38.721Z Compiling adler v1.0.2
42872023-11-02T19:31:38.853Z Compiling siphasher v0.3.11
42882023-11-02T19:31:39.132Z Compiling miniz_oxide v0.7.1
42892023-11-02T19:31:39.173Z Compiling want v0.3.1
42902023-11-02T19:31:39.492Z Compiling sct v0.7.0
42912023-11-02T19:31:39.971Z Compiling form_urlencoded v1.2.0
42922023-11-02T19:31:40.462Z Compiling io-lifetimes v1.0.11
42932023-11-02T19:31:40.720Z Compiling lazy_static v1.4.0
42942023-11-02T19:31:40.843Z Compiling httparse v1.8.0
42952023-11-02T19:31:40.956Z Compiling socket2 v0.4.9
42962023-11-02T19:31:41.514Z Compiling regex v1.10.2
42972023-11-02T19:31:41.528Z Compiling httpdate v1.0.3
42982023-11-02T19:31:41.699Z Compiling serde_derive v1.0.188
42992023-11-02T19:31:41.991Z Compiling zeroize_derive v1.4.2
43002023-11-02T19:31:42.051Z Compiling thiserror-impl v1.0.49
43012023-11-02T19:31:42.163Z Compiling tokio-macros v2.1.0
43022023-11-02T19:31:42.176Z Compiling futures-macro v0.3.29
43032023-11-02T19:31:42.319Z Compiling tracing-attributes v0.1.26
43042023-11-02T19:31:43.298Z Compiling schemars_derive v0.8.13
43052023-11-02T19:31:44.705Z Compiling zeroize v1.6.0
43062023-11-02T19:31:45.661Z Compiling openssl-macros v0.1.1
43072023-11-02T19:31:47.029Z Compiling thiserror v1.0.49
43082023-11-02T19:31:47.093Z Compiling zerocopy-derive v0.2.0
43092023-11-02T19:31:47.269Z Compiling pest v2.7.2
43102023-11-02T19:31:47.700Z Compiling crypto-common v0.1.6
43112023-11-02T19:31:48.031Z Compiling futures-util v0.3.29
43122023-11-02T19:31:48.190Z Compiling tracing v0.1.37
43132023-11-02T19:31:48.922Z Compiling block-buffer v0.10.4
43142023-11-02T19:31:49.309Z Compiling digest v0.10.7
43152023-11-02T19:31:49.863Z Compiling async-trait v0.1.74
43162023-11-02T19:31:50.022Z Compiling hubpack_derive v0.1.1
43172023-11-02T19:31:50.241Z Compiling zerocopy v0.3.0
43182023-11-02T19:31:50.361Z Compiling zerocopy-derive v0.6.4
43192023-11-02T19:31:51.625Z Compiling pest_meta v2.7.2
43202023-11-02T19:31:52.144Z Compiling dof v0.1.5
43212023-11-02T19:31:52.215Z Compiling cpufeatures v0.2.9
43222023-11-02T19:31:52.442Z Compiling anstyle v1.0.2
43232023-11-02T19:31:53.132Z Compiling tower-service v0.3.2
43242023-11-02T19:31:53.175Z Compiling utf8parse v0.2.1
43252023-11-02T19:31:54.574Z Compiling sha2 v0.10.8
43262023-11-02T19:31:54.646Z Compiling anstyle-parse v0.2.1
43272023-11-02T19:31:54.660Z Compiling pest_generator v2.7.2
43282023-11-02T19:31:54.669Z Compiling hmac v0.12.1
43292023-11-02T19:31:54.743Z Compiling md-5 v0.10.5
43302023-11-02T19:31:54.771Z Compiling strum_macros v0.25.2
43312023-11-02T19:31:54.834Z Compiling rustix v0.37.23
43322023-11-02T19:31:55.252Z Compiling diesel_table_macro_syntax v0.1.0
43332023-11-02T19:31:55.263Z Compiling serde v1.0.188
43342023-11-02T19:31:58.267Z Compiling rustls-pemfile v1.0.3
43352023-11-02T19:31:58.409Z Compiling stringprep v0.1.3
43362023-11-02T19:31:58.478Z Compiling idna v0.4.0
43372023-11-02T19:31:58.773Z Compiling regress v0.7.1
43382023-11-02T19:31:58.934Z Compiling num-integer v0.1.45
43392023-11-02T19:31:59.239Z Compiling pest_derive v2.7.2
43402023-11-02T19:32:00.205Z Compiling hash32 v0.2.1
43412023-11-02T19:32:00.218Z Compiling either v1.9.0
43422023-11-02T19:32:00.713Z Compiling dtrace-parser v0.1.14
43432023-11-02T19:32:00.836Z Compiling colorchoice v1.0.0
43442023-11-02T19:32:00.880Z Compiling gimli v0.28.0
43452023-11-02T19:32:01.112Z Compiling anstyle-query v1.0.0
43462023-11-02T19:32:01.142Z Compiling fallible-iterator v0.2.0
43472023-11-02T19:32:01.192Z Compiling stable_deref_trait v1.2.0
43482023-11-02T19:32:01.341Z Compiling anstream v0.5.0
43492023-11-02T19:32:01.596Z Compiling time v0.3.27
43502023-11-02T19:32:02.393Z Compiling url v2.4.1
43512023-11-02T19:32:02.822Z Compiling rustls-native-certs v0.6.3
43522023-11-02T19:32:03.007Z Compiling terminal_size v0.2.6
43532023-11-02T19:32:03.320Z Compiling diesel_derives v2.1.1
43542023-11-02T19:32:03.805Z Compiling block-padding v0.3.3
43552023-11-02T19:32:04.171Z Compiling enum-as-inner v0.5.1
43562023-11-02T19:32:05.354Z Compiling clap_derive v4.4.2
43572023-11-02T19:32:06.004Z Compiling bytes v1.5.0
43582023-11-02T19:32:07.393Z Compiling uuid v1.4.1
43592023-11-02T19:32:08.366Z Compiling chrono v0.4.31
43602023-11-02T19:32:08.542Z Compiling tokio v1.33.0
43612023-11-02T19:32:10.987Z Compiling http v0.2.9
43622023-11-02T19:32:13.126Z Compiling schemars v0.8.13
43632023-11-02T19:32:13.550Z Compiling semver v1.0.20
43642023-11-02T19:32:14.753Z Compiling rustc_version v0.4.0
43652023-11-02T19:32:14.798Z Compiling bitflags v2.4.0
43662023-11-02T19:32:15.191Z Compiling indexmap v2.0.0
43672023-11-02T19:32:15.855Z Compiling heapless v0.7.16
43682023-11-02T19:32:16.697Z Compiling usdt-impl v0.3.5
43692023-11-02T19:32:16.787Z Compiling serde_tokenstream v0.1.7
43702023-11-02T19:32:17.616Z Compiling http-body v0.4.5
43712023-11-02T19:32:18.304Z Compiling serde_tokenstream v0.2.0
43722023-11-02T19:32:18.607Z Compiling openapiv3 v1.0.3
43732023-11-02T19:32:19.313Z Compiling usdt-macro v0.3.5
43742023-11-02T19:32:19.859Z Compiling usdt-attr-macro v0.3.5
43752023-11-02T19:32:22.298Z Compiling tokio-util v0.7.10
43762023-11-02T19:32:24.807Z Compiling h2 v0.3.21
43772023-11-02T19:32:28.668Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
43782023-11-02T19:32:29.102Z Compiling tokio-native-tls v0.3.1
43792023-11-02T19:32:29.553Z Compiling addr2line v0.21.0
43802023-11-02T19:32:30.589Z Compiling postgres-protocol v0.6.6
43812023-11-02T19:32:31.578Z Compiling serde_spanned v0.6.3
43822023-11-02T19:32:31.980Z Compiling toml_datetime v0.6.3
43832023-11-02T19:32:32.585Z Compiling serde_repr v0.1.16
43842023-11-02T19:32:32.663Z Compiling phf_shared v0.11.2
43852023-11-02T19:32:32.733Z Compiling crc32fast v1.3.2
43862023-11-02T19:32:32.773Z Compiling scheduled-thread-pool v0.2.7
43872023-11-02T19:32:33.239Z Compiling object v0.32.1
43882023-11-02T19:32:33.287Z Compiling num_threads v0.1.6
43892023-11-02T19:32:33.512Z Compiling tap v1.0.1
43902023-11-02T19:32:33.565Z Compiling winnow v0.5.15
43912023-11-02T19:32:33.801Z Compiling ipnet v2.8.0
43922023-11-02T19:32:34.544Z Compiling matches v0.1.10
43932023-11-02T19:32:35.108Z Compiling deranged v0.3.8
43942023-11-02T19:32:35.626Z Compiling rustc-demangle v0.1.23
43952023-11-02T19:32:37.224Z Compiling hyper v0.14.27
43962023-11-02T19:32:40.089Z Compiling clap_lex v0.5.1
43972023-11-02T19:32:40.861Z Compiling managed v0.8.0
43982023-11-02T19:32:41.648Z Compiling bit-vec v0.6.3
43992023-11-02T19:32:42.346Z Compiling regex-automata v0.1.10
44002023-11-02T19:32:42.478Z Compiling smoltcp v0.9.1
44012023-11-02T19:32:43.201Z Compiling bstr v0.2.17
44022023-11-02T19:32:43.343Z Compiling clap_builder v4.4.2
44032023-11-02T19:32:44.751Z Compiling toml_edit v0.19.15
44042023-11-02T19:32:50.115Z Compiling idna v0.2.3
44052023-11-02T19:32:50.239Z Compiling wyz v0.5.1
44062023-11-02T19:32:50.436Z Compiling hyper-tls v0.5.0
44072023-11-02T19:32:50.646Z Compiling phf v0.11.2
44082023-11-02T19:32:50.696Z Compiling r2d2 v0.8.10
44092023-11-02T19:32:50.744Z Compiling flate2 v1.0.28
44102023-11-02T19:32:50.816Z Compiling postgres-types v0.2.6
44112023-11-02T19:32:51.778Z Compiling ipnetwork v0.20.0
44122023-11-02T19:32:52.821Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44132023-11-02T19:32:52.856Z Compiling hubpack v0.1.2
44142023-11-02T19:32:53.096Z Compiling serde_urlencoded v0.7.1
44152023-11-02T19:32:53.515Z Compiling inout v0.1.3
44162023-11-02T19:32:53.597Z Compiling itertools v0.11.0
44172023-11-02T19:32:54.006Z Compiling futures-executor v0.3.29
44182023-11-02T19:32:54.329Z Compiling zerocopy v0.6.4
44192023-11-02T19:32:54.806Z Compiling memoffset v0.9.0
44202023-11-02T19:32:54.886Z Compiling phf_shared v0.10.0
44212023-11-02T19:32:54.998Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
44222023-11-02T19:32:55.520Z Compiling radium v0.7.0
44232023-11-02T19:32:55.973Z Compiling crossbeam-utils v0.8.16
44242023-11-02T19:32:55.984Z Compiling float-cmp v0.9.0
44252023-11-02T19:32:56.173Z Compiling encoding_rs v0.8.33
44262023-11-02T19:32:56.370Z Compiling unicode-segmentation v1.10.1
44272023-11-02T19:32:58.045Z Compiling fixedbitset v0.4.2
44282023-11-02T19:32:58.049Z Compiling funty v2.0.0
44292023-11-02T19:32:58.053Z Compiling difflib v0.4.0
44302023-11-02T19:32:58.056Z Compiling predicates-core v1.0.6
44312023-11-02T19:32:58.060Z Compiling new_debug_unreachable v1.0.4
44322023-11-02T19:32:58.096Z Compiling mime v0.3.17
44332023-11-02T19:32:58.394Z Compiling webpki-roots v0.25.2
44342023-11-02T19:32:58.527Z Compiling static_assertions v1.1.0
44352023-11-02T19:32:58.685Z Compiling normalize-line-endings v0.3.0
44362023-11-02T19:32:58.698Z Compiling regex-automata v0.3.8
44372023-11-02T19:32:58.890Z Compiling data-encoding v2.4.0
44382023-11-02T19:32:58.964Z Compiling whoami v1.4.1
44392023-11-02T19:32:59.740Z Compiling precomputed-hash v0.1.1
44402023-11-02T19:32:59.883Z Compiling trust-dns-proto v0.22.0
44412023-11-02T19:32:59.935Z Compiling string_cache v0.8.7
44422023-11-02T19:33:00.043Z Compiling tokio-postgres v0.7.10
44432023-11-02T19:33:00.556Z Compiling bitvec v1.0.1
44442023-11-02T19:33:00.644Z Compiling predicates v3.0.4
44452023-11-02T19:33:00.789Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
44462023-11-02T19:33:02.307Z Compiling bstr v1.6.0
44472023-11-02T19:33:02.774Z Compiling yasna v0.5.2
44482023-11-02T19:33:03.335Z Compiling similar v2.2.1
44492023-11-02T19:33:04.833Z Compiling petgraph v0.6.4
44502023-11-02T19:33:05.688Z Compiling crossbeam-epoch v0.9.15
44512023-11-02T19:33:06.927Z Compiling diesel v2.1.3
44522023-11-02T19:33:07.121Z Compiling futures v0.3.29
44532023-11-02T19:33:07.313Z Compiling cipher v0.4.4
44542023-11-02T19:33:08.097Z Compiling clap v4.4.3
44552023-11-02T19:33:08.291Z Compiling toml v0.7.8
44562023-11-02T19:33:08.531Z Compiling anyhow v1.0.75
44572023-11-02T19:33:08.643Z Compiling bit-set v0.5.3
44582023-11-02T19:33:08.788Z Compiling tokio-stream v0.1.14
44592023-11-02T19:33:09.095Z Compiling usdt v0.3.5
44602023-11-02T19:33:09.527Z Compiling rustix v0.38.9
44612023-11-02T19:33:10.412Z Compiling hex v0.4.3
44622023-11-02T19:33:10.586Z Compiling num-iter v0.1.43
44632023-11-02T19:33:10.869Z Compiling itertools v0.10.5
44642023-11-02T19:33:10.966Z Compiling signature v2.1.0
44652023-11-02T19:33:11.371Z Compiling console v0.15.7
44662023-11-02T19:33:11.509Z Compiling slog v2.7.0
44672023-11-02T19:33:11.687Z Compiling lalrpop-util v0.19.12
44682023-11-02T19:33:12.274Z Compiling darling_core v0.20.3
44692023-11-02T19:33:19.909Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
44702023-11-02T19:33:20.185Z Compiling structmeta-derive v0.1.6
44712023-11-02T19:33:20.943Z Compiling getopts v0.2.21
44722023-11-02T19:33:21.353Z Compiling serde_yaml v0.9.25
44732023-11-02T19:33:21.793Z Compiling darling_macro v0.20.3
44742023-11-02T19:33:22.427Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44752023-11-02T19:33:24.813Z Compiling darling v0.20.3
44762023-11-02T19:33:24.989Z Compiling structmeta v0.1.6
44772023-11-02T19:33:28.460Z Compiling camino v1.1.6
44782023-11-02T19:33:29.486Z Compiling slog-json v2.6.1
44792023-11-02T19:33:30.248Z Compiling sha1 v0.10.5
44802023-11-02T19:33:30.917Z Compiling async-stream-impl v0.3.5
44812023-11-02T19:33:31.047Z Compiling parse-display-derive v0.7.0
44822023-11-02T19:33:31.197Z Compiling tempfile v3.8.0
44832023-11-02T19:33:33.184Z Compiling async-stream v0.3.5
44842023-11-02T19:33:33.599Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
44852023-11-02T19:33:37.973Z Compiling slog-term v2.9.0
44862023-11-02T19:33:40.171Z Compiling slog-bunyan v2.4.0
44872023-11-02T19:33:41.403Z Compiling multer v2.1.0
44882023-11-02T19:33:42.013Z Compiling serde_with_macros v2.3.3
44892023-11-02T19:33:43.301Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
44902023-11-02T19:33:45.964Z Compiling serde_path_to_error v0.1.14
44912023-11-02T19:33:46.474Z Compiling backoff v0.4.0
44922023-11-02T19:33:46.483Z Compiling serde_with v2.3.3
44932023-11-02T19:33:46.875Z Compiling parse-display v0.7.0
44942023-11-02T19:33:46.888Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
44952023-11-02T19:33:47.134Z Compiling headers-core v0.2.0
44962023-11-02T19:33:47.187Z Compiling macaddr v1.0.1
44972023-11-02T19:33:47.471Z Compiling strum v0.25.0
44982023-11-02T19:33:47.481Z Compiling rcgen v0.11.3
44992023-11-02T19:33:47.691Z Compiling headers v0.3.9
45002023-11-02T19:33:47.983Z Compiling camino-tempfile v1.0.2
45012023-11-02T19:33:48.661Z Compiling atomicwrites v0.4.2
45022023-11-02T19:33:53.630Z Compiling bzip2 v0.4.4
45032023-11-02T19:33:54.159Z Compiling zip v0.6.6
45042023-11-02T19:33:55.119Z Compiling rustls v0.21.8
45052023-11-02T19:33:58.035Z Compiling rustls-webpki v0.101.7
45062023-11-02T19:34:07.865Z Compiling tokio-rustls v0.24.1
45072023-11-02T19:34:08.363Z Compiling hyper-rustls v0.24.2
45082023-11-02T19:34:08.423Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
45092023-11-02T19:34:08.457Z Compiling reqwest v0.11.20
45102023-11-02T19:34:13.717Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45112023-11-02T19:34:13.810Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
45122023-11-02T19:34:17.538Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
45132023-11-02T19:34:18.116Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
45142023-11-02T19:34:31.756Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
45152023-11-02T19:34:43.147Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45162023-11-02T19:34:46.011Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45172023-11-02T19:34:56.306Z Finished dev [unoptimized + debuginfo] target(s) in 3m 40s
45182023-11-02T19:34:56.400Z Running `target/debug/crdb-seed`
45192023-11-02T19:34:56.555ZNov 02 19:34:55.530 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpBRxpWp
45202023-11-02T19:34:56.589ZNov 02 19:34:55.531 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmphyIYAP,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpBRxpWp/listen-url
45212023-11-02T19:34:56.742ZNov 02 19:34:55.533 INFO cockroach environment: BUILDOMAT_JOB_ID=01HE8NKNSADG8M2X5MWZ3DF3C6 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state GITHUB_REF=refs/heads/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=f985e59cfb0cd50b25718277d6478f5e74ef1d03 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-73f44f7f2703292f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-5495af41434671b7/out:/work/oxidecomputer/omicron/target/debug/build/ring-d5da8041c384a28b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out:/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out:/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envTPSoAN NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out:/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out:/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=941be5e7-152c-4442-9d2e-bf52be7e5b37 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.72.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
45222023-11-02T19:34:57.703ZNov 02 19:34:57.701 INFO cockroach pid: 5943
45232023-11-02T19:34:57.722ZNov 02 19:34:57.701 INFO cockroach listen URL: postgresql://root@[::1]:53284/omicron?sslmode=disable
45242023-11-02T19:34:57.744ZNov 02 19:34:57.701 INFO cockroach: populating
45252023-11-02T19:34:59.909ZNov 02 19:34:59.904 INFO cockroach: populated
45262023-11-02T19:35:05.029ZNov 02 19:35:02.607 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/64780a6c7d4764a39d029fb0f3d9f5189c85cf01211dae6c11c54addcc1b071a.tar`
45272023-11-02T19:35:05.416Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed
45282023-11-02T19:35:05.519Z PASS [ 0.048s] authz-macros::proc-macro/authz-macros test_authz_dump
45292023-11-02T19:35:05.534Z PASS [ 0.042s] bootstore schemes::tests::hello_roundtrip
45302023-11-02T19:35:05.581Z PASS [ 0.034s] bootstore schemes::v0::share_pkg::tests::create_packages
45312023-11-02T19:35:05.610Z PASS [ 0.043s] bootstore trust_quorum::rack_secret::tests::create_and_verify
45322023-11-02T19:35:05.631Z PASS [ 0.036s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
45332023-11-02T19:35:05.675Z PASS [ 0.030s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
45342023-11-02T19:35:06.131Z PASS [ 0.039s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums
45352023-11-02T19:35:06.152Z PASS [ 0.039s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
45362023-11-02T19:35:06.224Z PASS [ 0.032s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name
45372023-11-02T19:35:06.648Z PASS [ 0.029s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles
45382023-11-02T19:35:06.659Z PASS [ 0.107s] bootstore schemes::v0::peer::tests::network_config
45392023-11-02T19:35:06.673Z PASS [ 0.250s] dns-server storage::test::test_update_in_progress
45402023-11-02T19:35:06.696Z PASS [ 0.254s] dns-server storage::test::test_update_interrupted
45412023-11-02T19:35:06.716Z PASS [ 0.277s] dns-server storage::test::test_update_basic
45422023-11-02T19:35:06.733Z PASS [ 0.551s] dns-server::basic_test a_crud
45432023-11-02T19:35:06.770Z PASS [ 0.600s] dns-server::basic_test aaaa_crud
45442023-11-02T19:35:06.868Z PASS [ 0.361s] dns-server::basic_test name_contains_zone
45452023-11-02T19:35:06.926Z PASS [ 0.427s] dns-server::basic_test empty_record
45462023-11-02T19:35:06.990Z PASS [ 0.425s] dns-server::basic_test multi_record_crud
45472023-11-02T19:35:07.082Z PASS [ 0.205s] dns-server::openapi_test test_dns_server_openapi
45482023-11-02T19:35:07.115Z PASS [ 0.041s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
45492023-11-02T19:35:07.135Z PASS [ 0.373s] dns-server::basic_test nxdomain
45502023-11-02T19:35:07.182Z PASS [ 0.022s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
45512023-11-02T19:35:07.226Z PASS [ 0.078s] illumos-utils destructor::test::test_delayed_delete
45522023-11-02T19:35:07.235Z PASS [ 0.427s] dns-server::basic_test servfail
45532023-11-02T19:35:07.260Z PASS [ 0.041s] illumos-utils destructor::test::test_destructor_bad_close
45542023-11-02T19:35:07.289Z PASS [ 1.155s] bootstore schemes::v0::peer::tests::basic_3_nodes
45552023-11-02T19:35:07.297Z PASS [ 0.033s] illumos-utils link::test::test_allocate
45562023-11-02T19:35:07.310Z PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes
45572023-11-02T19:35:07.335Z PASS [ 0.027s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file
45582023-11-02T19:35:07.357Z PASS [ 0.027s] illumos-utils running_zone::tests::test_is_oxide_smf_service
45592023-11-02T19:35:07.426Z PASS [ 0.486s] dns-server::basic_test srv_crud
45602023-11-02T19:35:07.484Z PASS [ 0.035s] illumos-utils zone::tests::test_parse_ip_network
45612023-11-02T19:35:07.507Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_bad_zpool_names
45622023-11-02T19:35:07.563Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_external_zpool_name
45632023-11-02T19:35:07.605Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_internal_zpool_name
45642023-11-02T19:35:07.627Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool
45652023-11-02T19:35:07.658Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool_missing_column
45662023-11-02T19:35:07.687Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool_name_json
45672023-11-02T19:35:07.720Z PASS [ 0.036s] illumos-utils zpool::test::test_zpool_name_regex
45682023-11-02T19:35:07.735Z PASS [ 0.182s] installinator block_size_writer::tests::proptest_block_writer
45692023-11-02T19:35:07.756Z PASS [ 0.034s] internal-dns config::test::display_hosts
45702023-11-02T19:35:07.814Z PASS [ 0.031s] internal-dns config::test::display_srv_service
45712023-11-02T19:35:07.843Z PASS [ 0.043s] internal-dns config::test::test_builder_errors
45722023-11-02T19:35:07.921Z PASS [ 0.059s] internal-dns config::test::test_builder_output
45732023-11-02T19:35:07.939Z PASS [ 0.331s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
45742023-11-02T19:35:07.967Z PASS [ 0.599s] illumos-utils destructor::test::test_delayed_delete_with_error
45752023-11-02T19:35:08.003Z PASS [ 0.584s] internal-dns resolver::test::insert_and_lookup_one_record
45762023-11-02T19:35:08.042Z PASS [ 0.549s] internal-dns resolver::test::lookup_nonexistent_record_fails
45772023-11-02T19:35:08.491Z PASS [ 0.782s] internal-dns resolver::test::insert_and_lookup_multiple_records
45782023-11-02T19:35:08.507Z PASS [ 0.644s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
45792023-11-02T19:35:08.518Z PASS [ 0.699s] internal-dns resolver::test::resolver_can_access_backup_dns_server
45802023-11-02T19:35:08.540Z PASS [ 0.040s] ipcc-key-value tests::deserialize_fixed_value
45812023-11-02T19:35:08.561Z PASS [ 0.055s] ipcc-key-value tests::installinator_image_id_round_trip
45822023-11-02T19:35:08.586Z PASS [ 0.054s] ipcc-key-value tests::serialized_size
45832023-11-02T19:35:08.609Z PASS [ 0.062s] key-manager tests::different_disks_produce_different_keys
45842023-11-02T19:35:08.627Z PASS [ 0.052s] key-manager tests::different_ikm_produces_different_keys
45852023-11-02T19:35:08.663Z PASS [ 0.033s] key-manager tests::disk_encryption_key_epoch_0
45862023-11-02T19:35:08.701Z PASS [ 0.031s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
45872023-11-02T19:35:08.717Z PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
45882023-11-02T19:35:08.797Z PASS [ 0.043s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
45892023-11-02T19:35:08.840Z PASS [ 0.924s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
45902023-11-02T19:35:08.956Z PASS [ 0.032s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
45912023-11-02T19:35:08.981Z PASS [ 0.040s] nexus-db-model semver_version::test::test_to_from_sortable_string
45922023-11-02T19:35:08.998Z PASS [ 0.032s] nexus-db-model tests::test_ip_subnet_check_requestable_address
45932023-11-02T19:35:09.444Z PASS [ 0.579s] internal-dns resolver::test::update_record
45942023-11-02T19:35:09.458Z PASS [ 0.031s] nexus-db-model tests::test_ipv6_net_random_subnet
45952023-11-02T19:35:09.469Z PASS [ 0.026s] nexus-db-model tests::test_roles_database_strings
45962023-11-02T19:35:09.498Z PASS [ 0.160s] nexus-db-model device_auth::test::test_generate_user_code
45972023-11-02T19:35:09.517Z PASS [ 0.048s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
45982023-11-02T19:35:10.035Z PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
45992023-11-02T19:35:10.103Z PASS [ 0.058s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
46002023-11-02T19:35:10.124Z PASS [ 0.050s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
46012023-11-02T19:35:10.171Z PASS [ 0.049s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
46022023-11-02T19:35:10.228Z PASS [ 0.043s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
46032023-11-02T19:35:10.242Z PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
46042023-11-02T19:35:10.268Z PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
46052023-11-02T19:35:10.279Z PASS [ 0.102s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
46062023-11-02T19:35:10.290Z PASS [ 0.102s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
46072023-11-02T19:35:10.347Z PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_get_token
46082023-11-02T19:35:10.773Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
46092023-11-02T19:35:10.785Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
46102023-11-02T19:35:10.795Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
46112023-11-02T19:35:10.810Z PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
46122023-11-02T19:35:10.824Z PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
46132023-11-02T19:35:10.838Z PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
46142023-11-02T19:35:10.857Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_make_header_value
46152023-11-02T19:35:10.876Z PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
46162023-11-02T19:35:10.904Z PASS [ 0.093s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
46172023-11-02T19:35:10.935Z PASS [ 0.049s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
46182023-11-02T19:35:10.974Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
46192023-11-02T19:35:11.031Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
46202023-11-02T19:35:11.047Z PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
46212023-11-02T19:35:11.057Z PASS [ 0.054s] nexus-db-queries authn::external::test::test_authn_sequence
46222023-11-02T19:35:11.067Z PASS [ 0.050s] nexus-db-queries authn::external::token::test::test_make_header_value
46232023-11-02T19:35:11.078Z PASS [ 0.070s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
46242023-11-02T19:35:11.087Z PASS [ 0.051s] nexus-db-queries authn::external::token::test::test_token_header_missing
46252023-11-02T19:35:11.096Z PASS [ 0.053s] nexus-db-queries authn::external::token::test::test_token_header_valid
46262023-11-02T19:35:11.108Z PASS [ 0.052s] nexus-db-queries authn::test::test_internal_users
46272023-11-02T19:35:11.121Z PASS [ 0.061s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
46282023-11-02T19:35:11.145Z PASS [ 4.439s] dns-server::commands_test test_dnsadm
46292023-11-02T19:35:14.026Z PASS [ 7.405s] nexus-db-queries authz::context::test::test_unregistered_resource
46302023-11-02T19:35:15.668Z PASS [ 7.813s] nexus-db-queries context::test::test_background_context
46312023-11-02T19:35:24.104Z PASS [ 17.474s] installinator mock_peers::tests::proptest_fetch_artifact
46322023-11-02T19:35:24.164Z PASS [ 18.201s] installinator write::tests::proptest_write_artifact
46332023-11-02T19:35:24.231Z PASS [ 17.158s] nexus-db-queries authz::policy_test::test_conferred_roles
46342023-11-02T19:35:24.252Z PASS [ 9.885s] nexus-db-queries context::test::test_child_context
46352023-11-02T19:35:25.628Z PASS [ 9.962s] nexus-db-queries context::test::test_test_context
46362023-11-02T19:35:29.010Z PASS [ 7.610s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
46372023-11-02T19:35:30.316Z PASS [ 8.212s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
46382023-11-02T19:35:31.375Z PASS [ 7.552s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
46392023-11-02T19:35:31.667Z PASS [ 7.749s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
46402023-11-02T19:35:35.150Z PASS [ 8.255s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
46412023-11-02T19:35:36.743Z PASS [ 7.758s] nexus-db-queries db::collection_attach::test::test_attach_once
46422023-11-02T19:35:36.799Z PASS [ 0.063s] nexus-db-queries db::collection_attach::test::test_verify_query
46432023-11-02T19:35:38.510Z PASS [ 8.182s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
46442023-11-02T19:35:39.970Z PASS [ 7.904s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
46452023-11-02T19:35:39.973Z PASS [ 8.206s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
46462023-11-02T19:35:41.475Z PASS [ 7.597s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
46472023-11-02T19:35:44.605Z PASS [ 7.806s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
46482023-11-02T19:35:46.160Z PASS [ 7.241s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
46492023-11-02T19:35:46.588Z PASS [ 0.075s] nexus-db-queries db::collection_detach::test::test_verify_query
46502023-11-02T19:35:47.023Z PASS [ 7.450s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
46512023-11-02T19:35:47.697Z PASS [ 8.098s] nexus-db-queries db::collection_detach::test::test_detach_once
46522023-11-02T19:35:55.968Z PASS [ 8.158s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
46532023-11-02T19:35:56.094Z PASS [ 8.118s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
46542023-11-02T19:35:56.140Z PASS [ 7.902s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
46552023-11-02T19:35:56.258Z PASS [ 7.633s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
46562023-11-02T19:35:56.308Z PASS [ 7.589s] nexus-db-queries db::collection_detach_many::test::test_detach_many
46572023-11-02T19:35:56.829Z PASS [ 7.184s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
46582023-11-02T19:35:56.886Z PASS [ 0.056s] nexus-db-queries db::collection_detach_many::test::test_verify_query
46592023-11-02T19:35:57.364Z PASS [ 50.636s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
46602023-11-02T19:36:00.739Z PASS [ 6.102s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
46612023-11-02T19:36:00.850Z PASS [ 0.057s] nexus-db-queries db::collection_insert::test::test_verify_query
46622023-11-02T19:36:00.900Z PASS [ 5.671s] nexus-db-queries db::collection_detach_many::test::test_detach_once
46632023-11-02T19:36:01.091Z PASS [ 5.619s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
46642023-11-02T19:36:01.148Z PASS [ 0.064s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
46652023-11-02T19:36:01.249Z PASS [ 5.650s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
46662023-11-02T19:36:02.131Z PASS [ 5.137s] nexus-db-queries db::collection_insert::test::test_collection_not_present
46672023-11-02T19:36:02.504Z PASS [ 5.095s] nexus-db-queries db::collection_insert::test::test_collection_present
46682023-11-02T19:36:02.711Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
46692023-11-02T19:36:02.734Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
46702023-11-02T19:36:04.393Z PASS [ 5.500s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
46712023-11-02T19:36:04.585Z PASS [ 5.197s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
46722023-11-02T19:36:07.925Z PASS [ 7.599s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
46732023-11-02T19:36:10.032Z PASS [ 8.020s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
46742023-11-02T19:36:10.765Z PASS [ 8.343s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
46752023-11-02T19:36:10.921Z PASS [ 10.006s] nexus-db-queries db::datastore::dns::test::test_dns_update
46762023-11-02T19:36:12.288Z PASS [ 7.865s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
46772023-11-02T19:36:14.010Z PASS [ 9.426s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
46782023-11-02T19:36:15.266Z PASS [ 7.316s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
46792023-11-02T19:36:17.624Z PASS [ 74.960s] bootstore::v0-fsm-proptest-learner run
46802023-11-02T19:36:17.767Z PASS [ 7.738s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
46812023-11-02T19:36:18.661Z PASS [ 7.866s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
46822023-11-02T19:36:18.666Z PASS [ 7.738s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
46832023-11-02T19:36:19.749Z PASS [ 7.505s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
46842023-11-02T19:36:21.898Z PASS [ 7.886s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
46852023-11-02T19:36:21.957Z PASS [ 0.057s] nexus-db-queries db::datastore::region::test::test_extent_count
46862023-11-02T19:36:23.199Z PASS [ 7.546s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
46872023-11-02T19:36:26.128Z PASS [ 8.153s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
46882023-11-02T19:36:26.724Z PASS [ 9.092s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
46892023-11-02T19:36:27.210Z PASS [ 8.581s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
46902023-11-02T19:36:27.904Z PASS [ 9.243s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
46912023-11-02T19:36:29.442Z PASS [ 8.903s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
46922023-11-02T19:36:29.582Z PASS [ 7.027s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
46932023-11-02T19:36:30.349Z PASS [ 7.560s] nexus-db-queries db::datastore::test::test_component_update_conflict
46942023-11-02T19:36:33.627Z PASS [ 7.707s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
46952023-11-02T19:36:34.387Z PASS [ 7.675s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
46962023-11-02T19:36:34.527Z PASS [ 5.874s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
46972023-11-02T19:36:34.630Z PASS [ 91.925s] bootstore::v0-fsm-proptest-rack-coordinator run
46982023-11-02T19:36:35.405Z PASS [ 7.501s] nexus-db-queries db::datastore::test::test_project_creation
46992023-11-02T19:36:35.796Z PASS [ 8.585s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
47002023-11-02T19:36:37.093Z PASS [ 8.112s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
47012023-11-02T19:36:40.535Z PASS [ 10.187s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
47022023-11-02T19:36:41.542Z PASS [ 7.918s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
47032023-11-02T19:36:43.384Z PASS [ 7.590s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
47042023-11-02T19:36:44.897Z PASS [ 10.505s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
47052023-11-02T19:36:45.082Z PASS [ 7.983s] nexus-db-queries db::datastore::test::test_session_methods
47062023-11-02T19:36:45.522Z PASS [ 10.996s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
47072023-11-02T19:36:45.540Z PASS [ 10.942s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
47082023-11-02T19:36:45.683Z PASS [ 10.279s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
47092023-11-02T19:36:45.763Z PASS [ 5.216s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
47102023-11-02T19:36:45.828Z PASS [ 0.064s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
47112023-11-02T19:36:45.875Z PASS [ 0.056s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
47122023-11-02T19:36:45.925Z PASS [ 0.056s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
47132023-11-02T19:36:45.986Z PASS [ 0.058s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
47142023-11-02T19:36:48.678Z PASS [ 7.125s] nexus-db-queries db::datastore::test::test_ssh_keys
47152023-11-02T19:36:50.213Z PASS [ 6.802s] nexus-db-queries db::datastore::test::test_system_update_conflict
47162023-11-02T19:36:56.234Z PASS [ 5.336s] nexus-db-queries db::explain::test::test_explain_async
47172023-11-02T19:37:15.598Z PASS [ 5.514s] nexus-db-queries db::explain::test::test_explain_full_table_scan
47182023-11-02T19:37:16.487Z PASS [ 7.198s] nexus-db-queries db::datastore::test::test_table_scan
47192023-11-02T19:37:16.614Z PASS [ 7.775s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
47202023-11-02T19:37:16.717Z PASS [ 6.879s] nexus-db-queries db::lookup::test::test_lookup
47212023-11-02T19:37:16.878Z PASS [ 7.769s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
47222023-11-02T19:37:16.926Z PASS [ 5.399s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
47232023-11-02T19:37:16.942Z PASS [ 5.464s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
47242023-11-02T19:37:17.044Z PASS [ 5.628s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
47252023-11-02T19:37:17.058Z PASS [ 5.841s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
47262023-11-02T19:37:17.070Z PASS [ 8.048s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
47272023-11-02T19:37:17.493Z PASS [ 7.783s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
47282023-11-02T19:37:17.510Z PASS [ 7.629s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
47292023-11-02T19:37:17.528Z PASS [ 8.306s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
47302023-11-02T19:37:17.539Z PASS [ 7.691s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
47312023-11-02T19:37:17.546Z PASS [ 7.722s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
47322023-11-02T19:37:17.554Z PASS [ 0.057s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
47332023-11-02T19:37:17.568Z PASS [ 7.355s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
47342023-11-02T19:37:17.577Z PASS [ 7.135s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
47352023-11-02T19:37:17.585Z PASS [ 8.255s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
47362023-11-02T19:37:17.592Z PASS [ 7.943s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
47372023-11-02T19:37:17.600Z PASS [ 7.518s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
47382023-11-02T19:37:17.607Z PASS [ 7.783s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
47392023-11-02T19:37:17.667Z PASS [ 8.829s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
47402023-11-02T19:37:17.672Z PASS [ 7.892s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
47412023-11-02T19:37:17.680Z PASS [ 7.969s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
47422023-11-02T19:37:17.693Z PASS [ 7.649s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
47432023-11-02T19:37:17.706Z PASS [ 7.598s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
47442023-11-02T19:37:17.734Z PASS [ 7.555s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
47452023-11-02T19:37:17.746Z PASS [ 0.044s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
47462023-11-02T19:37:17.756Z PASS [ 7.600s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
47472023-11-02T19:37:17.762Z PASS [ 7.823s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
47482023-11-02T19:37:17.769Z PASS [ 0.142s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
47492023-11-02T19:37:17.777Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
47502023-11-02T19:37:17.786Z PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
47512023-11-02T19:37:17.795Z PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
47522023-11-02T19:37:17.809Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
47532023-11-02T19:37:18.380Z PASS [ 7.795s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
47542023-11-02T19:37:18.945Z PASS [ 7.610s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
47552023-11-02T19:37:19.461Z PASS [ 7.643s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
47562023-11-02T19:37:19.471Z PASS [ 7.646s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
47572023-11-02T19:37:19.506Z PASS [ 0.042s] nexus-defaults tests::test_random_vpc_ipv6_prefix
47582023-11-02T19:37:19.550Z PASS [ 0.072s] nexus-inventory builder::test::test_basic
47592023-11-02T19:37:19.559Z PASS [ 0.055s] nexus-inventory builder::test::test_empty
47602023-11-02T19:37:19.597Z PASS [ 0.051s] nexus-inventory builder::test::test_problems
47612023-11-02T19:37:20.096Z PASS [ 0.530s] nexus-inventory collector::test::test_basic
47622023-11-02T19:37:20.376Z PASS [ 0.770s] nexus-inventory collector::test::test_multi_mgs
47632023-11-02T19:37:20.845Z PASS [ 0.042s] nexus-types external_api::shared::test::test_policy_parsing
47642023-11-02T19:37:20.854Z PASS [ 0.146s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
47652023-11-02T19:37:20.859Z PASS [ 0.057s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
47662023-11-02T19:37:20.865Z PASS [ 0.089s] omicron-certificates tests::test_cert_extended_key_usage
47672023-11-02T19:37:20.922Z PASS [ 0.619s] nexus-inventory collector::test::test_multi_mgs_failure
47682023-11-02T19:37:20.926Z PASS [ 0.077s] omicron-certificates tests::test_subject_alternate_names_are_validated
47692023-11-02T19:37:20.929Z PASS [ 0.099s] omicron-certificates tests::test_common_name_is_validated
47702023-11-02T19:37:20.932Z PASS [ 0.040s] omicron-common address::test::test_dns_subnets
47712023-11-02T19:37:20.935Z PASS [ 0.036s] omicron-common address::test::test_ip_range_checks_non_decreasing
47722023-11-02T19:37:20.939Z PASS [ 0.037s] omicron-common address::test::test_ip_range_enum_deserialization
47732023-11-02T19:37:20.942Z PASS [ 0.037s] omicron-common address::test::test_ip_range_iter
47742023-11-02T19:37:20.945Z PASS [ 0.031s] omicron-common address::test::test_ip_range_try_from
47752023-11-02T19:37:20.949Z PASS [ 0.031s] omicron-common address::test::test_ipv6_subnet_deserialize
47762023-11-02T19:37:20.952Z PASS [ 0.027s] omicron-common address::test::test_sled_address
47772023-11-02T19:37:20.955Z PASS [ 0.029s] omicron-common api::external::error::test::test_bail_unless
47782023-11-02T19:37:20.958Z PASS [ 0.030s] omicron-common api::external::error::test::test_context
47792023-11-02T19:37:20.968Z PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_pagination_examples
47802023-11-02T19:37:20.992Z PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_pagination_schemas
47812023-11-02T19:37:21.065Z PASS [ 0.070s] omicron-common api::external::http_pagination::test::test_scan_by_name
47822023-11-02T19:37:21.069Z PASS [ 0.091s] omicron-common api::external::http_pagination::test::test_scan_by_id
47832023-11-02T19:37:21.089Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
47842023-11-02T19:37:21.096Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
47852023-11-02T19:37:21.129Z PASS [ 0.032s] omicron-common api::external::test::test_bytecount
47862023-11-02T19:37:21.155Z PASS [ 0.067s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
47872023-11-02T19:37:21.161Z PASS [ 0.035s] omicron-common api::external::test::test_bytecount_display
47882023-11-02T19:37:21.213Z PASS [ 0.044s] omicron-common api::external::test::test_digest
47892023-11-02T19:37:21.235Z PASS [ 0.044s] omicron-common api::external::test::test_firewall_deserialization
47902023-11-02T19:37:21.247Z PASS [ 0.045s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
47912023-11-02T19:37:21.260Z PASS [ 0.044s] omicron-common api::external::test::test_firewall_rule_target_parse
47922023-11-02T19:37:21.274Z PASS [ 0.026s] omicron-common api::external::test::test_ip_port_range_from_str
47932023-11-02T19:37:21.297Z PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_into_str
47942023-11-02T19:37:21.715Z PASS [ 0.030s] omicron-common api::external::test::test_ipnet_first_last_address
47952023-11-02T19:37:21.726Z PASS [ 0.030s] omicron-common api::external::test::test_ipnet_serde
47962023-11-02T19:37:21.735Z PASS [ 0.028s] omicron-common api::external::test::test_ipv4_net_operations
47972023-11-02T19:37:21.751Z PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations
47982023-11-02T19:37:21.765Z PASS [ 0.029s] omicron-common api::external::test::test_mac_system_iterator
47992023-11-02T19:37:21.789Z PASS [ 0.032s] omicron-common api::external::test::test_mac_to_int_conversions
48002023-11-02T19:37:21.797Z PASS [ 0.031s] omicron-common api::external::test::test_macaddr
48012023-11-02T19:37:21.804Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse
48022023-11-02T19:37:21.807Z PASS [ 0.027s] omicron-common api::external::test::test_name_parse_from_param
48032023-11-02T19:37:21.810Z PASS [ 0.026s] omicron-common api::external::test::test_resource_name_parse
48042023-11-02T19:37:21.813Z PASS [ 0.028s] omicron-common api::external::test::test_role_name_parse
48052023-11-02T19:37:21.816Z PASS [ 0.037s] omicron-common api::external::test::test_route_destination_parse
48062023-11-02T19:37:21.819Z PASS [ 0.034s] omicron-common api::external::test::test_route_target_parse
48072023-11-02T19:37:21.822Z PASS [ 0.034s] omicron-common api::external::test::test_semver_serialize
48082023-11-02T19:37:21.825Z PASS [ 0.031s] omicron-common api::external::test::test_semver_validation
48092023-11-02T19:37:21.828Z PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
48102023-11-02T19:37:21.831Z PASS [ 0.040s] omicron-common ledger::test::test_commit_handles_write_failures
48112023-11-02T19:37:21.834Z PASS [ 0.033s] omicron-common ledger::test::test_create_default_ledger
48122023-11-02T19:37:21.837Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_from_storage
48132023-11-02T19:37:21.840Z PASS [ 0.031s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
48142023-11-02T19:37:21.842Z PASS [ 0.027s] omicron-common nexus_config::test::test_bad_authn_schemes
48152023-11-02T19:37:21.846Z PASS [ 0.029s] omicron-common nexus_config::test::test_config_bad_toml
48162023-11-02T19:37:21.849Z PASS [ 0.028s] omicron-common nexus_config::test::test_config_empty
48172023-11-02T19:37:21.852Z PASS [ 0.027s] omicron-common nexus_config::test::test_config_nonexistent
48182023-11-02T19:37:21.856Z PASS [ 0.039s] omicron-common nexus_config::test::test_deployment_config_schema
48192023-11-02T19:37:21.861Z PASS [ 0.040s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
48202023-11-02T19:37:21.869Z PASS [ 0.035s] omicron-common nexus_config::test::test_valid
48212023-11-02T19:37:21.873Z PASS [ 0.050s] omicron-common nexus_config::test::test_repo_configs_are_valid
48222023-11-02T19:37:21.876Z PASS [ 5.443s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
48232023-11-02T19:37:21.879Z PASS [ 0.026s] omicron-common postgres_config::test::test_example_url
48242023-11-02T19:37:21.881Z PASS [ 0.033s] omicron-common postgres_config::test::test_bad_url
48252023-11-02T19:37:21.885Z PASS [ 0.024s] omicron-common update::tests::serde_artifact_kind
48262023-11-02T19:37:22.231Z PASS [ 5.317s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
48272023-11-02T19:37:22.263Z PASS [ 0.422s] omicron-dev::test_omicron_dev test_cert_create
48282023-11-02T19:37:22.280Z PASS [ 0.105s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
48292023-11-02T19:37:22.297Z PASS [ 0.103s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
48302023-11-02T19:37:22.361Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
48312023-11-02T19:37:22.403Z PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
48322023-11-02T19:37:22.420Z PASS [ 0.044s] omicron-gateway management_switch::location_map::tests::test_config_validation
48332023-11-02T19:37:22.462Z PASS [ 0.041s] omicron-gateway management_switch::location_map::tests::test_resolve_location
48342023-11-02T19:37:22.833Z PASS [ 0.366s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
48352023-11-02T19:37:23.146Z PASS [ 0.314s] omicron-gateway::test_all integration_tests::component_list::component_list
48362023-11-02T19:37:23.317Z PASS [ 7.329s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
48372023-11-02T19:37:23.722Z PASS [ 0.396s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
48382023-11-02T19:37:23.801Z PASS [ 0.652s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
48392023-11-02T19:37:23.824Z PASS [ 7.641s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
48402023-11-02T19:37:23.992Z PASS [ 0.275s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
48412023-11-02T19:37:24.090Z PASS [ 5.706s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
48422023-11-02T19:37:24.156Z PASS [ 5.226s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
48432023-11-02T19:37:27.460Z PASS [ 5.703s] omicron-dev::test_omicron_dev test_db_killed
48442023-11-02T19:37:42.267Z PASS [ 20.429s] omicron-dev::test_omicron_dev test_db_run
48452023-11-02T19:37:49.148Z PASS [ 26.784s] omicron-dev::test_omicron_dev test_run_all
48462023-11-02T19:37:49.806Z PASS [ 25.991s] omicron-nexus app::background::common::test::test_driver_basic
48472023-11-02T19:37:50.029Z PASS [ 25.869s] omicron-nexus app::background::dns_servers::test::test_basic
48482023-11-02T19:37:50.164Z PASS [ 0.131s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
48492023-11-02T19:37:50.554Z PASS [ 26.566s] omicron-nexus app::background::dns_config::test::test_basic
48502023-11-02T19:37:50.664Z PASS [ 0.111s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
48512023-11-02T19:37:50.763Z PASS [ 0.067s] omicron-nexus app::external_endpoints::test::test_no_endpoint
48522023-11-02T19:37:50.827Z PASS [ 0.091s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
48532023-11-02T19:37:50.908Z PASS [ 26.823s] omicron-nexus app::background::dns_propagation::test::test_basic
48542023-11-02T19:37:51.195Z PASS [ 1.384s] omicron-nexus app::external_endpoints::test::test_authority
48552023-11-02T19:37:51.535Z PASS [ 27.741s] omicron-nexus app::background::common::test::test_activation_in_progress
48562023-11-02T19:37:51.635Z PASS [ 24.170s] omicron-nexus app::background::external_endpoints::test::test_basic
48572023-11-02T19:38:01.157Z PASS [ 10.988s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
48582023-11-02T19:38:06.349Z PASS [ 24.146s] omicron-nexus app::background::init::test::test_dns_propagation_basic
48592023-11-02T19:38:18.120Z PASS [ 26.582s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
48602023-11-02T19:38:19.231Z PASS [ 30.081s] omicron-nexus app::background::inventory_collection::test::test_basic
48612023-11-02T19:38:20.034Z PASS [ 28.401s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
48622023-11-02T19:38:20.257Z PASS [ 29.052s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
48632023-11-02T19:38:24.493Z PASS [ 33.570s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
48642023-11-02T19:38:25.484Z PASS [ 34.572s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
48652023-11-02T19:38:29.955Z PASS [ 28.800s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
48662023-11-02T19:38:50.825Z PASS [ 30.797s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
48672023-11-02T19:38:53.518Z PASS [ 33.883s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
48682023-11-02T19:38:53.525Z PASS [ 33.260s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
48692023-11-02T19:38:57.043Z PASS [ 32.236s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
48702023-11-02T19:39:02.887Z PASS [ 32.944s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
48712023-11-02T19:39:06.352Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48722023-11-02T19:39:18.121Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48732023-11-02T19:39:23.610Z PASS [ 30.110s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
48742023-11-02T19:39:24.566Z PASS [ 31.457s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
48752023-11-02T19:39:25.479Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48762023-11-02T19:39:26.707Z PASS [ 23.814s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
48772023-11-02T19:39:26.774Z PASS [ 0.071s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
48782023-11-02T19:39:30.359Z PASS [ 39.504s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
48792023-11-02T19:39:31.347Z PASS [ 34.720s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
48802023-11-02T19:39:40.975Z PASS [ 75.493s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
48812023-11-02T19:39:52.720Z PASS [ 106.381s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
48822023-11-02T19:39:58.134Z PASS [ 31.357s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
48832023-11-02T19:40:03.042Z PASS [ 22.071s] omicron-nexus app::sagas::test_saga::test_saga_stuck
48842023-11-02T19:40:04.378Z PASS [ 34.050s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
48852023-11-02T19:40:06.131Z PASS [ 108.011s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
48862023-11-02T19:40:13.180Z PASS [ 41.412s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
48872023-11-02T19:40:29.905Z PASS [ 24.826s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
48882023-11-02T19:40:30.701Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48892023-11-02T19:40:30.837Z PASS [ 31.735s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
48902023-11-02T19:40:30.934Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
48912023-11-02T19:40:31.046Z PASS [ 21.008s] omicron-nexus app::update::tests::test_semver_max
48922023-11-02T19:40:31.130Z PASS [ 0.090s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
48932023-11-02T19:40:31.263Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
48942023-11-02T19:40:31.302Z PASS [ 22.559s] omicron-nexus app::update::tests::test_populate_mock_system_updates
48952023-11-02T19:40:31.760Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
48962023-11-02T19:40:31.798Z PASS [ 0.068s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
48972023-11-02T19:40:31.818Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
48982023-11-02T19:40:31.843Z PASS [ 0.070s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
48992023-11-02T19:40:31.884Z PASS [ 0.081s] omicron-nexus external_api::console_api::test::test_relative_uri
49002023-11-02T19:40:31.974Z PASS [ 0.179s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
49012023-11-02T19:40:32.061Z PASS [ 22.275s] omicron-nexus app::update::tests::test_system_updates
49022023-11-02T19:40:34.343Z PASS [ 9.887s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
49032023-11-02T19:40:36.973Z PASS [ 24.215s] omicron-nexus app::update::tests::test_update_deployments
49042023-11-02T19:40:44.825Z PASS [ 10.483s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
49052023-11-02T19:40:44.973Z PASS [ 0.148s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
49062023-11-02T19:40:45.734Z PASS [ 22.779s] omicron-nexus app::update::tests::test_updateable_components
49072023-11-02T19:40:47.123Z PASS [ 10.147s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
49082023-11-02T19:40:48.858Z PASS [ 22.916s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
49092023-11-02T19:40:49.886Z PASS [ 21.488s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
49102023-11-02T19:41:09.140Z PASS [ 23.181s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
49112023-11-02T19:41:09.148Z PASS [ 23.981s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
49122023-11-02T19:41:11.087Z PASS [ 23.968s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
49132023-11-02T19:41:11.588Z PASS [ 22.696s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
49142023-11-02T19:41:14.116Z PASS [ 24.231s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
49152023-11-02T19:41:23.616Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49162023-11-02T19:41:24.559Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49172023-11-02T19:41:25.761Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
49182023-11-02T19:41:31.101Z PASS [ 22.140s] omicron-nexus::test_all integration_tests::basic::test_ping
49192023-11-02T19:41:31.109Z PASS [ 22.181s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
49202023-11-02T19:41:35.182Z PASS [ 130.624s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
49212023-11-02T19:41:35.998Z PASS [ 21.881s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
49222023-11-02T19:41:39.645Z PASS [ 73.890s] omicron-nexus populate::test::test_populators
49232023-11-02T19:41:46.990Z PASS [ 30.857s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
49242023-11-02T19:41:49.962Z PASS [ 38.431s] omicron-nexus::test_all integration_tests::basic::test_projects_list
49252023-11-02T19:41:54.314Z PASS [ 23.213s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
49262023-11-02T19:41:54.648Z PASS [ 0.308s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
49272023-11-02T19:41:54.757Z PASS [ 0.145s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
49282023-11-02T19:41:54.829Z PASS [ 23.731s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
49292023-11-02T19:41:54.902Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
49302023-11-02T19:41:55.482Z PASS [ 0.565s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
49312023-11-02T19:41:56.054Z PASS [ 1.223s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
49322023-11-02T19:41:58.648Z PASS [ 23.451s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
49332023-11-02T19:42:00.050Z PASS [ 24.023s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
49342023-11-02T19:42:04.991Z PASS [ 23.049s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
49352023-11-02T19:42:05.939Z PASS [ 26.287s] omicron-nexus::test_all integration_tests::certificates::test_crud
49362023-11-02T19:42:18.976Z PASS [ 22.918s] omicron-nexus::test_all integration_tests::console_api::test_assets
49372023-11-02T19:42:19.061Z PASS [ 23.593s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
49382023-11-02T19:42:22.651Z PASS [ 24.007s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
49392023-11-02T19:42:23.603Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49402023-11-02T19:42:23.829Z PASS [ 33.873s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
49412023-11-02T19:42:28.873Z PASS [ 22.943s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
49422023-11-02T19:42:28.951Z PASS [ 28.932s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
49432023-11-02T19:42:35.573Z PASS [ 30.577s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
49442023-11-02T19:42:45.528Z PASS [ 24.425s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
49452023-11-02T19:42:45.791Z PASS [ 24.578s] omicron-nexus::test_all integration_tests::console_api::test_session_me
49462023-11-02T19:42:47.419Z PASS [ 23.587s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
49472023-11-02T19:42:52.060Z PASS [ 29.422s] omicron-nexus::test_all integration_tests::console_api::test_sessions
49482023-11-02T19:42:52.827Z PASS [ 23.953s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
49492023-11-02T19:42:57.550Z PASS [ 28.592s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
49502023-11-02T19:43:13.879Z PASS [ 30.298s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
49512023-11-02T19:43:13.903Z PASS [ 30.417s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
49522023-11-02T19:43:15.994Z PASS [ 28.573s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
49532023-11-02T19:43:17.935Z PASS [ 25.875s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
49542023-11-02T19:43:18.266Z PASS [ 42.689s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
49552023-11-02T19:43:23.627Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49562023-11-02T19:43:35.055Z PASS [ 41.709s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
49572023-11-02T19:43:47.517Z PASS [ 27.916s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
49582023-11-02T19:44:03.048Z PASS [ 26.185s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
49592023-11-02T19:44:03.312Z PASS [ 26.110s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
49602023-11-02T19:44:03.484Z PASS [ 30.052s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
49612023-11-02T19:44:07.391Z PASS [ 57.300s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
49622023-11-02T19:44:07.945Z PASS [ 26.750s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
49632023-11-02T19:44:08.087Z PASS [ 53.091s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
49642023-11-02T19:44:08.369Z PASS [ 26.534s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
49652023-11-02T19:44:14.283Z PASS [ 28.245s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
49662023-11-02T19:44:16.613Z PASS [ 32.497s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
49672023-11-02T19:44:23.604Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49682023-11-02T19:44:28.830Z PASS [ 33.987s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
49692023-11-02T19:44:31.340Z PASS [ 46.979s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
49702023-11-02T19:44:32.736Z PASS [ 31.448s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
49712023-11-02T19:44:36.277Z PASS [ 27.860s] omicron-nexus::test_all integration_tests::images::test_image_create
49722023-11-02T19:44:36.323Z PASS [ 29.385s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
49732023-11-02T19:44:41.628Z PASS [ 27.344s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length
49742023-11-02T19:44:44.357Z PASS [ 27.738s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size
49752023-11-02T19:44:56.023Z PASS [ 27.194s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url
49762023-11-02T19:44:59.639Z PASS [ 27.885s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404
49772023-11-02T19:45:03.847Z PASS [ 31.114s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
49782023-11-02T19:45:08.179Z PASS [ 31.855s] omicron-nexus::test_all integration_tests::images::test_image_promotion
49792023-11-02T19:45:10.361Z PASS [ 346.754s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
49802023-11-02T19:45:11.955Z PASS [ 30.327s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
49812023-11-02T19:45:13.193Z PASS [ 28.835s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
49822023-11-02T19:45:13.554Z PASS [ 9.709s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
49832023-11-02T19:45:15.072Z PASS [ 38.455s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
49842023-11-02T19:45:20.053Z PASS [ 11.881s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
49852023-11-02T19:45:20.964Z PASS [ 10.583s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
49862023-11-02T19:45:23.115Z PASS [ 11.157s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
49872023-11-02T19:45:27.367Z PASS [ 31.321s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
49882023-11-02T19:45:27.406Z PASS [ 28.182s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
49892023-11-02T19:45:40.583Z PASS [ 27.400s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
49902023-11-02T19:45:50.624Z PASS [ 23.265s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
49912023-11-02T19:45:50.907Z PASS [ 36.243s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
49922023-11-02T19:45:59.298Z PASS [ 38.367s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
49932023-11-02T19:46:04.398Z PASS [ 41.290s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
49942023-11-02T19:46:07.580Z PASS [ 47.527s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
49952023-11-02T19:46:08.474Z PASS [ 41.069s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
49962023-11-02T19:46:10.483Z PASS [ 56.907s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
49972023-11-02T19:46:22.222Z PASS [ 31.616s] omicron-nexus::test_all integration_tests::instances::test_instance_access
49982023-11-02T19:46:29.522Z PASS [ 38.616s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
49992023-11-02T19:46:38.637Z PASS [ 39.341s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
50002023-11-02T19:46:40.589Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50012023-11-02T19:46:41.949Z PASS [ 34.366s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
50022023-11-02T19:46:45.166Z PASS [ 40.760s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
50032023-11-02T19:46:45.992Z PASS [ 37.471s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
50042023-11-02T19:46:56.196Z PASS [ 45.736s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
50052023-11-02T19:47:10.057Z PASS [ 40.530s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
50062023-11-02T19:47:15.432Z PASS [ 53.208s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
50072023-11-02T19:47:17.293Z PASS [ 38.648s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
50082023-11-02T19:47:17.682Z PASS [ 97.104s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
50092023-11-02T19:47:22.443Z PASS [ 37.274s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
50102023-11-02T19:47:25.471Z PASS [ 43.523s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
50112023-11-02T19:47:37.822Z PASS [ 43.947s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
50122023-11-02T19:47:37.869Z PASS [ 27.221s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
50132023-11-02T19:47:43.317Z PASS [ 46.531s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
50142023-11-02T19:47:49.465Z PASS [ 28.096s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
50152023-11-02T19:47:49.743Z PASS [ 24.155s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
50162023-11-02T19:47:51.149Z PASS [ 33.467s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
50172023-11-02T19:47:53.667Z PASS [ 31.225s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
50182023-11-02T19:47:54.627Z PASS [ 39.203s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
50192023-11-02T19:48:15.086Z PASS [ 22.380s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
50202023-11-02T19:48:15.347Z PASS [ 32.063s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
50212023-11-02T19:48:15.488Z PASS [ 24.901s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
50222023-11-02T19:48:15.717Z PASS [ 24.527s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
50232023-11-02T19:48:15.908Z PASS [ 46.009s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
50242023-11-02T19:48:18.142Z PASS [ 24.479s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
50252023-11-02T19:48:18.183Z PASS [ 35.446s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
50262023-11-02T19:48:18.793Z PASS [ 24.157s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
50272023-11-02T19:48:34.457Z PASS [ 25.118s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
50282023-11-02T19:48:46.207Z PASS [ 24.065s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
50292023-11-02T19:48:46.898Z PASS [ 22.905s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo
50302023-11-02T19:48:46.926Z PASS [ 23.930s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
50312023-11-02T19:48:46.964Z PASS [ 25.710s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
50322023-11-02T19:48:46.978Z PASS [ 36.359s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project
50332023-11-02T19:48:47.000Z PASS [ 25.395s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
50342023-11-02T19:48:52.690Z PASS [ 34.562s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
50352023-11-02T19:49:01.862Z PASS [ 23.274s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
50362023-11-02T19:49:09.343Z PASS [ 30.536s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
50372023-11-02T19:49:11.482Z PASS [ 27.281s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
50382023-11-02T19:49:11.608Z PASS [ 27.491s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
50392023-11-02T19:49:19.636Z PASS [ 40.022s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
50402023-11-02T19:49:20.443Z PASS [ 27.733s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
50412023-11-02T19:49:36.938Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50422023-11-02T19:49:38.218Z PASS [ 26.729s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
50432023-11-02T19:49:42.715Z PASS [ 55.403s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
50442023-11-02T19:49:49.457Z PASS [ 75.014s] omicron-nexus::test_all integration_tests::metrics::test_metrics
50452023-11-02T19:49:56.591Z PASS [ 36.167s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
50462023-11-02T19:49:58.316Z PASS [ 56.379s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
50472023-11-02T19:50:04.581Z PASS [ 55.214s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
50482023-11-02T19:50:12.469Z PASS [ 46.372s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
50492023-11-02T19:50:12.731Z PASS [ 55.611s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
50502023-11-02T19:50:12.796Z PASS [ 27.985s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
50512023-11-02T19:50:17.270Z PASS [ 39.080s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
50522023-11-02T19:50:28.929Z PASS [ 39.437s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url
50532023-11-02T19:50:31.117Z PASS [ 25.124s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
50542023-11-02T19:50:33.452Z PASS [ 26.183s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
50552023-11-02T19:50:37.068Z PASS [ 29.848s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
50562023-11-02T19:50:45.843Z PASS [ 28.572s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
50572023-11-02T19:50:51.955Z PASS [ 55.345s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
50582023-11-02T19:50:57.133Z PASS [ 58.895s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
50592023-11-02T19:50:57.468Z PASS [ 26.229s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
50602023-11-02T19:50:58.007Z PASS [ 24.562s] omicron-nexus::test_all integration_tests::projects::test_projects
50612023-11-02T19:51:00.081Z PASS [ 21.461s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
50622023-11-02T19:51:04.550Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
50632023-11-02T19:51:06.303Z PASS [ 37.408s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
50642023-11-02T19:51:08.641Z PASS [ 22.800s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
50652023-11-02T19:51:18.335Z PASS [ 26.407s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
50662023-11-02T19:51:18.512Z PASS [ 0.172s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
50672023-11-02T19:51:18.654Z PASS [ 0.145s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
50682023-11-02T19:51:18.801Z PASS [ 0.149s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
50692023-11-02T19:51:18.967Z PASS [ 0.148s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
50702023-11-02T19:51:19.158Z PASS [ 0.200s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
50712023-11-02T19:51:21.411Z PASS [ 76.866s] omicron-nexus::test_all integration_tests::password_login::test_local_users
50722023-11-02T19:51:21.676Z PASS [ 24.536s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
50732023-11-02T19:51:22.594Z PASS [ 24.592s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
50742023-11-02T19:51:22.621Z PASS [ 24.100s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
50752023-11-02T19:51:23.940Z PASS [ 26.593s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
50762023-11-02T19:51:34.574Z PASS [ 26.908s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
50772023-11-02T19:51:37.586Z PASS [ 28.884s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
50782023-11-02T19:51:45.495Z PASS [ 26.177s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
50792023-11-02T19:51:45.512Z PASS [ 23.757s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
50802023-11-02T19:51:45.523Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
50812023-11-02T19:51:45.536Z PASS [ 0.077s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment
50822023-11-02T19:51:45.585Z PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
50832023-11-02T19:51:46.595Z PASS [ 25.185s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
50842023-11-02T19:51:46.898Z PASS [ 24.279s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
50852023-11-02T19:51:46.908Z PASS [ 24.314s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
50862023-11-02T19:51:47.645Z PASS [ 23.654s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
50872023-11-02T19:51:58.751Z PASS [ 11.824s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
50882023-11-02T19:51:59.163Z PASS [ 25.954s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
50892023-11-02T19:52:00.013Z PASS [ 12.347s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
50902023-11-02T19:52:01.331Z PASS [ 23.814s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
50912023-11-02T19:52:07.840Z PASS [ 22.308s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
50922023-11-02T19:52:08.045Z PASS [ 22.349s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
50932023-11-02T19:52:08.222Z PASS [ 21.586s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
50942023-11-02T19:52:09.202Z PASS [ 21.873s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
50952023-11-02T19:52:09.230Z PASS [ 10.336s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
50962023-11-02T19:52:09.733Z PASS [ 10.567s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
50972023-11-02T19:52:10.931Z PASS [ 10.989s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
50982023-11-02T19:52:12.055Z PASS [ 10.724s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
50992023-11-02T19:52:13.507Z PASS [ 5.566s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
51002023-11-02T19:52:28.942Z PASS [ 19.877s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
51012023-11-02T19:52:33.248Z PASS [ 23.423s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
51022023-11-02T19:52:33.295Z PASS [ 22.823s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
51032023-11-02T19:52:33.738Z PASS [ 25.400s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
51042023-11-02T19:52:33.831Z PASS [ 22.906s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
51052023-11-02T19:52:34.906Z PASS [ 22.820s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
51062023-11-02T19:52:45.496Z PASS [ 24.273s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
51072023-11-02T19:52:53.583Z PASS [ 24.639s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
51082023-11-02T19:52:56.821Z PASS [ 24.274s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
51092023-11-02T19:52:57.005Z PASS [ 24.813s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
51102023-11-02T19:52:58.035Z PASS [ 23.160s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
51112023-11-02T19:52:58.110Z PASS [ 50.307s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
51122023-11-02T19:52:58.134Z PASS [ 24.552s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
51132023-11-02T19:53:00.582Z PASS [ 26.745s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
51142023-11-02T19:53:00.837Z PASS [ 23.002s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
51152023-11-02T19:53:18.283Z PASS [ 24.684s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
51162023-11-02T19:53:22.185Z PASS [ 24.074s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
51172023-11-02T19:53:22.750Z PASS [ 24.612s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
51182023-11-02T19:53:22.753Z PASS [ 24.711s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
51192023-11-02T19:53:23.692Z PASS [ 26.866s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
51202023-11-02T19:53:25.098Z PASS [ 24.325s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
51212023-11-02T19:53:25.238Z PASS [ 24.663s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
51222023-11-02T19:53:33.588Z PASS [ 36.580s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
51232023-11-02T19:53:43.171Z PASS [ 24.898s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
51242023-11-02T19:53:47.958Z PASS [ 22.863s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
51252023-11-02T19:53:48.662Z PASS [ 25.911s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
51262023-11-02T19:53:52.258Z PASS [ 30.072s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
51272023-11-02T19:53:56.498Z PASS [ 32.804s] omicron-nexus::test_all integration_tests::silos::test_silos
51282023-11-02T19:53:56.639Z PASS [ 33.885s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
51292023-11-02T19:53:56.884Z PASS [ 31.646s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
51302023-11-02T19:53:57.604Z PASS [ 24.017s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
51312023-11-02T19:54:12.557Z PASS [ 29.386s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
51322023-11-02T19:54:13.317Z PASS [ 25.357s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
51332023-11-02T19:54:18.646Z PASS [ 22.146s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
51342023-11-02T19:54:21.197Z PASS [ 24.563s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
51352023-11-02T19:54:22.580Z PASS [ 25.695s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
51362023-11-02T19:54:23.260Z PASS [ 25.655s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
51372023-11-02T19:54:27.292Z PASS [ 38.631s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
51382023-11-02T19:54:34.879Z PASS [ 42.617s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
51392023-11-02T19:54:45.126Z PASS [ 23.935s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
51402023-11-02T19:54:48.890Z PASS [ 21.594s] omicron-nexus::test_all integration_tests::system_updates::test_get_update
51412023-11-02T19:54:49.948Z PASS [ 31.310s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
51422023-11-02T19:54:50.509Z PASS [ 27.222s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
51432023-11-02T19:54:50.840Z PASS [ 38.290s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
51442023-11-02T19:54:57.198Z PASS [ 22.331s] omicron-nexus::test_all integration_tests::system_updates::test_list_components
51452023-11-02T19:54:58.316Z PASS [ 1.116s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
51462023-11-02T19:55:00.302Z PASS [ 46.989s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
51472023-11-02T19:55:00.790Z PASS [ 38.209s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
51482023-11-02T19:55:08.307Z PASS [ 23.183s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components
51492023-11-02T19:55:12.186Z PASS [ 23.296s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates
51502023-11-02T19:55:12.545Z PASS [ 22.594s] omicron-nexus::test_all integration_tests::system_updates::test_system_version
51512023-11-02T19:55:13.508Z PASS [ 23.035s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments
51522023-11-02T19:55:21.066Z PASS [ 22.751s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
51532023-11-02T19:55:24.062Z PASS [ 23.277s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
51542023-11-02T19:55:25.224Z PASS [ 24.922s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
51552023-11-02T19:55:40.729Z PASS [ 32.414s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
51562023-11-02T19:55:48.661Z PASS [ 36.124s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
51572023-11-02T19:55:48.903Z PASS [ 35.319s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
51582023-11-02T19:55:54.305Z PASS [ 37.378s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
51592023-11-02T19:55:54.354Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51602023-11-02T19:55:56.298Z PASS [ 35.229s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
51612023-11-02T19:55:59.311Z PASS [ 35.240s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
51622023-11-02T19:56:00.870Z PASS [ 35.648s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
51632023-11-02T19:56:14.494Z PASS [ 24.273s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
51642023-11-02T19:56:17.881Z PASS [ 37.159s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
51652023-11-02T19:56:25.883Z PASS [ 37.209s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
51662023-11-02T19:56:27.137Z PASS [ 38.305s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
51672023-11-02T19:56:40.785Z PASS [ 44.486s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
51682023-11-02T19:56:43.481Z PASS [ 112.647s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
51692023-11-02T19:56:43.989Z PASS [ 44.690s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
51702023-11-02T19:56:55.535Z PASS [ 54.670s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
51712023-11-02T19:57:04.732Z PASS [ 20.736s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
51722023-11-02T19:57:06.404Z PASS [ 52.577s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
51732023-11-02T19:57:06.881Z PASS [ 39.752s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
51742023-11-02T19:57:09.365Z PASS [ 51.479s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
51752023-11-02T19:57:16.524Z PASS [ 20.987s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
51762023-11-02T19:57:18.194Z PASS [ 34.716s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
51772023-11-02T19:57:19.553Z PASS [ 53.681s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
51782023-11-02T19:57:19.728Z PASS [ 38.949s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
51792023-11-02T19:57:27.091Z PASS [ 22.363s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
51802023-11-02T19:57:28.520Z PASS [ 22.111s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
51812023-11-02T19:57:29.207Z PASS [ 22.321s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
51822023-11-02T19:57:31.766Z PASS [ 22.414s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
51832023-11-02T19:57:39.891Z PASS [ 23.368s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
51842023-11-02T19:57:41.834Z PASS [ 23.640s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
51852023-11-02T19:57:42.110Z PASS [ 22.558s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
51862023-11-02T19:57:42.571Z PASS [ 22.499s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
51872023-11-02T19:57:49.988Z PASS [ 22.900s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
51882023-11-02T19:57:51.783Z PASS [ 23.266s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
51892023-11-02T19:57:53.859Z PASS [ 24.656s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
51902023-11-02T19:57:56.195Z PASS [ 24.426s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
51912023-11-02T19:58:19.765Z PASS [ 24.295s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
51922023-11-02T19:58:19.840Z PASS [ 23.343s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
51932023-11-02T19:58:20.026Z PASS [ 23.978s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
51942023-11-02T19:58:20.097Z PASS [ 29.260s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
51952023-11-02T19:58:21.547Z PASS [ 31.512s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
51962023-11-02T19:58:25.048Z PASS [ 31.190s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
51972023-11-02T19:58:26.267Z PASS [ 22.080s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
51982023-11-02T19:58:26.334Z PASS [ 0.060s] omicron-package dot::test::test_bad_dependency
51992023-11-02T19:58:26.370Z PASS [ 0.042s] omicron-package dot::test::test_dot_output
52002023-11-02T19:58:27.271Z PASS [ 35.489s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
52012023-11-02T19:58:27.303Z PASS [ 0.030s] omicron-passwords test::test_password_constraints
52022023-11-02T19:58:27.736Z PASS [ 22.290s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
52032023-11-02T19:58:28.358Z PASS [ 32.166s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
52042023-11-02T19:58:28.428Z PASS [ 0.068s] omicron-passwords test::test_stable
52052023-11-02T19:58:28.471Z PASS [ 0.028s] omicron-passwords test::test_weak_hashes
52062023-11-02T19:58:28.526Z PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path
52072023-11-02T19:58:28.663Z PASS [ 0.090s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
52082023-11-02T19:58:29.084Z PASS [ 0.029s] omicron-rpaths internal::tests::test_emit_rpath
52092023-11-02T19:58:29.097Z PASS [ 0.093s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
52102023-11-02T19:58:29.105Z PASS [ 22.917s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
52112023-11-02T19:58:29.115Z PASS [ 0.077s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
52122023-11-02T19:58:29.127Z PASS [ 0.120s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
52132023-11-02T19:58:29.138Z PASS [ 0.049s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
52142023-11-02T19:58:29.148Z PASS [ 0.063s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
52152023-11-02T19:58:29.160Z PASS [ 0.075s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization
52162023-11-02T19:58:29.596Z PASS [ 0.062s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
52172023-11-02T19:58:29.606Z PASS [ 0.049s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
52182023-11-02T19:58:29.617Z PASS [ 0.050s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
52192023-11-02T19:58:29.628Z PASS [ 0.045s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
52202023-11-02T19:58:30.059Z PASS [ 0.045s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
52212023-11-02T19:58:30.076Z PASS [ 0.047s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
52222023-11-02T19:58:30.094Z PASS [ 0.045s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
52232023-11-02T19:58:30.114Z PASS [ 0.054s] omicron-sled-agent config::test::test_smf_configs
52242023-11-02T19:58:30.139Z PASS [ 0.044s] omicron-sled-agent profile::tests::empty_profile
52252023-11-02T19:58:30.151Z PASS [ 0.066s] omicron-sled-agent profile::tests::test_instance
52262023-11-02T19:58:30.159Z PASS [ 0.071s] omicron-sled-agent profile::tests::test_multiple
52272023-11-02T19:58:30.166Z PASS [ 0.074s] omicron-sled-agent profile::tests::test_property
52282023-11-02T19:58:30.174Z PASS [ 0.061s] omicron-sled-agent profile::tests::test_property_group
52292023-11-02T19:58:30.181Z PASS [ 0.067s] omicron-sled-agent profile::tests::test_service
52302023-11-02T19:58:30.186Z PASS [ 0.059s] omicron-sled-agent profile::tests::test_service_property_group
52312023-11-02T19:58:30.190Z PASS [ 0.053s] omicron-sled-agent rack_setup::config::test::test_subnets
52322023-11-02T19:58:30.194Z PASS [ 0.095s] omicron-sled-agent rack_setup::config::test::test_extra_certs
52332023-11-02T19:58:30.198Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
52342023-11-02T19:58:30.203Z PASS [ 0.062s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
52352023-11-02T19:58:30.207Z PASS [ 0.056s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
52362023-11-02T19:58:30.212Z PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema
52372023-11-02T19:58:30.219Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
52382023-11-02T19:58:30.222Z PASS [ 0.053s] omicron-sled-agent services::test::test_all_zone_requests_schema
52392023-11-02T19:58:30.225Z PASS [ 0.044s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
52402023-11-02T19:58:30.228Z PASS [ 4.692s] omicron-omdb::test_all_output test_omdb_usage_errors
52412023-11-02T19:58:30.231Z PASS [ 0.340s] omicron-sled-agent services::test::test_ensure_service
52422023-11-02T19:58:30.234Z PASS [ 0.325s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
52432023-11-02T19:58:30.237Z PASS [ 0.242s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
52442023-11-02T19:58:30.240Z PASS [ 0.049s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
52452023-11-02T19:58:30.243Z PASS [ 0.071s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
52462023-11-02T19:58:30.246Z PASS [ 0.059s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
52472023-11-02T19:58:30.250Z PASS [ 0.056s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
52482023-11-02T19:58:30.253Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
52492023-11-02T19:58:30.258Z PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
52502023-11-02T19:58:30.262Z PASS [ 0.238s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
52512023-11-02T19:58:30.265Z PASS [ 0.063s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
52522023-11-02T19:58:30.268Z PASS [ 0.046s] omicron-sled-agent storage::dataset::test::serialize_dataset_name
52532023-11-02T19:58:30.271Z PASS [ 0.046s] omicron-sled-agent updates::test::test_query_no_components
52542023-11-02T19:58:30.275Z PASS [ 0.050s] omicron-sled-agent updates::test::test_query_sled_agent_version
52552023-11-02T19:58:30.279Z PASS [ 0.057s] omicron-sled-agent updates::test::test_query_zone_version
52562023-11-02T19:58:30.292Z PASS [ 0.047s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
52572023-11-02T19:58:30.504Z PASS [ 0.284s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
52582023-11-02T19:58:30.572Z PASS [ 0.057s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
52592023-11-02T19:58:30.770Z PASS [ 0.492s] omicron-sled-agent zone_bundle::illumos_tests::test_context
52602023-11-02T19:58:30.965Z PASS [ 3.667s] omicron-passwords test::test_reproducible
52612023-11-02T19:58:31.409Z PASS [ 0.640s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
52622023-11-02T19:58:31.429Z PASS [ 1.154s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
52632023-11-02T19:58:31.459Z PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
52642023-11-02T19:58:31.496Z PASS [ 0.084s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
52652023-11-02T19:58:31.529Z PASS [ 0.069s] omicron-sled-agent zone_bundle::tests::test_disk_usage
52662023-11-02T19:58:31.541Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
52672023-11-02T19:58:31.575Z PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
52682023-11-02T19:58:31.591Z PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
52692023-11-02T19:58:31.925Z PASS [ 0.333s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
52702023-11-02T19:58:31.960Z PASS [ 0.381s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
52712023-11-02T19:58:31.980Z PASS [ 1.008s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
52722023-11-02T19:58:32.051Z PASS [ 0.077s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
52732023-11-02T19:58:32.161Z PASS [ 0.225s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
52742023-11-02T19:58:32.185Z PASS [ 0.041s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
52752023-11-02T19:58:32.643Z PASS [ 0.041s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
52762023-11-02T19:58:32.648Z PASS [ 0.295s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
52772023-11-02T19:58:32.652Z PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
52782023-11-02T19:58:32.656Z PASS [ 0.088s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
52792023-11-02T19:58:32.660Z PASS [ 1.816s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
52802023-11-02T19:58:32.688Z PASS [ 0.402s] omicron-test-utils dev::db::test::test_bad_cmd
52812023-11-02T19:58:33.027Z PASS [ 0.710s] omicron-test-utils dev::db::test::test_cmd_fails
52822023-11-02T19:58:33.072Z PASS [ 0.047s] omicron-test-utils dev::db::test::test_make_pg_config_fail
52832023-11-02T19:58:33.100Z PASS [ 1.045s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
52842023-11-02T19:58:33.110Z PASS [ 0.038s] omicron-test-utils dev::db::test::test_make_pg_config_ok
52852023-11-02T19:58:33.136Z PASS [ 0.448s] omicron-test-utils dev::db::test::test_database_start_hang
52862023-11-02T19:58:33.148Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_process_exit_abnormal
52872023-11-02T19:58:33.215Z PASS [ 0.056s] omicron-test-utils dev::db::test::test_process_exit_normal
52882023-11-02T19:58:35.710Z LEAK [ 2.573s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
52892023-11-02T19:58:35.755Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_starter_tmpdir
52902023-11-02T19:58:35.813Z PASS [ 0.059s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
52912023-11-02T19:58:35.860Z PASS [ 0.044s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
52922023-11-02T19:58:35.944Z PASS [ 0.085s] oximeter histogram::tests::test_bin_range
52932023-11-02T19:58:35.984Z PASS [ 0.038s] oximeter histogram::tests::test_bin_range_from
52942023-11-02T19:58:36.018Z PASS [ 0.037s] oximeter histogram::tests::test_bin_range_to
52952023-11-02T19:58:36.058Z PASS [ 0.038s] oximeter histogram::tests::test_ensure_finite
52962023-11-02T19:58:36.103Z PASS [ 0.041s] oximeter histogram::tests::test_foo
52972023-11-02T19:58:36.570Z PASS [ 0.043s] oximeter histogram::tests::test_histogram
52982023-11-02T19:58:36.581Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_extreme_bins
52992023-11-02T19:58:36.592Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_extreme_samples
53002023-11-02T19:58:36.605Z PASS [ 9.881s] omicron-passwords test::test_compatible
53012023-11-02T19:58:36.613Z PASS [ 0.036s] oximeter histogram::tests::test_histogram_float_bins
53022023-11-02T19:58:36.621Z PASS [ 0.038s] oximeter histogram::tests::test_histogram_to_arrays
53032023-11-02T19:58:36.629Z PASS [ 0.039s] oximeter histogram::tests::test_histogram_unbounded_samples
53042023-11-02T19:58:36.643Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_unsorted_bins
53052023-11-02T19:58:36.659Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_with_bins
53062023-11-02T19:58:36.667Z PASS [ 0.037s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
53072023-11-02T19:58:36.675Z PASS [ 0.046s] oximeter histogram::tests::test_histogram_with_overlapping_bins
53082023-11-02T19:58:36.682Z PASS [ 0.045s] oximeter histogram::tests::test_log_linear_bins_all_representable
53092023-11-02T19:58:36.689Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
53102023-11-02T19:58:36.697Z PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
53112023-11-02T19:58:36.706Z PASS [ 0.044s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
53122023-11-02T19:58:36.716Z PASS [ 0.046s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
53132023-11-02T19:58:36.724Z PASS [ 0.054s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
53142023-11-02T19:58:36.729Z PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
53152023-11-02T19:58:36.735Z PASS [ 0.039s] oximeter histogram::tests::test_span_decades
53162023-11-02T19:58:36.748Z PASS [ 0.038s] oximeter histogram::tests::test_span_decades_other_counts_f64
53172023-11-02T19:58:36.761Z PASS [ 0.040s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
53182023-11-02T19:58:36.774Z PASS [ 0.040s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
53192023-11-02T19:58:36.797Z PASS [ 0.033s] oximeter test_util::tests::test_gen_test_samples
53202023-11-02T19:58:36.818Z PASS [ 0.034s] oximeter traits::tests::test_metric_trait
53212023-11-02T19:58:36.835Z PASS [ 0.031s] oximeter traits::tests::test_producer_trait
53222023-11-02T19:58:36.849Z PASS [ 0.034s] oximeter traits::tests::test_target_trait
53232023-11-02T19:58:36.867Z PASS [ 0.047s] oximeter types::tests::test_cumulative_f64
53242023-11-02T19:58:36.891Z PASS [ 0.044s] oximeter types::tests::test_cumulative_i64
53252023-11-02T19:58:36.902Z PASS [ 0.036s] oximeter types::tests::test_datum
53262023-11-02T19:58:36.912Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
53272023-11-02T19:58:36.925Z PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
53282023-11-02T19:58:36.939Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
53292023-11-02T19:58:36.952Z PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
53302023-11-02T19:58:36.965Z PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
53312023-11-02T19:58:36.978Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
53322023-11-02T19:58:36.991Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
53332023-11-02T19:58:37.478Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
53342023-11-02T19:58:37.493Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
53352023-11-02T19:58:37.534Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
53362023-11-02T19:58:37.551Z PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
53372023-11-02T19:58:37.564Z PASS [ 0.032s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
53382023-11-02T19:58:37.573Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
53392023-11-02T19:58:37.586Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
53402023-11-02T19:58:37.597Z PASS [ 0.045s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
53412023-11-02T19:58:37.609Z PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
53422023-11-02T19:58:37.619Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
53432023-11-02T19:58:37.627Z PASS [ 0.039s] oximeter types::tests::test_measurement
53442023-11-02T19:58:37.633Z PASS [ 0.038s] oximeter types::tests::test_sample_struct
53452023-11-02T19:58:37.641Z PASS [ 25.627s] omicron-omdb::test_all_output test_omdb_env_settings
53462023-11-02T19:58:37.653Z PASS [ 0.038s] oximeter types::tests::test_verify_field_names
53472023-11-02T19:58:37.660Z PASS [ 0.191s] oximeter-collector::test_commands test_oximeter_no_args
53482023-11-02T19:58:37.679Z PASS [ 0.345s] oximeter-collector::test_commands test_oximeter_openapi
53492023-11-02T19:58:37.686Z PASS [ 0.064s] oximeter-db client::tests::test_unravel_index
53502023-11-02T19:58:37.692Z PASS [ 0.069s] oximeter-db model::tests::test_db_bool
53512023-11-02T19:58:37.984Z PASS [ 0.392s] oximeter-db model::tests::test_db_bool_bad
53522023-11-02T19:58:38.015Z PASS [ 0.036s] oximeter-db model::tests::test_db_datum_type_conversion
53532023-11-02T19:58:38.061Z PASS [ 0.042s] oximeter-db model::tests::test_db_field_list_conversion
53542023-11-02T19:58:38.098Z PASS [ 0.039s] oximeter-db model::tests::test_db_field_type_conversion
53552023-11-02T19:58:38.140Z PASS [ 0.037s] oximeter-db model::tests::test_db_histogram
53562023-11-02T19:58:38.202Z PASS [ 0.044s] oximeter-db model::tests::test_histogram_to_arrays
53572023-11-02T19:58:38.409Z PASS [ 6.033s] omicron-test-utils dev::db::test::test_database_concurrent
53582023-11-02T19:58:38.422Z PASS [ 0.237s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
53592023-11-02T19:58:38.838Z PASS [ 0.037s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
53602023-11-02T19:58:38.864Z PASS [ 0.040s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
53612023-11-02T19:58:38.871Z PASS [ 0.036s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
53622023-11-02T19:58:38.877Z PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
53632023-11-02T19:58:38.891Z PASS [ 0.041s] oximeter-db model::tests::test_unroll_from_source
53642023-11-02T19:58:38.910Z PASS [ 0.039s] oximeter-db model::tests::test_unroll_measurement_row
53652023-11-02T19:58:38.917Z PASS [ 0.034s] oximeter-db query::tests::test_field_cmp
53662023-11-02T19:58:38.925Z PASS [ 0.038s] oximeter-db query::tests::test_field_selector_as_query
53672023-11-02T19:58:38.933Z PASS [ 0.038s] oximeter-db query::tests::test_field_value_as_db_str
53682023-11-02T19:58:38.942Z PASS [ 5.467s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
53692023-11-02T19:58:38.953Z PASS [ 0.076s] oximeter-db query::tests::test_select_query_builder_field_selectors
53702023-11-02T19:58:38.962Z PASS [ 0.090s] oximeter-db query::tests::test_select_query_builder_filter_raw
53712023-11-02T19:58:38.971Z PASS [ 0.062s] oximeter-db query::tests::test_select_query_builder_from_parts
53722023-11-02T19:58:38.976Z PASS [ 0.079s] oximeter-db query::tests::test_select_query_builder_full
53732023-11-02T19:58:39.000Z PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_limit_offset
53742023-11-02T19:58:39.016Z PASS [ 0.052s] oximeter-db query::tests::test_select_query_builder_no_fields
53752023-11-02T19:58:39.024Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_no_selectors
53762023-11-02T19:58:39.034Z PASS [ 0.051s] oximeter-db query::tests::test_time_range
53772023-11-02T19:58:39.042Z PASS [ 0.075s] oximeter-db query::tests::test_string_field_selector
53782023-11-02T19:58:39.046Z PASS [ 0.047s] oximeter-db tests::test_field_schema_ordering
53792023-11-02T19:58:39.052Z PASS [ 0.055s] oximeter-db tests::test_schema_field_ordering_across_target_metric
53802023-11-02T19:58:39.056Z PASS [ 0.052s] oximeter-db tests::test_timeseries_key_field_stability
53812023-11-02T19:58:39.062Z PASS [ 0.050s] oximeter-db tests::test_timeseries_key_sample_stability
53822023-11-02T19:58:39.068Z PASS [ 0.041s] oximeter-db tests::test_timeseries_name
53832023-11-02T19:58:39.077Z PASS [ 0.051s] oximeter-db tests::test_timeseries_name_from_str
53842023-11-02T19:58:39.085Z PASS [ 0.051s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
53852023-11-02T19:58:39.092Z PASS [ 0.054s] oximeter-instruments http::tests::test_latency_tracker
53862023-11-02T19:58:39.097Z PASS [ 0.043s] oximeter-instruments http::tests::test_normalize_uri_path
53872023-11-02T19:58:39.104Z PASS [ 0.040s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
53882023-11-02T19:58:39.112Z PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name
53892023-11-02T19:58:39.123Z PASS [ 0.036s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
53902023-11-02T19:58:39.130Z PASS [ 0.040s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
53912023-11-02T19:58:39.135Z PASS [ 0.045s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
53922023-11-02T19:58:39.141Z PASS [ 0.043s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field
53932023-11-02T19:58:39.147Z PASS [ 0.048s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field
53942023-11-02T19:58:39.155Z PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum
53952023-11-02T19:58:39.573Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field
53962023-11-02T19:58:39.584Z PASS [ 0.030s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target
53972023-11-02T19:58:39.598Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct
53982023-11-02T19:58:39.607Z PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum
53992023-11-02T19:58:39.616Z PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct
54002023-11-02T19:58:39.625Z PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field
54012023-11-02T19:58:39.679Z PASS [ 0.044s] sled-hardware disk::test::test_disk_paths
54022023-11-02T19:58:39.738Z PASS [ 0.040s] sled-hardware disk::test::test_partition_device_paths
54032023-11-02T19:58:39.754Z PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
54042023-11-02T19:58:39.775Z PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
54052023-11-02T19:58:40.202Z PASS [ 0.050s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
54062023-11-02T19:58:40.213Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
54072023-11-02T19:58:40.232Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
54082023-11-02T19:58:40.247Z PASS [ 0.067s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
54092023-11-02T19:58:40.263Z PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
54102023-11-02T19:58:40.274Z PASS [ 0.040s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
54112023-11-02T19:58:40.283Z PASS [ 0.887s] tufaceous::integration-tests command_tests::test_init_and_add
54122023-11-02T19:58:40.298Z PASS [ 0.042s] tufaceous-lib archive::tests::test_validate_path
54132023-11-02T19:58:40.313Z PASS [ 0.045s] tufaceous-lib key::tests::test_from_str
54142023-11-02T19:58:40.400Z PASS [ 0.148s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
54152023-11-02T19:58:40.805Z PASS [ 0.379s] update-engine buffer::tests::test_buffer
54162023-11-02T19:58:41.230Z PASS [ 0.043s] update-engine engine::tests::error_exits_early
54172023-11-02T19:58:41.238Z PASS [ 0.046s] update-engine events::tests::progress_event_parse_unknown
54182023-11-02T19:58:41.247Z PASS [ 0.042s] update-engine events::tests::step_event_parse_unknown
54192023-11-02T19:58:41.255Z PASS [ 1.620s] tufaceous::manifest-tests check_manifest::fake.toml
54202023-11-02T19:58:41.265Z PASS [ 0.044s] wicket state::inventory::tests::component_id_display
54212023-11-02T19:58:41.278Z PASS [ 0.069s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config
54222023-11-02T19:58:41.288Z PASS [ 1.914s] tufaceous::integration-tests command_tests::test_assemble_fake
54232023-11-02T19:58:41.298Z PASS [ 0.275s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
54242023-11-02T19:58:41.312Z PASS [ 0.057s] wicketd installinator_progress::tests::test_states
54252023-11-02T19:58:41.327Z PASS [ 0.131s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts
54262023-11-02T19:58:41.796Z PASS [ 0.500s] wicketd::mod integration_tests::commands::test_wicketd_openapi
54272023-11-02T19:58:42.957Z PASS [ 1.985s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake
54282023-11-02T19:58:43.125Z PASS [ 1.814s] wicketd::mod integration_tests::inventory::test_inventory
54292023-11-02T19:58:46.582Z PASS [ 3.636s] wicketd::mod integration_tests::updates::test_update_races
54302023-11-02T19:58:46.753Z PASS [ 3.641s] wicketd::mod integration_tests::updates::test_updates
54312023-11-02T19:58:47.510Z PASS [ 5.730s] wicketd::mod integration_tests::updates::test_installinator_fetch
54322023-11-02T19:58:48.245Z PASS [ 15.110s] omicron-test-utils dev::db::test::test_setup_database_default_dir
54332023-11-02T19:58:48.680Z PASS [ 20.954s] omicron-passwords test::test_smoke
54342023-11-02T19:58:49.048Z PASS [ 27.562s] omicron-omdb::test_all_output test_omdb_success_cases
54352023-11-02T19:58:54.462Z PASS [ 17.168s] oximeter-db client::tests::test_single_node
54362023-11-02T19:59:37.138Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
54372023-11-02T20:00:37.126Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
54382023-11-02T20:01:37.127Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
54392023-11-02T20:02:37.128Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
54402023-11-02T20:03:37.535Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
54412023-11-02T20:04:37.123Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
54422023-11-02T20:05:37.227Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
54432023-11-02T20:05:59.807Z PASS [ 442.705s] oximeter-db client::tests::test_replicated
54442023-11-02T20:05:59.812Z------------
54452023-11-02T20:05:59.815Z Summary [2084.762s] 892 tests run: 892 passed (13 slow, 1 leaky), 2 skipped
54462023-11-02T20:05:59.847Z
54472023-11-02T20:05:59.850Zreal 34:56.878976866
54482023-11-02T20:05:59.853Zuser 2:43:49.658739133
54492023-11-02T20:05:59.857Zsys 42:22.618550147
54502023-11-02T20:05:59.860Ztrap 3:11.662061590
54512023-11-02T20:05:59.863Ztflt 6.123143836
54522023-11-02T20:05:59.867Zdflt 24.387790247
54532023-11-02T20:05:59.870Zkflt 0.289285806
54542023-11-02T20:05:59.873Zlock 665:20:32.478406684
54552023-11-02T20:05:59.876Zslp 38:45:13.185526589
54562023-11-02T20:05:59.879Zlat 2:43:42.308770956
54572023-11-02T20:05:59.882Zstop 22:05.721365655
54582023-11-02T20:05:59.885Z
54592023-11-02T20:05:59.888Z ##### #### #### ##### ###### #### #####
54602023-11-02T20:05:59.893Z # # # # # # # # # #
54612023-11-02T20:05:59.898Z # # # # # # ##### #### #
54622023-11-02T20:05:59.905Z # # # # # # # # #
54632023-11-02T20:05:59.909Z # # # # # # # # # # #
54642023-11-02T20:05:59.912Z ##### #### #### # ###### #### #
54652023-11-02T20:05:59.915Z
54662023-11-02T20:06:01.565Z Fresh unicode-ident v1.0.12
54672023-11-02T20:06:01.570Z Fresh cfg-if v1.0.0
54682023-11-02T20:06:02.015Z Fresh autocfg v1.1.0
54692023-11-02T20:06:02.022Z Fresh version_check v0.9.4
54702023-11-02T20:06:02.026Z Fresh proc-macro2 v1.0.67
54712023-11-02T20:06:02.030Z Fresh once_cell v1.18.0
54722023-11-02T20:06:02.038Z Fresh memchr v2.6.3
54732023-11-02T20:06:02.079Z Fresh log v0.4.20
54742023-11-02T20:06:02.088Z Fresh itoa v1.0.9
54752023-11-02T20:06:02.097Z Fresh quote v1.0.33
54762023-11-02T20:06:02.118Z Fresh libc v0.2.149
54772023-11-02T20:06:02.143Z Fresh scopeguard v1.2.0
54782023-11-02T20:06:02.154Z Fresh smallvec v1.11.0
54792023-11-02T20:06:02.162Z Fresh syn v2.0.32
54802023-11-02T20:06:02.169Z Fresh getrandom v0.2.10
54812023-11-02T20:06:02.179Z Fresh syn v1.0.109
54822023-11-02T20:06:02.195Z Fresh jobserver v0.1.26
54832023-11-02T20:06:02.200Z Fresh serde_derive v1.0.188
54842023-11-02T20:06:02.204Z Fresh lock_api v0.4.10
54852023-11-02T20:06:02.229Z Fresh libm v0.2.7
54862023-11-02T20:06:02.233Z Fresh parking_lot_core v0.9.8
54872023-11-02T20:06:02.238Z Fresh cc v1.0.83
54882023-11-02T20:06:02.243Z Fresh ryu v1.0.15
54892023-11-02T20:06:02.249Z Fresh thiserror-impl v1.0.49
54902023-11-02T20:06:02.255Z Fresh serde v1.0.188
54912023-11-02T20:06:02.260Z Fresh num-traits v0.2.16
54922023-11-02T20:06:02.266Z Fresh parking_lot v0.12.1
54932023-11-02T20:06:02.276Z Fresh spin v0.5.2
54942023-11-02T20:06:02.290Z Fresh pin-project-lite v0.2.13
54952023-11-02T20:06:02.315Z Fresh rand_core v0.6.4
54962023-11-02T20:06:02.332Z Fresh signal-hook-registry v1.4.1
54972023-11-02T20:06:02.346Z Fresh bytes v1.5.0
54982023-11-02T20:06:02.358Z Fresh thiserror v1.0.49
54992023-11-02T20:06:02.373Z Fresh mio v0.8.8
55002023-11-02T20:06:02.381Z Fresh bitflags v2.4.0
55012023-11-02T20:06:02.388Z Fresh num_cpus v1.16.0
55022023-11-02T20:06:02.396Z Fresh zeroize_derive v1.4.2
55032023-11-02T20:06:02.404Z Fresh pkg-config v0.3.27
55042023-11-02T20:06:02.411Z Fresh zeroize v1.6.0
55052023-11-02T20:06:02.419Z Fresh tokio-macros v2.1.0
55062023-11-02T20:06:02.426Z Fresh socket2 v0.5.4
55072023-11-02T20:06:02.434Z Fresh fnv v1.0.7
55082023-11-02T20:06:02.442Z Fresh allocator-api2 v0.2.16
55092023-11-02T20:06:02.450Z Fresh ahash v0.8.3
55102023-11-02T20:06:02.465Z Fresh futures-core v0.3.29
55112023-11-02T20:06:02.472Z Fresh tokio v1.33.0
55122023-11-02T20:06:02.883Z Fresh heck v0.4.1
55132023-11-02T20:06:02.891Z Fresh iana-time-zone v0.1.57
55142023-11-02T20:06:03.305Z Fresh futures-sink v0.3.29
55152023-11-02T20:06:03.317Z Fresh pin-utils v0.1.0
55162023-11-02T20:06:03.334Z Fresh hashbrown v0.14.0
55172023-11-02T20:06:03.342Z Fresh chrono v0.4.31
55182023-11-02T20:06:03.348Z Fresh futures-macro v0.3.29
55192023-11-02T20:06:03.358Z Fresh byteorder v1.5.0
55202023-11-02T20:06:03.363Z Fresh slab v0.4.9
55212023-11-02T20:06:03.376Z Fresh equivalent v1.0.1
55222023-11-02T20:06:03.387Z Fresh tinyvec_macros v0.1.1
55232023-11-02T20:06:03.393Z Fresh futures-io v0.3.29
55242023-11-02T20:06:03.400Z Fresh futures-task v0.3.29
55252023-11-02T20:06:03.405Z Fresh futures-channel v0.3.29
55262023-11-02T20:06:03.410Z Fresh tinyvec v1.6.0
55272023-11-02T20:06:03.418Z Fresh indexmap v2.0.0
55282023-11-02T20:06:03.426Z Fresh uuid v1.4.1
55292023-11-02T20:06:03.434Z Fresh aho-corasick v1.0.4
55302023-11-02T20:06:03.444Z Fresh futures-util v0.3.29
55312023-11-02T20:06:03.451Z Fresh typenum v1.16.0
55322023-11-02T20:06:03.458Z Fresh unicode-normalization v0.1.22
55332023-11-02T20:06:03.466Z Fresh regex-syntax v0.8.2
55342023-11-02T20:06:03.473Z Fresh vcpkg v0.2.15
55352023-11-02T20:06:03.483Z Fresh unicode-bidi v0.3.13
55362023-11-02T20:06:03.496Z Fresh lazy_static v1.4.0
55372023-11-02T20:06:03.504Z Fresh generic-array v0.14.7
55382023-11-02T20:06:03.507Z Fresh regex-automata v0.4.3
55392023-11-02T20:06:03.512Z Fresh subtle v2.5.0
55402023-11-02T20:06:03.516Z Fresh percent-encoding v2.3.0
55412023-11-02T20:06:03.520Z Fresh serde_derive_internals v0.26.0
55422023-11-02T20:06:03.523Z Fresh base64 v0.21.5
55432023-11-02T20:06:03.527Z Fresh regex v1.10.2
55442023-11-02T20:06:03.532Z Fresh crypto-common v0.1.6
55452023-11-02T20:06:03.535Z Fresh dyn-clone v1.0.13
55462023-11-02T20:06:03.539Z Fresh schemars_derive v0.8.13
55472023-11-02T20:06:03.543Z Fresh form_urlencoded v1.2.0
55482023-11-02T20:06:03.553Z Fresh tracing-attributes v0.1.26
55492023-11-02T20:06:03.569Z Fresh tracing-core v0.1.31
55502023-11-02T20:06:03.989Z Fresh http v0.2.9
55512023-11-02T20:06:04.423Z Fresh errno v0.3.2
55522023-11-02T20:06:04.427Z Fresh idna v0.4.0
55532023-11-02T20:06:04.431Z Fresh const-oid v0.9.5
55542023-11-02T20:06:04.435Z Fresh ppv-lite86 v0.2.17
55552023-11-02T20:06:04.439Z Fresh spin v0.9.8
55562023-11-02T20:06:04.451Z Fresh tracing v0.1.37
55572023-11-02T20:06:04.461Z Fresh url v2.4.1
55582023-11-02T20:06:04.882Z Fresh rand_chacha v0.3.1
55592023-11-02T20:06:04.891Z Fresh bitflags v1.3.2
55602023-11-02T20:06:04.906Z Fresh block-buffer v0.10.4
55612023-11-02T20:06:04.911Z Fresh rand v0.8.5
55622023-11-02T20:06:04.914Z Fresh hashbrown v0.12.3
55632023-11-02T20:06:04.919Z Fresh digest v0.10.7
55642023-11-02T20:06:04.923Z Fresh tokio-util v0.7.10
55652023-11-02T20:06:04.928Z Fresh httparse v1.8.0
55662023-11-02T20:06:04.932Z Fresh rustix v0.38.9
55672023-11-02T20:06:04.937Z Fresh indexmap v1.9.3
55682023-11-02T20:06:04.944Z Fresh adler v1.0.2
55692023-11-02T20:06:04.949Z Fresh semver v1.0.20
55702023-11-02T20:06:04.953Z Fresh untrusted v0.7.1
55712023-11-02T20:06:04.957Z Fresh cpufeatures v0.2.9
55722023-11-02T20:06:04.961Z Fresh unicode-width v0.1.11
55732023-11-02T20:06:04.964Z Fresh miniz_oxide v0.7.1
55742023-11-02T20:06:04.968Z Fresh ring v0.16.20
55752023-11-02T20:06:04.972Z Fresh toml_datetime v0.6.3
55762023-11-02T20:06:04.976Z Fresh serde_spanned v0.6.3
55772023-11-02T20:06:04.989Z Fresh socket2 v0.4.9
55782023-11-02T20:06:04.997Z Fresh ucd-trie v0.1.6
55792023-11-02T20:06:05.005Z Fresh untrusted v0.9.0
55802023-11-02T20:06:05.009Z Fresh winnow v0.5.15
55812023-11-02T20:06:05.012Z Fresh pest v2.7.2
55822023-11-02T20:06:05.019Z Fresh ring v0.17.5
55832023-11-02T20:06:05.024Z Fresh httpdate v1.0.3
55842023-11-02T20:06:05.029Z Fresh try-lock v0.2.4
55852023-11-02T20:06:05.037Z Fresh sct v0.7.0
55862023-11-02T20:06:05.060Z Fresh h2 v0.3.21
55872023-11-02T20:06:05.070Z Fresh http-body v0.4.5
55882023-11-02T20:06:05.104Z Fresh want v0.3.1
55892023-11-02T20:06:05.127Z Fresh rustls-webpki v0.101.7
55902023-11-02T20:06:05.135Z Fresh openssl-probe v0.1.5
55912023-11-02T20:06:05.141Z Fresh foreign-types-shared v0.1.1
55922023-11-02T20:06:05.158Z Fresh tower-service v0.3.2
55932023-11-02T20:06:05.167Z Fresh openssl-sys v0.9.93
55942023-11-02T20:06:05.177Z Fresh hyper v0.14.27
55952023-11-02T20:06:05.196Z Fresh rustls v0.21.8
55962023-11-02T20:06:05.254Z Fresh foreign-types v0.3.2
55972023-11-02T20:06:05.264Z Fresh rustls-pemfile v1.0.3
55982023-11-02T20:06:05.269Z Fresh hashbrown v0.13.2
55992023-11-02T20:06:05.273Z Fresh openssl-macros v0.1.1
56002023-11-02T20:06:05.278Z Fresh mime v0.3.17
56012023-11-02T20:06:05.284Z Fresh tokio-rustls v0.24.1
56022023-11-02T20:06:05.290Z Fresh serde_json v1.0.108
56032023-11-02T20:06:05.296Z Fresh openssl v0.10.57
56042023-11-02T20:06:05.308Z Fresh toml_edit v0.19.15
56052023-11-02T20:06:05.327Z Fresh unicode-xid v0.2.4
56062023-11-02T20:06:05.747Z Fresh ipnet v2.8.0
56072023-11-02T20:06:05.772Z Fresh gimli v0.28.0
56082023-11-02T20:06:05.783Z Fresh object v0.32.1
56092023-11-02T20:06:05.793Z Fresh rustc-demangle v0.1.23
56102023-11-02T20:06:05.797Z Fresh addr2line v0.21.0
56112023-11-02T20:06:05.801Z Fresh strsim v0.10.0
56122023-11-02T20:06:05.809Z Fresh async-trait v0.1.74
56132023-11-02T20:06:05.812Z Fresh serde_urlencoded v0.7.1
56142023-11-02T20:06:05.816Z Fresh native-tls v0.2.11
56152023-11-02T20:06:05.820Z Fresh backtrace v0.3.69
56162023-11-02T20:06:05.826Z Fresh encoding_rs v0.8.33
56172023-11-02T20:06:05.830Z Fresh rustversion v1.0.14
56182023-11-02T20:06:05.835Z Fresh rustls-native-certs v0.6.3
56192023-11-02T20:06:05.851Z Fresh either v1.9.0
56202023-11-02T20:06:05.854Z Fresh webpki-roots v0.25.2
56212023-11-02T20:06:05.858Z Fresh tokio-native-tls v0.3.1
56222023-11-02T20:06:05.861Z Fresh anyhow v1.0.75
56232023-11-02T20:06:05.865Z Fresh hyper-rustls v0.24.2
56242023-11-02T20:06:05.869Z Fresh time-core v0.1.1
56252023-11-02T20:06:05.873Z Fresh deranged v0.3.8
56262023-11-02T20:06:05.877Z Fresh num_threads v0.1.6
56272023-11-02T20:06:05.881Z Fresh hyper-tls v0.5.0
56282023-11-02T20:06:05.884Z Fresh time-macros v0.2.13
56292023-11-02T20:06:05.888Z Fresh synstructure v0.12.6
56302023-11-02T20:06:05.892Z Fresh pest_meta v2.7.2
56312023-11-02T20:06:05.896Z Fresh rustc_version v0.4.0
56322023-11-02T20:06:05.901Z Fresh time v0.3.27
56332023-11-02T20:06:05.904Z Fresh crossbeam-utils v0.8.16
56342023-11-02T20:06:05.908Z Fresh slog v2.7.0
56352023-11-02T20:06:05.911Z Fresh pest_generator v2.7.2
56362023-11-02T20:06:05.915Z Fresh zerocopy-derive v0.2.0
56372023-11-02T20:06:05.919Z Fresh futures-executor v0.3.29
56382023-11-02T20:06:05.922Z Fresh thread-id v4.2.0
56392023-11-02T20:06:05.925Z Fresh pest_derive v2.7.2
56402023-11-02T20:06:05.931Z Fresh zerocopy v0.3.0
56412023-11-02T20:06:05.935Z Fresh siphasher v0.3.11
56422023-11-02T20:06:05.946Z Fresh toml v0.7.8
56432023-11-02T20:06:05.952Z Fresh futures v0.3.29
56442023-11-02T20:06:05.959Z Fresh serde_tokenstream v0.1.7
56452023-11-02T20:06:05.966Z Fresh strum_macros v0.25.2
56462023-11-02T20:06:05.972Z Fresh dtrace-parser v0.1.14
56472023-11-02T20:06:05.978Z Fresh dof v0.1.5
56482023-11-02T20:06:05.984Z Fresh sha2 v0.10.8
56492023-11-02T20:06:05.990Z Fresh hmac v0.12.1
56502023-11-02T20:06:05.994Z Fresh fallible-iterator v0.2.0
56512023-11-02T20:06:05.998Z Fresh hex v0.4.3
56522023-11-02T20:06:06.002Z Fresh md-5 v0.10.5
56532023-11-02T20:06:06.008Z Fresh stringprep v0.1.3
56542023-11-02T20:06:06.422Z Fresh utf8parse v0.2.1
56552023-11-02T20:06:06.427Z Fresh phf_shared v0.11.2
56562023-11-02T20:06:06.432Z Fresh schemars v0.8.13
56572023-11-02T20:06:06.451Z Fresh usdt-macro v0.3.5
56582023-11-02T20:06:06.475Z Fresh usdt-attr-macro v0.3.5
56592023-11-02T20:06:06.884Z Fresh crc32fast v1.3.2
56602023-11-02T20:06:06.891Z Fresh postgres-protocol v0.6.6
56612023-11-02T20:06:06.896Z Fresh anstyle v1.0.2
56622023-11-02T20:06:06.900Z Fresh phf v0.11.2
56632023-11-02T20:06:06.904Z Fresh flate2 v1.0.28
56642023-11-02T20:06:06.913Z Fresh io-lifetimes v1.0.11
56652023-11-02T20:06:06.918Z Fresh block-padding v0.3.3
56662023-11-02T20:06:06.922Z Fresh whoami v1.4.1
56672023-11-02T20:06:06.926Z Fresh static_assertions v1.1.0
56682023-11-02T20:06:06.930Z Fresh anstyle-parse v0.2.1
56692023-11-02T20:06:06.934Z Fresh rustix v0.37.23
56702023-11-02T20:06:06.937Z Fresh inout v0.1.3
56712023-11-02T20:06:06.941Z Fresh num-integer v0.1.45
56722023-11-02T20:06:06.945Z Fresh itertools v0.10.5
56732023-11-02T20:06:06.950Z Fresh zerocopy-derive v0.6.4
56742023-11-02T20:06:06.954Z Fresh anstyle-query v1.0.0
56752023-11-02T20:06:06.957Z Fresh colorchoice v1.0.0
56762023-11-02T20:06:06.961Z Fresh unicode-segmentation v1.10.1
56772023-11-02T20:06:06.964Z Fresh zerocopy v0.6.4
56782023-11-02T20:06:06.967Z Fresh anstream v0.5.0
56792023-11-02T20:06:06.971Z Fresh cipher v0.4.4
56802023-11-02T20:06:06.974Z Fresh terminal_size v0.2.6
56812023-11-02T20:06:06.979Z Fresh bit-vec v0.6.3
56822023-11-02T20:06:06.983Z Fresh data-encoding v2.4.0
56832023-11-02T20:06:06.986Z Fresh clap_lex v0.5.1
56842023-11-02T20:06:06.991Z Fresh clap_builder v4.4.2
56852023-11-02T20:06:06.995Z Fresh itertools v0.11.0
56862023-11-02T20:06:06.998Z Fresh clap_derive v4.4.2
56872023-11-02T20:06:07.002Z Fresh serde_tokenstream v0.2.0
56882023-11-02T20:06:07.006Z Fresh clap v4.4.3
56892023-11-02T20:06:07.010Z Fresh tap v1.0.1
56902023-11-02T20:06:07.014Z Fresh managed v0.8.0
56912023-11-02T20:06:07.019Z Fresh bit-set v0.5.3
56922023-11-02T20:06:07.023Z Fresh wyz v0.5.1
56932023-11-02T20:06:07.026Z Fresh radium v0.7.0
56942023-11-02T20:06:07.030Z Fresh memoffset v0.9.0
56952023-11-02T20:06:07.035Z Fresh phf_shared v0.10.0
56962023-11-02T20:06:07.039Z Fresh fixedbitset v0.4.2
56972023-11-02T20:06:07.044Z Fresh funty v2.0.0
56982023-11-02T20:06:07.049Z Fresh precomputed-hash v0.1.1
56992023-11-02T20:06:07.052Z Fresh matches v0.1.10
57002023-11-02T20:06:07.058Z Fresh new_debug_unreachable v1.0.4
57012023-11-02T20:06:07.066Z Fresh petgraph v0.6.4
57022023-11-02T20:06:07.071Z Fresh idna v0.2.3
57032023-11-02T20:06:07.076Z Fresh crossbeam-epoch v0.9.15
57042023-11-02T20:06:07.081Z Fresh bitvec v1.0.1
57052023-11-02T20:06:07.087Z Fresh num-iter v0.1.43
57062023-11-02T20:06:07.094Z Fresh enum-as-inner v0.5.1
57072023-11-02T20:06:07.100Z Fresh string_cache v0.8.7
57082023-11-02T20:06:07.108Z Fresh trust-dns-proto v0.22.0
57092023-11-02T20:06:07.116Z Fresh scheduled-thread-pool v0.2.7
57102023-11-02T20:06:07.124Z Fresh diesel_table_macro_syntax v0.1.0
57112023-11-02T20:06:07.130Z Fresh regex-automata v0.1.10
57122023-11-02T20:06:07.136Z Fresh predicates-core v1.0.6
57132023-11-02T20:06:07.143Z Fresh lalrpop-util v0.19.12
57142023-11-02T20:06:07.147Z Fresh bzip2-sys v0.1.11+1.0.8
57152023-11-02T20:06:07.151Z Fresh diesel_derives v2.1.1
57162023-11-02T20:06:07.185Z Fresh r2d2 v0.8.10
57172023-11-02T20:06:07.198Z Fresh bstr v0.2.17
57182023-11-02T20:06:07.204Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
57192023-11-02T20:06:07.209Z Fresh regress v0.7.1
57202023-11-02T20:06:07.214Z Fresh signature v2.1.0
57212023-11-02T20:06:07.635Z Fresh hash32 v0.2.1
57222023-11-02T20:06:07.638Z Fresh float-cmp v0.9.0
57232023-11-02T20:06:07.643Z Fresh regex-automata v0.3.8
57242023-11-02T20:06:07.647Z Fresh normalize-line-endings v0.3.0
57252023-11-02T20:06:07.653Z Fresh stable_deref_trait v1.2.0
57262023-11-02T20:06:07.657Z Fresh difflib v0.4.0
57272023-11-02T20:06:07.660Z Fresh bstr v1.6.0
57282023-11-02T20:06:07.667Z Fresh bzip2 v0.4.4
57292023-11-02T20:06:07.678Z Fresh console v0.15.7
57302023-11-02T20:06:07.686Z Fresh hubpack_derive v0.1.1
57312023-11-02T20:06:07.696Z Fresh heapless v0.7.16
57322023-11-02T20:06:07.702Z Fresh num-bigint v0.4.4
57332023-11-02T20:06:07.706Z Fresh zip v0.6.6
57342023-11-02T20:06:07.710Z Fresh hubpack v0.1.2
57352023-11-02T20:06:07.714Z Fresh similar v2.2.1
57362023-11-02T20:06:07.718Z Fresh serde_repr v0.1.16
57372023-11-02T20:06:07.722Z Fresh smoltcp v0.9.1
57382023-11-02T20:06:07.727Z Fresh typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57392023-11-02T20:06:07.731Z Fresh yasna v0.5.2
57402023-11-02T20:06:07.736Z Fresh predicates v3.0.4
57412023-11-02T20:06:07.745Z Fresh tokio-stream v0.1.14
57422023-11-02T20:06:07.759Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
57432023-11-02T20:06:07.768Z Fresh getopts v0.2.21
57442023-11-02T20:06:07.775Z Fresh reqwest v0.11.20
57452023-11-02T20:06:07.792Z Fresh openapiv3 v1.0.3
57462023-11-02T20:06:07.796Z Fresh unsafe-libyaml v0.2.9
57472023-11-02T20:06:07.801Z Fresh serde_yaml v0.9.25
57482023-11-02T20:06:07.804Z Fresh ipnetwork v0.20.0
57492023-11-02T20:06:07.877Z Fresh usdt-impl v0.3.5
57502023-11-02T20:06:07.883Z Fresh fastrand v2.0.0
57512023-11-02T20:06:07.888Z Fresh postgres-types v0.2.6
57522023-11-02T20:06:07.905Z Fresh ident_case v1.0.1
57532023-11-02T20:06:08.315Z Fresh progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
57542023-11-02T20:06:08.319Z Fresh usdt v0.3.5
57552023-11-02T20:06:08.322Z Fresh tempfile v3.8.0
57562023-11-02T20:06:08.385Z Fresh tokio-postgres v0.7.10
57572023-11-02T20:06:08.389Z Fresh typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57582023-11-02T20:06:08.394Z Fresh dirs-sys-next v0.1.2
57592023-11-02T20:06:08.398Z Fresh typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
57602023-11-02T20:06:08.401Z Fresh dirs-next v2.0.0
57612023-11-02T20:06:08.405Z Fresh atty v0.2.14
57622023-11-02T20:06:08.408Z Fresh match_cfg v0.1.0
57632023-11-02T20:06:08.412Z Fresh darling_core v0.20.3
57642023-11-02T20:06:08.415Z Fresh sha1 v0.10.5
57652023-11-02T20:06:08.419Z Fresh diesel v2.1.3
57662023-11-02T20:06:08.422Z Fresh term v0.7.0
57672023-11-02T20:06:08.426Z Fresh progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
57682023-11-02T20:06:08.430Z Fresh hostname v0.3.1
57692023-11-02T20:06:08.433Z Fresh darling_macro v0.20.3
57702023-11-02T20:06:08.438Z Fresh crossbeam-channel v0.5.8
57712023-11-02T20:06:08.442Z Fresh thread_local v1.1.7
57722023-11-02T20:06:08.445Z Fresh regex-syntax v0.6.29
57732023-11-02T20:06:08.449Z Fresh darling v0.20.3
57742023-11-02T20:06:08.454Z Fresh strum v0.25.0
57752023-11-02T20:06:08.457Z Fresh instant v0.1.12
57762023-11-02T20:06:08.460Z Fresh take_mut v0.2.2
57772023-11-02T20:06:08.465Z Fresh paste v1.0.14
57782023-11-02T20:06:08.468Z Fresh slog-async v2.8.0
57792023-11-02T20:06:08.473Z Fresh serde_with_macros v2.3.3
57802023-11-02T20:06:08.477Z Fresh slog-term v2.9.0
57812023-11-02T20:06:08.481Z Fresh slog-json v2.6.1
57822023-11-02T20:06:08.486Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
57832023-11-02T20:06:08.490Z Fresh serde_with v2.3.3
57842023-11-02T20:06:08.493Z Fresh slog-bunyan v2.4.0
57852023-11-02T20:06:08.497Z Fresh structmeta-derive v0.1.6
57862023-11-02T20:06:08.501Z Fresh async-stream-impl v0.3.5
57872023-11-02T20:06:08.507Z Fresh debug-ignore v1.0.5
57882023-11-02T20:06:08.511Z Fresh camino v1.1.6
57892023-11-02T20:06:08.514Z Fresh atomic-waker v1.1.1
57902023-11-02T20:06:08.518Z Fresh structmeta v0.1.6
57912023-11-02T20:06:08.522Z Fresh async-stream v0.3.5
57922023-11-02T20:06:08.526Z Fresh multer v2.1.0
57932023-11-02T20:06:08.530Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
57942023-11-02T20:06:08.534Z Fresh serde_path_to_error v0.1.14
57952023-11-02T20:06:08.539Z Fresh waitgroup v0.1.2
57962023-11-02T20:06:08.542Z Fresh parse-display-derive v0.7.0
57972023-11-02T20:06:08.548Z Fresh backoff v0.4.0
57982023-11-02T20:06:08.556Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
57992023-11-02T20:06:08.570Z Fresh macaddr v1.0.1
58002023-11-02T20:06:08.588Z Fresh quick-error v1.2.3
58012023-11-02T20:06:08.601Z Fresh wait-timeout v0.2.0
58022023-11-02T20:06:08.613Z Fresh rand_xorshift v0.3.0
58032023-11-02T20:06:08.619Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
58042023-11-02T20:06:08.622Z Fresh parse-display v0.7.0
58052023-11-02T20:06:08.628Z Fresh rusty-fork v0.3.0
58062023-11-02T20:06:08.639Z Fresh structmeta-derive v0.2.0
58072023-11-02T20:06:09.054Z Fresh unarray v0.1.4
58082023-11-02T20:06:09.086Z Fresh regex-syntax v0.7.5
58092023-11-02T20:06:09.090Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
58102023-11-02T20:06:09.095Z Fresh base64ct v1.6.0
58112023-11-02T20:06:09.109Z Fresh proptest v1.3.1
58122023-11-02T20:06:09.114Z Fresh structmeta v0.2.0
58132023-11-02T20:06:09.118Z Fresh is-terminal v0.4.9
58142023-11-02T20:06:09.122Z Fresh proc-macro-crate v1.3.1
58152023-11-02T20:06:09.130Z Fresh password-hash v0.5.0
58162023-11-02T20:06:09.135Z Fresh blake2 v0.10.6
58172023-11-02T20:06:09.141Z Fresh test-strategy v0.3.1
58182023-11-02T20:06:09.151Z Fresh argon2 v0.5.2
58192023-11-02T20:06:09.157Z Fresh num_enum_derive v0.5.11
58202023-11-02T20:06:09.164Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58212023-11-02T20:06:09.171Z Fresh crucible-workspace-hack v0.1.0
58222023-11-02T20:06:09.183Z Fresh proc-macro-error-attr v1.0.4
58232023-11-02T20:06:09.198Z Fresh num_enum v0.5.11
58242023-11-02T20:06:09.206Z Fresh postcard-cobs v0.1.5-pre
58252023-11-02T20:06:09.211Z Fresh proc-macro-error v1.0.4
58262023-11-02T20:06:09.228Z Fresh postcard v0.7.3
58272023-11-02T20:06:09.234Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
58282023-11-02T20:06:09.239Z Fresh smoltcp v0.8.2
58292023-11-02T20:06:09.244Z Fresh foreign-types-macros v0.2.3
58302023-11-02T20:06:09.249Z Fresh cfg-if v0.1.10
58312023-11-02T20:06:09.255Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58322023-11-02T20:06:09.260Z Fresh termtree v0.4.1
58332023-11-02T20:06:09.266Z Fresh foreign-types-shared v0.3.1
58342023-11-02T20:06:09.271Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58352023-11-02T20:06:09.278Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58362023-11-02T20:06:09.285Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58372023-11-02T20:06:09.302Z Fresh predicates-tree v1.0.9
58382023-11-02T20:06:09.310Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58392023-11-02T20:06:09.318Z Fresh foreign-types v0.5.0
58402023-11-02T20:06:09.337Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58412023-11-02T20:06:09.345Z Fresh filetime v0.2.22
58422023-11-02T20:06:09.354Z Fresh xattr v1.0.1
58432023-11-02T20:06:09.372Z Fresh cstr-argument v0.1.2
58442023-11-02T20:06:09.426Z Fresh pretty-hex v0.2.1
58452023-11-02T20:06:09.439Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
58462023-11-02T20:06:09.445Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
58472023-11-02T20:06:09.453Z Fresh tar v0.4.40
58482023-11-02T20:06:09.463Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58492023-11-02T20:06:09.468Z Fresh colored v2.0.4
58502023-11-02T20:06:09.475Z Fresh zone_cfg_derive v0.2.0
58512023-11-02T20:06:09.479Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
58522023-11-02T20:06:09.484Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58532023-11-02T20:06:09.490Z Fresh predicates v2.1.5
58542023-11-02T20:06:09.494Z Fresh mockall_derive v0.11.4
58552023-11-02T20:06:09.498Z Fresh num-derive v0.4.0
58562023-11-02T20:06:09.504Z Fresh downcast v0.11.0
58572023-11-02T20:06:09.510Z Fresh fragile v2.0.0
58582023-11-02T20:06:09.514Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
58592023-11-02T20:06:09.519Z Fresh mockall v0.11.4
58602023-11-02T20:06:09.523Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
58612023-11-02T20:06:09.527Z Fresh zone v0.2.0
58622023-11-02T20:06:09.532Z Fresh smf v0.2.2
58632023-11-02T20:06:09.538Z Fresh base64 v0.13.1
58642023-11-02T20:06:09.547Z Fresh same-file v1.0.6
58652023-11-02T20:06:09.560Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
58662023-11-02T20:06:09.578Z Fresh walkdir v2.4.0
58672023-11-02T20:06:09.999Z Fresh termcolor v1.2.0
58682023-11-02T20:06:10.007Z Fresh pem v1.1.1
58692023-11-02T20:06:10.012Z Fresh camino-tempfile v1.0.2
58702023-11-02T20:06:10.019Z Fresh linked-hash-map v0.5.6
58712023-11-02T20:06:10.033Z Fresh toml v0.5.11
58722023-11-02T20:06:10.040Z Fresh lru-cache v0.1.2
58732023-11-02T20:06:10.051Z Fresh pem-rfc7468 v0.7.0
58742023-11-02T20:06:10.057Z Fresh der_derive v0.7.2
58752023-11-02T20:06:10.062Z Fresh slog-dtrace v0.2.3
58762023-11-02T20:06:10.067Z Fresh flagset v0.4.3
58772023-11-02T20:06:10.072Z Fresh half v1.8.2
58782023-11-02T20:06:10.076Z Fresh ciborium-io v0.2.1
58792023-11-02T20:06:10.080Z Fresh hkdf v0.12.3
58802023-11-02T20:06:10.083Z Fresh semver-parser v0.10.2
58812023-11-02T20:06:10.086Z Fresh headers-core v0.2.0
58822023-11-02T20:06:10.093Z Fresh der v0.7.8
58832023-11-02T20:06:10.097Z Fresh cancel-safe-futures v0.1.5
58842023-11-02T20:06:10.102Z Fresh ciborium-ll v0.2.1
58852023-11-02T20:06:10.105Z Fresh semver v0.11.0
58862023-11-02T20:06:10.111Z Fresh headers v0.3.9
58872023-11-02T20:06:10.116Z Fresh heck v0.3.3
58882023-11-02T20:06:10.120Z Fresh textwrap v0.11.0
58892023-11-02T20:06:10.124Z Fresh ciborium v0.2.1
58902023-11-02T20:06:10.128Z Fresh spki v0.7.2
58912023-11-02T20:06:10.131Z Fresh home v0.5.5
58922023-11-02T20:06:10.134Z Fresh vec_map v0.8.2
58932023-11-02T20:06:10.137Z Fresh strsim v0.8.0
58942023-11-02T20:06:10.166Z Fresh ansi_term v0.12.1
58952023-11-02T20:06:10.169Z Fresh keccak v0.1.4
58962023-11-02T20:06:10.172Z Fresh clap v2.34.0
58972023-11-02T20:06:10.217Z Fresh sha3 v0.10.8
58982023-11-02T20:06:10.234Z Fresh toolchain_find v0.2.0
58992023-11-02T20:06:10.237Z Fresh structopt-derive v0.4.18
59002023-11-02T20:06:10.241Z Fresh pem v3.0.2
59012023-11-02T20:06:10.250Z Fresh secrecy v0.8.0
59022023-11-02T20:06:10.254Z Fresh crc-catalog v2.2.0
59032023-11-02T20:06:10.258Z Fresh rcgen v0.11.3
59042023-11-02T20:06:10.261Z Fresh maybe-uninit v2.0.0
59052023-11-02T20:06:10.270Z Fresh crc v3.0.1
59062023-11-02T20:06:10.276Z Fresh rustfmt-wrapper v0.2.0
59072023-11-02T20:06:10.300Z Fresh libefi-sys v0.1.0
59082023-11-02T20:06:10.303Z Fresh memoffset v0.7.1
59092023-11-02T20:06:10.306Z Fresh structopt v0.3.26
59102023-11-02T20:06:10.318Z Fresh pkcs8 v0.10.2
59112023-11-02T20:06:10.323Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59122023-11-02T20:06:10.327Z Fresh atomicwrites v0.4.2
59132023-11-02T20:06:10.336Z Fresh progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59142023-11-02T20:06:10.352Z Fresh packed_struct_codegen v0.10.1
59152023-11-02T20:06:10.371Z Fresh subprocess v0.2.9
59162023-11-02T20:06:10.383Z Fresh nodrop v0.1.14
59172023-11-02T20:06:10.396Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
59182023-11-02T20:06:10.427Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
59192023-11-02T20:06:12.972Z Fresh progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
59202023-11-02T20:06:13.101Z Fresh pkcs1 v0.7.5
59212023-11-02T20:06:13.523Z Fresh num-bigint-dig v0.8.4
59222023-11-02T20:06:13.530Z Fresh array-init v0.0.4
59232023-11-02T20:06:13.550Z Fresh packed_struct v0.10.1
59242023-11-02T20:06:13.566Z Fresh smallvec v0.6.14
59252023-11-02T20:06:13.571Z Fresh signal-hook v0.3.17
59262023-11-02T20:06:13.578Z Fresh bitfield v0.14.0
59272023-11-02T20:06:13.585Z Fresh rsa v0.9.2
59282023-11-02T20:06:13.591Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
59292023-11-02T20:06:13.613Z Fresh serde-hex v0.1.0
59302023-11-02T20:06:13.626Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
59312023-11-02T20:06:13.642Z Fresh x509-cert v0.2.4
59322023-11-02T20:06:13.651Z Fresh env_logger v0.10.0
59332023-11-02T20:06:13.660Z Fresh ron v0.8.1
59342023-11-02T20:06:13.669Z Fresh crc-any v2.4.3
59352023-11-02T20:06:13.673Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
59362023-11-02T20:06:13.696Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
59372023-11-02T20:06:13.713Z Fresh resolv-conf v0.7.0
59382023-11-02T20:06:13.718Z Fresh object v0.30.4
59392023-11-02T20:06:13.728Z Fresh derive-where v1.2.5
59402023-11-02T20:06:13.739Z Fresh arc-swap v1.6.0
59412023-11-02T20:06:13.751Z Fresh utf-8 v0.7.6
59422023-11-02T20:06:14.166Z Fresh path-slash v0.1.5
59432023-11-02T20:06:14.190Z Fresh linear-map v1.2.0
59442023-11-02T20:06:14.604Z Fresh trust-dns-resolver v0.22.0
59452023-11-02T20:06:14.613Z Fresh slog-scope v4.4.0
59462023-11-02T20:06:14.618Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
59472023-11-02T20:06:14.623Z Fresh glob v0.3.1
59482023-11-02T20:06:14.629Z Fresh semver v0.1.20
59492023-11-02T20:06:14.636Z Fresh doc-comment v0.3.3
59502023-11-02T20:06:14.642Z Fresh num-rational v0.4.1
59512023-11-02T20:06:14.646Z Fresh rustc_version v0.1.7
59522023-11-02T20:06:14.649Z Fresh slog-stdlog v4.1.1
59532023-11-02T20:06:14.653Z Fresh fxhash v0.2.1
59542023-11-02T20:06:14.660Z Fresh num-complex v0.4.4
59552023-11-02T20:06:14.667Z Fresh humantime v2.1.0
59562023-11-02T20:06:14.677Z Fresh libz-sys v1.1.12
59572023-11-02T20:06:14.684Z Fresh num v0.4.1
59582023-11-02T20:06:14.692Z Fresh slog-envlogger v2.2.0
59592023-11-02T20:06:14.699Z Fresh convert_case v0.4.0
59602023-11-02T20:06:14.708Z Fresh newline-converter v0.3.0
59612023-11-02T20:06:14.723Z Fresh universal-hash v0.5.1
59622023-11-02T20:06:14.734Z Fresh derive_more v0.99.17
59632023-11-02T20:06:14.751Z Fresh libgit2-sys v0.15.2+1.6.4
59642023-11-02T20:06:14.766Z Fresh snafu-derive v0.7.5
59652023-11-02T20:06:14.780Z Fresh opaque-debug v0.3.0
59662023-11-02T20:06:14.832Z Fresh expectorate v1.1.0
59672023-11-02T20:06:14.838Z Fresh git2 v0.17.2
59682023-11-02T20:06:14.842Z Fresh newtype_derive v0.1.6
59692023-11-02T20:06:14.845Z Fresh snafu v0.7.5
59702023-11-02T20:06:14.848Z Fresh api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59712023-11-02T20:06:14.851Z Fresh tungstenite v0.18.0
59722023-11-02T20:06:14.857Z Fresh vergen v8.2.4
59732023-11-02T20:06:14.865Z Fresh omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
59742023-11-02T20:06:14.868Z Fresh steno v0.4.0
59752023-11-02T20:06:14.871Z Fresh aead v0.5.2
59762023-11-02T20:06:14.874Z Fresh signature v1.6.4
59772023-11-02T20:06:14.877Z Fresh libsqlite3-sys v0.26.0
59782023-11-02T20:06:14.880Z Fresh buf-list v1.0.3
59792023-11-02T20:06:14.886Z Fresh tokio-tungstenite v0.18.0
59802023-11-02T20:06:14.902Z Fresh ed25519 v1.5.3
59812023-11-02T20:06:14.913Z Fresh crossbeam-deque v0.8.3
59822023-11-02T20:06:14.919Z Fresh toml_edit v0.20.0
59832023-11-02T20:06:14.933Z Fresh hashlink v0.8.3
59842023-11-02T20:06:14.948Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59852023-11-02T20:06:14.958Z
59862023-11-02T20:06:14.994Z Fresh fallible-streaming-iterator v0.1.9
59872023-11-02T20:06:15.001Zrunning 5 tests
59882023-11-02T20:06:15.004Z Fresh display-error-chain v0.2.0
59892023-11-02T20:06:15.007Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
59902023-11-02T20:06:15.010Z Fresh salty v0.2.0
59912023-11-02T20:06:15.013Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
59922023-11-02T20:06:15.018Z Fresh toml v0.8.0
59932023-11-02T20:06:15.022Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
59942023-11-02T20:06:15.026Z Fresh rayon-core v1.12.0
59952023-11-02T20:06:15.029Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
59962023-11-02T20:06:15.033Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
59972023-11-02T20:06:15.037Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
59982023-11-02T20:06:15.041Z Fresh rusqlite v0.29.0
59992023-11-02T20:06:15.046Z
60002023-11-02T20:06:15.054Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
60012023-11-02T20:06:15.059Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s
60022023-11-02T20:06:15.064Z Fresh nix v0.26.2
60032023-11-02T20:06:15.069Z
60042023-11-02T20:06:15.075Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
60052023-11-02T20:06:15.079Z
60062023-11-02T20:06:15.083Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60072023-11-02T20:06:15.087Zrunning 0 tests
60082023-11-02T20:06:15.090Z Fresh omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60092023-11-02T20:06:15.093Z
60102023-11-02T20:06:15.097Z Fresh num_enum_derive v0.7.0
60112023-11-02T20:06:15.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60122023-11-02T20:06:15.103Z Fresh twox-hash v1.6.3
60132023-11-02T20:06:15.110Z
60142023-11-02T20:06:15.118Z Fresh serde-big-array v0.5.1
60152023-11-02T20:06:15.130Z Fresh serde-big-array v0.4.1
60162023-11-02T20:06:15.136Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60172023-11-02T20:06:15.140Z Fresh path-dedot v3.1.0
60182023-11-02T20:06:15.154Z Fresh diff v0.1.13
60192023-11-02T20:06:15.157Z Fresh num_enum v0.7.0
60202023-11-02T20:06:15.161Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60212023-11-02T20:06:15.166Z Fresh path-absolutize v3.1.0
60222023-11-02T20:06:15.176Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60232023-11-02T20:06:15.188Z Fresh nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60242023-11-02T20:06:15.197Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
60252023-11-02T20:06:15.210Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
60262023-11-02T20:06:15.233Z Fresh platforms v3.0.2
60272023-11-02T20:06:15.250Z Fresh crunchy v0.2.2
60282023-11-02T20:06:15.261Z Fresh rayon v1.8.0
60292023-11-02T20:06:15.268Z Fresh polyval v0.6.1
60302023-11-02T20:06:15.276Z Fresh signal-hook-tokio v0.3.1
60312023-11-02T20:06:15.284Z Fresh darling_core v0.14.4
60322023-11-02T20:06:15.291Z
60332023-11-02T20:06:15.298Z Fresh globset v0.4.13
60342023-11-02T20:06:15.306Zrunning 0 tests
60352023-11-02T20:06:15.328Z Fresh ctr v0.9.2
60362023-11-02T20:06:15.344Z
60372023-11-02T20:06:15.408Z Fresh aes v0.8.3
60382023-11-02T20:06:15.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60392023-11-02T20:06:15.439Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60402023-11-02T20:06:15.444Z
60412023-11-02T20:06:15.455Z Fresh olpc-cjson v0.1.3
60422023-11-02T20:06:15.463Z Fresh serde_plain v1.0.2
60432023-11-02T20:06:15.468Z Fresh bincode v1.3.3
60442023-11-02T20:06:15.472Z Fresh nibble_vec v0.1.0
60452023-11-02T20:06:15.476Z Fresh corncobs v0.1.3
60462023-11-02T20:06:15.480Z Fresh endian-type v0.1.2
60472023-11-02T20:06:15.487Z Fresh minimal-lexical v0.2.1
60482023-11-02T20:06:15.495Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
60492023-11-02T20:06:15.506Z Fresh radix_trie v0.2.1
60502023-11-02T20:06:15.510Z Fresh nom v7.1.3
60512023-11-02T20:06:15.516Z Fresh tough v0.12.5
60522023-11-02T20:06:15.520Z Fresh crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60532023-11-02T20:06:15.533Z Fresh darling_macro v0.14.4
60542023-11-02T20:06:15.541Z Fresh aes-gcm-siv v0.11.1
60552023-11-02T20:06:15.549Z Fresh tiny-keccak v2.0.2
60562023-11-02T20:06:15.558Z Fresh parking_lot_core v0.8.6
60572023-11-02T20:06:15.567Z Fresh unicase v2.7.0
60582023-11-02T20:06:15.573Z Fresh oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
60592023-11-02T20:06:15.579Z Fresh env_logger v0.9.3
60602023-11-02T20:06:15.588Z Fresh ascii-canvas v3.0.0
60612023-11-02T20:06:15.599Z Fresh ff v0.13.0
60622023-11-02T20:06:15.631Z Fresh async-recursion v1.0.5
60632023-11-02T20:06:16.043Z Fresh bitstruct_derive v0.1.0
60642023-11-02T20:06:16.047Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60652023-11-02T20:06:16.052Z Fresh ena v0.14.2
60662023-11-02T20:06:16.055Z Fresh libloading v0.7.4
60672023-11-02T20:06:16.058Z Fresh ringbuffer v0.15.0
60682023-11-02T20:06:16.062Z Fresh ascii v1.1.0
60692023-11-02T20:06:16.069Z Fresh bitstruct v0.1.1
60702023-11-02T20:06:16.108Z Fresh clang-sys v1.6.1
60712023-11-02T20:06:16.145Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
60722023-11-02T20:06:16.160Z Fresh crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
60732023-11-02T20:06:16.572Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60742023-11-02T20:06:16.579Z Fresh lalrpop v0.19.12
60752023-11-02T20:06:16.995Z Fresh group v0.13.0
60762023-11-02T20:06:17.005Z Fresh darling v0.14.4
60772023-11-02T20:06:17.008Z Fresh parking_lot v0.11.2
60782023-11-02T20:06:17.014Z Fresh trust-dns-client v0.22.0
60792023-11-02T20:06:17.018Z Fresh cexpr v0.6.0
60802023-11-02T20:06:17.022Z Fresh erased-serde v0.3.30
60812023-11-02T20:06:17.026Z Fresh prettyplease v0.2.12
60822023-11-02T20:06:17.031Z Fresh tungstenite v0.20.1
60832023-11-02T20:06:17.036Z Fresh signal-hook-mio v0.2.3
60842023-11-02T20:06:17.064Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60852023-11-02T20:06:17.071Z Fresh which v4.4.0
60862023-11-02T20:06:17.092Z Fresh crypto-bigint v0.5.2
60872023-11-02T20:06:17.099Z Fresh serde_arrays v0.1.0
60882023-11-02T20:06:17.104Z Fresh thiserror-impl-no-std v2.0.2
60892023-11-02T20:06:17.113Z Fresh curve25519-dalek-derive v0.1.0
60902023-11-02T20:06:17.118Z Fresh shlex v1.1.0
60912023-11-02T20:06:17.125Z Fresh peeking_take_while v0.1.2
60922023-11-02T20:06:17.144Z Fresh rustc-hash v1.1.0
60932023-11-02T20:06:17.147Z Fresh lazycell v1.3.0
60942023-11-02T20:06:17.151Z Fresh base16ct v0.2.0
60952023-11-02T20:06:17.154Z Fresh bindgen v0.65.1
60962023-11-02T20:06:17.158Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
60972023-11-02T20:06:17.161Z Fresh thiserror-no-std v2.0.2
60982023-11-02T20:06:17.165Z Fresh curve25519-dalek v4.1.0
60992023-11-02T20:06:17.169Z Fresh tokio-tungstenite v0.20.1
61002023-11-02T20:06:17.174Z Fresh elliptic-curve v0.13.5
61012023-11-02T20:06:17.177Z Fresh sled v0.34.7
61022023-11-02T20:06:17.180Z Fresh derive_builder_core v0.12.0
61032023-11-02T20:06:17.184Z Fresh trust-dns-server v0.22.1
61042023-11-02T20:06:17.187Z Fresh portable-atomic v1.4.3
61052023-11-02T20:06:17.192Z Fresh poly1305 v0.8.0
61062023-11-02T20:06:17.195Z Fresh chacha20 v0.9.1
61072023-11-02T20:06:17.199Z Fresh bcs v0.1.6
61082023-11-02T20:06:17.203Z Fresh bytesize v1.3.0
61092023-11-02T20:06:17.217Z Fresh ref-cast-impl v1.0.20
61102023-11-02T20:06:17.227Z Fresh highway v1.1.0
61112023-11-02T20:06:17.238Z Fresh number_prefix v0.4.0
61122023-11-02T20:06:17.242Z Fresh pretty-hex v0.3.0
61132023-11-02T20:06:17.246Z Fresh fs-err v2.9.0
61142023-11-02T20:06:17.249Z Fresh chacha20poly1305 v0.10.1
61152023-11-02T20:06:17.253Z Fresh indicatif v0.17.7
61162023-11-02T20:06:17.257Z Fresh ref-cast v1.0.20
61172023-11-02T20:06:17.261Z Fresh derive_builder_macro v0.12.0
61182023-11-02T20:06:17.265Z Fresh vsss-rs v3.3.1
61192023-11-02T20:06:17.268Z Fresh mime_guess v2.0.4
61202023-11-02T20:06:17.272Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61212023-11-02T20:06:17.278Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61222023-11-02T20:06:17.304Z Fresh dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61232023-11-02T20:06:17.310Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4)
61242023-11-02T20:06:17.332Z Fresh strum_macros v0.24.3
61252023-11-02T20:06:17.337Z Fresh const_format_proc_macros v0.2.31
61262023-11-02T20:06:17.341Z Fresh indoc v1.0.9
61272023-11-02T20:06:17.383Z Fresh internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
61282023-11-02T20:06:17.399Z Fresh const_format v0.2.31
61292023-11-02T20:06:17.415Z Fresh polar-core v0.27.0
61302023-11-02T20:06:17.426Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61312023-11-02T20:06:17.468Z Fresh derive_builder v0.12.0
61322023-11-02T20:06:17.883Z Fresh libxml v0.3.3
61332023-11-02T20:06:17.889Z Fresh crossterm v0.27.0
61342023-11-02T20:06:17.900Z Fresh ron v0.7.1
61352023-11-02T20:06:17.921Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
61362023-11-02T20:06:18.333Z Fresh bb8 v0.8.1
61372023-11-02T20:06:18.336Z Fresh quick-xml v0.23.1
61382023-11-02T20:06:18.340Z Fresh impl-trait-for-tuples v0.2.2
61392023-11-02T20:06:18.344Z Fresh oso-derive v0.27.0
61402023-11-02T20:06:18.347Z Fresh http-range v0.1.5
61412023-11-02T20:06:18.350Z Fresh cassowary v0.3.0
61422023-11-02T20:06:18.353Z Fresh maplit v1.0.2
61432023-11-02T20:06:18.356Z Fresh indoc v2.0.3
61442023-11-02T20:06:18.359Z Fresh assert_matches v1.5.0
61452023-11-02T20:06:18.362Z Fresh bit_field v0.10.2
61462023-11-02T20:06:18.366Z Fresh hyper-staticfile v0.9.5
61472023-11-02T20:06:18.370Z Fresh ratatui v0.23.0
61482023-11-02T20:06:18.380Z Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
61492023-11-02T20:06:18.383Z Fresh oso v0.27.0
61502023-11-02T20:06:18.386Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
61512023-11-02T20:06:18.403Z Fresh propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
61522023-11-02T20:06:18.411Z Fresh cookie v0.16.2
61532023-11-02T20:06:18.822Z Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
61542023-11-02T20:06:18.826Z Fresh vte_generate_state_changes v0.1.1
61552023-11-02T20:06:18.857Z Fresh rtoolbox v0.0.1
61562023-11-02T20:06:18.860Z Fresh smawk v0.3.1
61572023-11-02T20:06:18.864Z Fresh unicode-linebreak v0.1.5
61582023-11-02T20:06:18.869Z Fresh owo-colors v3.5.0
61592023-11-02T20:06:18.873Z Fresh plotters-backend v0.3.5
61602023-11-02T20:06:18.878Z Fresh textwrap v0.16.0
61612023-11-02T20:06:18.882Z Fresh rpassword v7.2.0
61622023-11-02T20:06:18.886Z Fresh vte v0.11.1
61632023-11-02T20:06:18.890Z Fresh plotters-svg v0.3.5
61642023-11-02T20:06:18.893Z Fresh tui-tree-widget v0.13.0
61652023-11-02T20:06:18.897Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
61662023-11-02T20:06:18.900Z Fresh shell-words v1.1.0
61672023-11-02T20:06:18.906Z Fresh cast v0.3.0
61682023-11-02T20:06:18.909Z Fresh plotters v0.3.5
61692023-11-02T20:06:18.913Z Fresh strip-ansi-escapes v0.2.0
61702023-11-02T20:06:18.916Z Fresh crossterm v0.26.1
61712023-11-02T20:06:18.919Z Fresh criterion-plot v0.5.0
61722023-11-02T20:06:18.924Z Fresh tinytemplate v1.2.1
61732023-11-02T20:06:18.927Z Fresh fd-lock v3.0.13
61742023-11-02T20:06:18.930Z Fresh dashmap v5.5.1
61752023-11-02T20:06:18.936Z Fresh threadpool v1.8.1
61762023-11-02T20:06:18.949Z Fresh pin-project-internal v1.1.3
61772023-11-02T20:06:18.965Z Fresh nanorand v0.7.0
61782023-11-02T20:06:18.972Z Fresh serial_test_derive v0.10.0
61792023-11-02T20:06:18.975Z Fresh arrayvec v0.7.4
61802023-11-02T20:06:18.983Z Fresh nu-ansi-term v0.49.0
61812023-11-02T20:06:18.989Z Fresh constant_time_eq v0.2.6
61822023-11-02T20:06:18.992Z Fresh relative-path v1.9.0
61832023-11-02T20:06:19.001Z Fresh anes v0.1.6
61842023-11-02T20:06:19.011Z Fresh yansi v0.5.1
61852023-11-02T20:06:19.015Z Fresh oorandom v11.1.3
61862023-11-02T20:06:19.019Z Fresh arrayref v0.3.7
61872023-11-02T20:06:19.023Z Fresh pretty_assertions v1.4.0
61882023-11-02T20:06:19.026Z Fresh serial_test v0.10.0
61892023-11-02T20:06:19.030Z Fresh rstest_macros v0.18.2
61902023-11-02T20:06:19.034Z Fresh flume v0.11.0
61912023-11-02T20:06:19.037Z Fresh reedline v0.23.0
61922023-11-02T20:06:19.040Z Fresh criterion v0.5.1
61932023-11-02T20:06:19.043Z Fresh blake2b_simd v1.0.1
61942023-11-02T20:06:19.047Z Fresh pin-project v1.1.3
61952023-11-02T20:06:19.052Z Fresh libtest-mimic v0.6.1
61962023-11-02T20:06:19.056Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
61972023-11-02T20:06:19.059Z Fresh assert_cmd v2.0.12
61982023-11-02T20:06:19.062Z
61992023-11-02T20:06:19.065Z Fresh omicron-zone-package v0.8.3
62002023-11-02T20:06:19.069Zrunning 3 tests
62012023-11-02T20:06:19.073Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
62022023-11-02T20:06:19.076Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
62032023-11-02T20:06:19.081Z Fresh fatfs v0.3.6
62042023-11-02T20:06:19.085Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
62052023-11-02T20:06:19.089Z Fresh basic-toml v0.1.4
62062023-11-02T20:06:19.093Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
62072023-11-02T20:06:19.096Z Fresh rand v0.4.6
62082023-11-02T20:06:19.100Z
62092023-11-02T20:06:19.104Z Fresh topological-sort v0.2.2
62102023-11-02T20:06:19.108Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
62112023-11-02T20:06:19.112Z Fresh remove_dir_all v0.5.3
62122023-11-02T20:06:19.115Z
62132023-11-02T20:06:19.118Z Fresh futures-timer v3.0.2
62142023-11-02T20:06:19.122Z
62152023-11-02T20:06:19.126Z Fresh constant_time_eq v0.3.0
62162023-11-02T20:06:19.133Zrunning 0 tests
62172023-11-02T20:06:19.137Z Fresh trybuild v1.0.85
62182023-11-02T20:06:19.142Z
62192023-11-02T20:06:19.146Z Fresh partial-io v0.5.4
62202023-11-02T20:06:19.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62212023-11-02T20:06:19.193Z Fresh datatest-stable v0.2.3
62222023-11-02T20:06:19.196Z
62232023-11-02T20:06:19.200Z Fresh rust-argon2 v1.0.1
62242023-11-02T20:06:19.210Z Fresh rstest v0.18.2
62252023-11-02T20:06:19.625Z Fresh tempdir v0.3.7
62262023-11-02T20:06:19.640Z Fresh httptest v0.15.4
62272023-11-02T20:06:20.067Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
62282023-11-02T20:06:20.074Z Fresh similar-asserts v1.5.0
62292023-11-02T20:06:20.078Z Fresh approx v0.5.1
62302023-11-02T20:06:20.081Z Fresh hex-literal v0.4.1
62312023-11-02T20:06:20.084Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
62322023-11-02T20:06:20.089Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
62332023-11-02T20:06:20.092Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
62342023-11-02T20:06:20.096Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
62352023-11-02T20:06:20.100Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
62362023-11-02T20:06:20.103Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62372023-11-02T20:06:20.107Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
62382023-11-02T20:06:20.110Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
62392023-11-02T20:06:20.114Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
62402023-11-02T20:06:20.117Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
62412023-11-02T20:06:20.125Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
62422023-11-02T20:06:20.129Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
62432023-11-02T20:06:20.132Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
62442023-11-02T20:06:20.141Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
62452023-11-02T20:06:20.553Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
62462023-11-02T20:06:20.562Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
62472023-11-02T20:06:20.572Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
62482023-11-02T20:06:20.584Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
62492023-11-02T20:06:20.606Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
62502023-11-02T20:06:20.625Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
62512023-11-02T20:06:21.039Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
62522023-11-02T20:06:21.046Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
62532023-11-02T20:06:21.050Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
62542023-11-02T20:06:21.056Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
62552023-11-02T20:06:21.066Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
62562023-11-02T20:06:21.083Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
62572023-11-02T20:06:21.105Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
62582023-11-02T20:06:21.123Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
62592023-11-02T20:06:21.564Z
62602023-11-02T20:06:21.585Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
62612023-11-02T20:06:21.597Zrunning 0 tests
62622023-11-02T20:06:21.611Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
62632023-11-02T20:06:21.627Z
62642023-11-02T20:06:22.053Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
62652023-11-02T20:06:22.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62662023-11-02T20:06:22.078Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
62672023-11-02T20:06:22.089Z
62682023-11-02T20:06:22.100Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
62692023-11-02T20:06:22.513Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
62702023-11-02T20:06:22.537Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
62712023-11-02T20:06:22.577Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
62722023-11-02T20:06:22.623Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
62732023-11-02T20:06:22.664Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
62742023-11-02T20:06:22.712Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
62752023-11-02T20:06:23.146Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
62762023-11-02T20:06:23.164Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
62772023-11-02T20:06:23.173Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
62782023-11-02T20:06:23.186Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
62792023-11-02T20:06:23.208Z Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
62802023-11-02T20:06:23.233Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
62812023-11-02T20:06:23.250Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
62822023-11-02T20:06:23.264Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
62832023-11-02T20:06:23.270Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
62842023-11-02T20:06:23.277Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
62852023-11-02T20:06:23.283Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
62862023-11-02T20:06:23.291Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
62872023-11-02T20:06:23.303Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
62882023-11-02T20:06:23.313Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
62892023-11-02T20:06:23.327Z Finished test [unoptimized + debuginfo] target(s) in 7.21s
62902023-11-02T20:06:23.354Z Doc-tests authz-macros
62912023-11-02T20:06:23.778Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ba181d2b6776d0cb.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
62922023-11-02T20:06:23.788Z
62932023-11-02T20:06:23.802Z Doc-tests bootstore
62942023-11-02T20:06:23.875Zrunning 0 tests
62952023-11-02T20:06:23.977Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
62962023-11-02T20:06:24.010Z
62972023-11-02T20:06:24.028Z Doc-tests bootstrap-agent-client
62982023-11-02T20:06:24.045Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
62992023-11-02T20:06:24.065Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63002023-11-02T20:06:24.081Z
63012023-11-02T20:06:24.098Z Doc-tests db-macros
63022023-11-02T20:06:24.109Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
63032023-11-02T20:06:24.120Z Doc-tests ddm-admin-client
63042023-11-02T20:06:24.130Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -C embed-bitcode=no -D warnings --error-format human`
63052023-11-02T20:06:24.136Z Doc-tests dns-server
63062023-11-02T20:06:24.141Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63072023-11-02T20:06:24.151Z Doc-tests dns-service-client
63082023-11-02T20:06:24.172Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63092023-11-02T20:06:24.182Z Doc-tests dpd-client
63102023-11-02T20:06:24.605Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63112023-11-02T20:06:24.624Z
63122023-11-02T20:06:24.642Zrunning 0 tests
63132023-11-02T20:06:24.655Z
63142023-11-02T20:06:24.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63152023-11-02T20:06:24.665Z
63162023-11-02T20:06:24.669Z Doc-tests gateway-client
63172023-11-02T20:06:24.675Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63182023-11-02T20:06:24.683Z
63192023-11-02T20:06:24.708Zrunning 0 tests
63202023-11-02T20:06:24.712Z
63212023-11-02T20:06:24.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63222023-11-02T20:06:24.720Z
63232023-11-02T20:06:24.725Z Doc-tests gateway-test-utils
63242023-11-02T20:06:24.730Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63252023-11-02T20:06:24.734Z
63262023-11-02T20:06:24.738Zrunning 0 tests
63272023-11-02T20:06:24.742Z
63282023-11-02T20:06:24.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63292023-11-02T20:06:24.750Z
63302023-11-02T20:06:24.755Z Doc-tests illumos-utils
63312023-11-02T20:06:24.759Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7912624515dddc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' -D warnings --error-format human`
63322023-11-02T20:06:27.211Z
63332023-11-02T20:06:27.215Zrunning 0 tests
63342023-11-02T20:06:27.217Z
63352023-11-02T20:06:27.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63362023-11-02T20:06:27.223Z
63372023-11-02T20:06:27.283Z Doc-tests installinator
63382023-11-02T20:06:27.287Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e92f3e194a6ab809.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63392023-11-02T20:06:28.428Z
63402023-11-02T20:06:28.434Zrunning 0 tests
63412023-11-02T20:06:28.443Z
63422023-11-02T20:06:28.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63432023-11-02T20:06:28.467Z
63442023-11-02T20:06:28.476Z Doc-tests installinator-artifact-client
63452023-11-02T20:06:28.483Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63462023-11-02T20:06:29.856Z
63472023-11-02T20:06:29.873Zrunning 0 tests
63482023-11-02T20:06:29.878Z
63492023-11-02T20:06:29.886Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63502023-11-02T20:06:29.906Z
63512023-11-02T20:06:29.921Z Doc-tests installinator-artifactd
63522023-11-02T20:06:29.929Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8bfa9a91c619f284.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63532023-11-02T20:06:30.421Z
63542023-11-02T20:06:30.430Zrunning 0 tests
63552023-11-02T20:06:30.438Z
63562023-11-02T20:06:30.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63572023-11-02T20:06:30.453Z
63582023-11-02T20:06:30.481Z Doc-tests installinator-common
63592023-11-02T20:06:30.970Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib -C embed-bitcode=no -D warnings --error-format human`
63602023-11-02T20:06:31.165Z
63612023-11-02T20:06:31.175Zrunning 0 tests
63622023-11-02T20:06:31.207Z
63632023-11-02T20:06:31.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63642023-11-02T20:06:31.229Z
63652023-11-02T20:06:31.233Z Doc-tests internal-dns
63662023-11-02T20:06:31.242Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63672023-11-02T20:06:31.778Z
63682023-11-02T20:06:31.781Zrunning 0 tests
63692023-11-02T20:06:31.784Z
63702023-11-02T20:06:31.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63712023-11-02T20:06:31.790Z
63722023-11-02T20:06:31.818Z Doc-tests ipcc-key-value
63732023-11-02T20:06:31.830Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63742023-11-02T20:06:32.249Z
63752023-11-02T20:06:32.255Zrunning 0 tests
63762023-11-02T20:06:32.259Z
63772023-11-02T20:06:32.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63782023-11-02T20:06:32.267Z
63792023-11-02T20:06:32.280Z Doc-tests key-manager
63802023-11-02T20:06:32.284Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
63812023-11-02T20:06:32.713Z
63822023-11-02T20:06:32.722Zrunning 0 tests
63832023-11-02T20:06:32.738Z
63842023-11-02T20:06:32.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63852023-11-02T20:06:32.744Z
63862023-11-02T20:06:32.747Z Doc-tests mg-admin-client
63872023-11-02T20:06:32.750Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7caeb0b4f5d07f1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -C embed-bitcode=no -D warnings --error-format human`
63882023-11-02T20:06:33.394Z
63892023-11-02T20:06:33.399Zrunning 0 tests
63902023-11-02T20:06:33.817Z
63912023-11-02T20:06:33.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63922023-11-02T20:06:33.872Z
63932023-11-02T20:06:33.889Z Doc-tests nexus-client
63942023-11-02T20:06:33.929Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
63952023-11-02T20:06:36.214Z
63962023-11-02T20:06:36.218Zrunning 0 tests
63972023-11-02T20:06:36.222Z
63982023-11-02T20:06:36.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
63992023-11-02T20:06:36.229Z
64002023-11-02T20:06:36.287Z Doc-tests nexus-db-model
64012023-11-02T20:06:36.295Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64022023-11-02T20:06:49.636Z
64032023-11-02T20:06:49.647Zrunning 2 tests
64042023-11-02T20:06:54.024Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
64052023-11-02T20:06:54.028Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
64062023-11-02T20:06:54.032Z
64072023-11-02T20:06:54.036Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.93s
64082023-11-02T20:06:54.044Z
64092023-11-02T20:06:54.047Z Doc-tests nexus-db-queries
64102023-11-02T20:06:54.052Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ba181d2b6776d0cb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64112023-11-02T20:06:57.307Z
64122023-11-02T20:06:57.316Zrunning 1 test
64132023-11-02T20:06:57.346Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
64142023-11-02T20:06:57.363Z
64152023-11-02T20:06:57.372Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
64162023-11-02T20:06:57.401Z
64172023-11-02T20:06:57.405Z Doc-tests nexus-defaults
64182023-11-02T20:06:57.410Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib -C embed-bitcode=no -D warnings --error-format human`
64192023-11-02T20:06:57.783Z
64202023-11-02T20:06:57.790Zrunning 0 tests
64212023-11-02T20:06:58.212Z
64222023-11-02T20:06:58.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64232023-11-02T20:06:58.230Z
64242023-11-02T20:06:58.234Z Doc-tests nexus-inventory
64252023-11-02T20:06:58.238Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64262023-11-02T20:06:58.278Z
64272023-11-02T20:06:58.282Zrunning 0 tests
64282023-11-02T20:06:58.284Z
64292023-11-02T20:06:58.287Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64302023-11-02T20:06:58.289Z
64312023-11-02T20:06:58.309Z Doc-tests nexus-types
64322023-11-02T20:06:58.312Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64332023-11-02T20:07:01.683Z
64342023-11-02T20:07:01.694Zrunning 0 tests
64352023-11-02T20:07:01.705Z
64362023-11-02T20:07:01.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64372023-11-02T20:07:01.715Z
64382023-11-02T20:07:01.750Z Doc-tests omicron-certificates
64392023-11-02T20:07:01.754Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
64402023-11-02T20:07:02.216Z
64412023-11-02T20:07:02.230Zrunning 0 tests
64422023-11-02T20:07:02.242Z
64432023-11-02T20:07:02.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64442023-11-02T20:07:02.662Z
64452023-11-02T20:07:02.667Z Doc-tests omicron-common
64462023-11-02T20:07:02.701Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-588e61721eaff395.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
64472023-11-02T20:07:04.878Z
64482023-11-02T20:07:04.883Zrunning 2 tests
64492023-11-02T20:07:04.911Ztest common/src/lib.rs - FileKv (line 57) ... ignored
64502023-11-02T20:07:13.965Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok
64512023-11-02T20:07:13.972Z
64522023-11-02T20:07:13.977Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.03s
64532023-11-02T20:07:13.981Z
64542023-11-02T20:07:13.984Z Doc-tests omicron-gateway
64552023-11-02T20:07:13.988Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-de8692168d716e8c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
64562023-11-02T20:07:15.731Z
64572023-11-02T20:07:15.734Zrunning 0 tests
64582023-11-02T20:07:15.737Z
64592023-11-02T20:07:15.741Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64602023-11-02T20:07:15.745Z
64612023-11-02T20:07:15.784Z Doc-tests omicron-nexus
64622023-11-02T20:07:15.789Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-7caeb0b4f5d07f1d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-20149ed01d877ce2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-691da89287e32e48.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-218f1e0c5266979a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-626786a6692ea646.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ddedaceae586351d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4e3b3ff3061bd943.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-e70f2ce98eda21a8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc3271529e83d8d.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
64632023-11-02T20:07:19.884Z
64642023-11-02T20:07:19.887Zrunning 5 tests
64652023-11-02T20:07:19.994Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 230) ... ignored
64662023-11-02T20:07:24.168Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 732) ... ok
64672023-11-02T20:07:24.172Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 660) ... ok
64682023-11-02T20:07:24.176Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 702) ... ok
64692023-11-02T20:07:24.185Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 638) ... ok
64702023-11-02T20:07:24.189Z
64712023-11-02T20:07:24.194Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.29s
64722023-11-02T20:07:24.199Z
64732023-11-02T20:07:24.270Z Doc-tests omicron-package
64742023-11-02T20:07:24.288Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-0b24ac66128d76f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bd1c8f26b529d699.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -C embed-bitcode=no -D warnings --error-format human`
64752023-11-02T20:07:24.629Z
64762023-11-02T20:07:24.638Zrunning 0 tests
64772023-11-02T20:07:24.645Z
64782023-11-02T20:07:24.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64792023-11-02T20:07:24.662Z
64802023-11-02T20:07:24.667Z Doc-tests omicron-passwords
64812023-11-02T20:07:24.679Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-844cd977baa4a72a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8c6be73626d78fb3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -C embed-bitcode=no -D warnings --error-format human`
64822023-11-02T20:07:24.845Z
64832023-11-02T20:07:24.849Zrunning 0 tests
64842023-11-02T20:07:24.852Z
64852023-11-02T20:07:24.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64862023-11-02T20:07:24.860Z
64872023-11-02T20:07:24.869Z Doc-tests omicron-rpaths
64882023-11-02T20:07:25.297Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-b8c4ca8aa17d5d12.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib -C embed-bitcode=no -D warnings --error-format human`
64892023-11-02T20:07:25.305Z
64902023-11-02T20:07:25.314Zrunning 0 tests
64912023-11-02T20:07:25.320Z
64922023-11-02T20:07:25.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64932023-11-02T20:07:25.776Z
64942023-11-02T20:07:25.780Z Doc-tests omicron-sled-agent
64952023-11-02T20:07:25.787Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-0c1ad441d625a48f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-2a505431912717c2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -C embed-bitcode=no -D warnings --error-format human`
64962023-11-02T20:07:29.130Z
64972023-11-02T20:07:29.137Zrunning 0 tests
64982023-11-02T20:07:29.144Z
64992023-11-02T20:07:29.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65002023-11-02T20:07:29.574Z
65012023-11-02T20:07:29.577Z Doc-tests omicron-test-utils
65022023-11-02T20:07:29.580Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
65032023-11-02T20:07:29.785Z
65042023-11-02T20:07:29.792Zrunning 0 tests
65052023-11-02T20:07:29.796Z
65062023-11-02T20:07:29.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65072023-11-02T20:07:29.801Z
65082023-11-02T20:07:29.822Z Doc-tests oxide-client
65092023-11-02T20:07:29.829Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
65102023-11-02T20:07:42.252Z
65112023-11-02T20:07:42.618Zrunning 158 tests
65122023-11-02T20:07:43.048Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
65132023-11-02T20:07:43.070Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
65142023-11-02T20:07:43.104Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
65152023-11-02T20:07:43.187Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
65162023-11-02T20:07:43.207Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
65172023-11-02T20:07:43.214Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
65182023-11-02T20:07:43.246Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored
65192023-11-02T20:07:43.313Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
65202023-11-02T20:07:43.456Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
65212023-11-02T20:07:43.475Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
65222023-11-02T20:07:43.505Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
65232023-11-02T20:07:43.587Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
65242023-11-02T20:07:43.594Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
65252023-11-02T20:07:43.639Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
65262023-11-02T20:07:43.665Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
65272023-11-02T20:07:43.809Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
65282023-11-02T20:07:43.814Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
65292023-11-02T20:07:43.822Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
65302023-11-02T20:07:43.847Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
65312023-11-02T20:07:43.866Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
65322023-11-02T20:07:43.880Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
65332023-11-02T20:07:43.901Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
65342023-11-02T20:07:43.938Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
65352023-11-02T20:07:43.995Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
65362023-11-02T20:07:44.038Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
65372023-11-02T20:07:44.053Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
65382023-11-02T20:07:44.071Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
65392023-11-02T20:07:44.095Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
65402023-11-02T20:07:44.620Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
65412023-11-02T20:07:44.638Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
65422023-11-02T20:07:44.764Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
65432023-11-02T20:07:44.799Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
65442023-11-02T20:07:44.850Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
65452023-11-02T20:07:44.883Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
65462023-11-02T20:07:44.936Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
65472023-11-02T20:07:44.968Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
65482023-11-02T20:07:44.983Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
65492023-11-02T20:07:44.994Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
65502023-11-02T20:07:45.021Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
65512023-11-02T20:07:45.036Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
65522023-11-02T20:07:45.054Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
65532023-11-02T20:07:45.099Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
65542023-11-02T20:07:45.121Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
65552023-11-02T20:07:45.147Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
65562023-11-02T20:07:45.161Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
65572023-11-02T20:07:45.184Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
65582023-11-02T20:07:45.199Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
65592023-11-02T20:07:45.214Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
65602023-11-02T20:07:45.234Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
65612023-11-02T20:07:45.256Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
65622023-11-02T20:07:45.283Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
65632023-11-02T20:07:45.704Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
65642023-11-02T20:07:45.715Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
65652023-11-02T20:07:45.730Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
65662023-11-02T20:07:45.746Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
65672023-11-02T20:07:45.772Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
65682023-11-02T20:07:46.195Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
65692023-11-02T20:07:46.208Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
65702023-11-02T20:07:46.226Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
65712023-11-02T20:07:46.235Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
65722023-11-02T20:07:46.245Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
65732023-11-02T20:07:46.257Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
65742023-11-02T20:07:46.301Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
65752023-11-02T20:07:46.321Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
65762023-11-02T20:07:46.743Z Doc-tests oximeter
65772023-11-02T20:07:46.773Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
65782023-11-02T20:07:46.782Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
65792023-11-02T20:07:46.797Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
65802023-11-02T20:07:46.808Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
65812023-11-02T20:07:46.823Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
65822023-11-02T20:07:47.244Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
65832023-11-02T20:07:47.249Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
65842023-11-02T20:07:47.254Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
65852023-11-02T20:07:47.261Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
65862023-11-02T20:07:47.271Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
65872023-11-02T20:07:47.289Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
65882023-11-02T20:07:47.303Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
65892023-11-02T20:07:47.307Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
65902023-11-02T20:07:47.321Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
65912023-11-02T20:07:47.332Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
65922023-11-02T20:07:47.349Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
65932023-11-02T20:07:47.358Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
65942023-11-02T20:07:47.364Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
65952023-11-02T20:07:47.369Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
65962023-11-02T20:07:47.374Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
65972023-11-02T20:07:47.377Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
65982023-11-02T20:07:47.382Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
65992023-11-02T20:07:47.387Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
66002023-11-02T20:07:47.392Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
66012023-11-02T20:07:47.396Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
66022023-11-02T20:07:47.401Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
66032023-11-02T20:07:47.405Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
66042023-11-02T20:07:47.412Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
66052023-11-02T20:07:47.417Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
66062023-11-02T20:07:47.433Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
66072023-11-02T20:07:47.447Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
66082023-11-02T20:07:47.460Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
66092023-11-02T20:07:47.467Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
66102023-11-02T20:07:47.481Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
66112023-11-02T20:07:47.495Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
66122023-11-02T20:07:47.508Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
66132023-11-02T20:07:47.512Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
66142023-11-02T20:07:47.516Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
66152023-11-02T20:07:47.521Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
66162023-11-02T20:07:47.531Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
66172023-11-02T20:07:47.544Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
66182023-11-02T20:07:47.549Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
66192023-11-02T20:07:47.555Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
66202023-11-02T20:07:47.560Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
66212023-11-02T20:07:47.565Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
66222023-11-02T20:07:47.571Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
66232023-11-02T20:07:47.574Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
66242023-11-02T20:07:47.579Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
66252023-11-02T20:07:47.582Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
66262023-11-02T20:07:47.586Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
66272023-11-02T20:07:47.590Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
66282023-11-02T20:07:47.594Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
66292023-11-02T20:07:47.599Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
66302023-11-02T20:07:47.603Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
66312023-11-02T20:07:47.607Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
66322023-11-02T20:07:47.611Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
66332023-11-02T20:07:47.615Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
66342023-11-02T20:07:47.619Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
66352023-11-02T20:07:47.623Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
66362023-11-02T20:07:47.628Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
66372023-11-02T20:07:47.663Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
66382023-11-02T20:07:47.670Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
66392023-11-02T20:07:47.689Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
66402023-11-02T20:07:47.703Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
66412023-11-02T20:07:47.714Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
66422023-11-02T20:07:48.535Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
66432023-11-02T20:07:48.543Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
66442023-11-02T20:07:48.953Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
66452023-11-02T20:07:48.957Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
66462023-11-02T20:07:48.961Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
66472023-11-02T20:07:48.988Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
66482023-11-02T20:07:48.996Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
66492023-11-02T20:07:49.005Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
66502023-11-02T20:07:49.012Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
66512023-11-02T20:07:49.019Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
66522023-11-02T20:07:49.023Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
66532023-11-02T20:07:49.028Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
66542023-11-02T20:07:49.032Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
66552023-11-02T20:07:49.038Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
66562023-11-02T20:07:49.043Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
66572023-11-02T20:07:49.049Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
66582023-11-02T20:07:49.056Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
66592023-11-02T20:07:49.062Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
66602023-11-02T20:07:49.072Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
66612023-11-02T20:07:49.075Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
66622023-11-02T20:07:49.079Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
66632023-11-02T20:07:49.084Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
66642023-11-02T20:07:49.094Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
66652023-11-02T20:07:49.106Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
66662023-11-02T20:07:49.121Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
66672023-11-02T20:07:49.132Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
66682023-11-02T20:07:49.136Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
66692023-11-02T20:07:49.141Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
66702023-11-02T20:07:49.150Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
66712023-11-02T20:07:49.577Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
66722023-11-02T20:07:49.584Z
66732023-11-02T20:07:50.005Ztest result: ok. 0 passed; 0 failed; 158 ignored; 0 measured; 0 filtered out; finished in 0.42s
66742023-11-02T20:07:50.010Z
66752023-11-02T20:07:50.014Z
66762023-11-02T20:07:50.431Zrunning 8 tests
66772023-11-02T20:07:50.434Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok
66782023-11-02T20:07:50.438Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok
66792023-11-02T20:07:50.441Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
66802023-11-02T20:07:50.444Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
66812023-11-02T20:07:50.447Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok
66822023-11-02T20:07:50.450Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok
66832023-11-02T20:07:51.137Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok
66842023-11-02T20:07:51.942Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
66852023-11-02T20:07:51.945Z
66862023-11-02T20:07:51.948Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.52s
66872023-11-02T20:07:51.951Z
66882023-11-02T20:07:51.992Z Doc-tests oximeter-client
66892023-11-02T20:07:51.995Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
66902023-11-02T20:07:52.529Z
66912023-11-02T20:07:52.545Zrunning 0 tests
66922023-11-02T20:07:52.555Z
66932023-11-02T20:07:52.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66942023-11-02T20:07:52.564Z
66952023-11-02T20:07:52.567Z Doc-tests oximeter-collector
66962023-11-02T20:07:52.570Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-0fbd5bbfdde24642.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ade3560c76c4c1a8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-835e6b9b361eb6d5.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
66972023-11-02T20:07:53.191Z
66982023-11-02T20:07:53.203Zrunning 0 tests
66992023-11-02T20:07:53.257Z
67002023-11-02T20:07:53.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67012023-11-02T20:07:53.268Z
67022023-11-02T20:07:53.276Z Doc-tests oximeter-db
67032023-11-02T20:07:53.286Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-c6c3096f197bdf11.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67042023-11-02T20:07:54.635Z
67052023-11-02T20:07:54.639Zrunning 0 tests
67062023-11-02T20:07:54.642Z
67072023-11-02T20:07:54.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67082023-11-02T20:07:54.661Z
67092023-11-02T20:07:55.964Z Doc-tests oximeter-instruments
67102023-11-02T20:07:56.421Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-bcc3271529e83d8d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' -D warnings --error-format human`
67112023-11-02T20:07:56.439Z
67122023-11-02T20:07:56.454Zrunning 0 tests
67132023-11-02T20:07:56.466Z
67142023-11-02T20:07:56.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67152023-11-02T20:07:56.487Z
67162023-11-02T20:07:56.497Z Doc-tests oximeter-macro-impl
67172023-11-02T20:07:56.509Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
67182023-11-02T20:07:56.525Z
67192023-11-02T20:07:56.548Zrunning 0 tests
67202023-11-02T20:07:56.555Z
67212023-11-02T20:07:56.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67222023-11-02T20:07:56.577Z
67232023-11-02T20:07:56.596Z Doc-tests oximeter-producer
67242023-11-02T20:07:56.601Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-635ab8c11b73e28c.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-8fd6f7d9407b4a5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67252023-11-02T20:07:56.609Z
67262023-11-02T20:07:56.621Zrunning 0 tests
67272023-11-02T20:07:56.638Z
67282023-11-02T20:07:56.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67292023-11-02T20:07:56.646Z
67302023-11-02T20:07:56.649Z Doc-tests sled-agent-client
67312023-11-02T20:07:56.653Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ae40613fc20837bf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67322023-11-02T20:07:57.587Z
67332023-11-02T20:07:57.590Zrunning 0 tests
67342023-11-02T20:07:57.595Z
67352023-11-02T20:07:57.598Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67362023-11-02T20:07:57.601Z
67372023-11-02T20:07:57.639Z Doc-tests sled-hardware
67382023-11-02T20:07:57.642Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0c6c6e7c38796232.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e864b1bea07c64d7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67392023-11-02T20:07:58.476Z
67402023-11-02T20:07:58.487Zrunning 0 tests
67412023-11-02T20:07:58.499Z
67422023-11-02T20:07:58.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67432023-11-02T20:07:58.950Z
67442023-11-02T20:07:58.955Z Doc-tests sp-sim
67452023-11-02T20:07:58.958Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8eb9151134f1ef5e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7e74820b9041d7a8.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -C embed-bitcode=no -D warnings --error-format human`
67462023-11-02T20:07:59.176Z
67472023-11-02T20:07:59.198Zrunning 0 tests
67482023-11-02T20:07:59.213Z
67492023-11-02T20:07:59.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67502023-11-02T20:07:59.238Z
67512023-11-02T20:07:59.248Z Doc-tests tufaceous
67522023-11-02T20:07:59.256Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7a4ba0a135e96b75.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib -C embed-bitcode=no -D warnings --error-format human`
67532023-11-02T20:07:59.810Z
67542023-11-02T20:07:59.819Zrunning 0 tests
67552023-11-02T20:07:59.838Z
67562023-11-02T20:07:59.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67572023-11-02T20:07:59.850Z
67582023-11-02T20:07:59.854Z Doc-tests tufaceous-lib
67592023-11-02T20:07:59.860Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -C embed-bitcode=no -D warnings --error-format human`
67602023-11-02T20:08:00.542Z
67612023-11-02T20:08:00.549Zrunning 0 tests
67622023-11-02T20:08:00.972Z
67632023-11-02T20:08:00.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67642023-11-02T20:08:01.003Z
67652023-11-02T20:08:01.008Z Doc-tests update-engine
67662023-11-02T20:08:01.012Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -C embed-bitcode=no -D warnings --error-format human`
67672023-11-02T20:08:01.369Z
67682023-11-02T20:08:01.374Zrunning 3 tests
67692023-11-02T20:08:01.377Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
67702023-11-02T20:08:01.381Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
67712023-11-02T20:08:01.388Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
67722023-11-02T20:08:01.391Z
67732023-11-02T20:08:01.396Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
67742023-11-02T20:08:01.400Z
67752023-11-02T20:08:01.410Z Doc-tests wicket
67762023-11-02T20:08:01.415Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-82d3a07aaa41ea8c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -C embed-bitcode=no -D warnings --error-format human`
67772023-11-02T20:08:02.732Z
67782023-11-02T20:08:02.739Zrunning 0 tests
67792023-11-02T20:08:02.745Z
67802023-11-02T20:08:02.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67812023-11-02T20:08:02.754Z
67822023-11-02T20:08:02.776Z Doc-tests wicket-common
67832023-11-02T20:08:02.781Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib -C embed-bitcode=no -D warnings --error-format human`
67842023-11-02T20:08:03.337Z
67852023-11-02T20:08:03.341Zrunning 0 tests
67862023-11-02T20:08:03.344Z
67872023-11-02T20:08:03.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67882023-11-02T20:08:03.352Z
67892023-11-02T20:08:03.367Z Doc-tests wicket-dbg
67902023-11-02T20:08:03.374Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-82d3a07aaa41ea8c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-16860d2ac5b83083.rlib -C embed-bitcode=no -D warnings --error-format human`
67912023-11-02T20:08:03.951Z
67922023-11-02T20:08:03.955Zrunning 0 tests
67932023-11-02T20:08:03.958Z
67942023-11-02T20:08:03.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67952023-11-02T20:08:03.965Z
67962023-11-02T20:08:03.985Z Doc-tests wicketd
67972023-11-02T20:08:03.989Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-1e467509c58f337e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-2f6035c76d30893d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-6df71102ebee6521.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-fee7c5b674a484b0.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e92f3e194a6ab809.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-494b245db7b4a1a7.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-8bfa9a91c619f284.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-8d5154f1f7e0daa7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-258d12145764d740.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3721c59b961ba33a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-d8e2e796bd074567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-a46176724d029064.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7a4ba0a135e96b75.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e5087ec98ed1141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-70952291a591ed77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib -C embed-bitcode=no -D warnings --error-format human`
67982023-11-02T20:08:05.643Z
67992023-11-02T20:08:05.647Zrunning 0 tests
68002023-11-02T20:08:05.650Z
68012023-11-02T20:08:05.653Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68022023-11-02T20:08:05.656Z
68032023-11-02T20:08:05.691Z Doc-tests wicketd-client
68042023-11-02T20:08:05.700Z Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-f0b8027f3f0db438.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d3fd9567ca9eb3d4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-60980178a878576d.rlib -C embed-bitcode=no -D warnings --error-format human`
68052023-11-02T20:08:08.188Z
68062023-11-02T20:08:08.192Zrunning 0 tests
68072023-11-02T20:08:08.198Z
68082023-11-02T20:08:08.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68092023-11-02T20:08:08.205Z
68102023-11-02T20:08:08.284Z
68112023-11-02T20:08:08.288Zreal 2:08.434541949
68122023-11-02T20:08:08.291Zuser 2:05.160717595
68132023-11-02T20:08:08.294Zsys 40.030111945
68142023-11-02T20:08:08.298Ztrap 0.027305241
68152023-11-02T20:08:08.301Ztflt 1.306324640
68162023-11-02T20:08:08.305Zdflt 11.827629474
68172023-11-02T20:08:08.309Zkflt 0.062654101
68182023-11-02T20:08:08.312Zlock 2:12.643641424
68192023-11-02T20:08:08.317Zslp 12:21.413420467
68202023-11-02T20:08:08.321Zlat 1.052231611
68212023-11-02T20:08:08.323Zstop 2.682202850
68222023-11-02T20:08:08.326Zfiles in /var/tmp/omicron_tmp (none expected on success):
68232023-11-02T20:08:08.329Z164476 11 drwxr-xr-x 2 build build 2 Nov 2 20:08 /var/tmp/omicron_tmp
68242023-11-02T20:08:08.995Zprocess exited: duration 4870849 ms, exit code 0
 
68252023-11-02T20:08:09.004Zfound 0 output files