01HNC8VWC4YCRACM3EMRMVC3AF: 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: 01HNC8WHAJRTH1N9NS7QDYYR8S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-30T04:11:34.055Zjob assigned to worker 01HNC8XQXHN7XXCFSZ5J1JNJR1 (queued for 2 m 38 s)
 
22024-01-30T04:11:34.943Zstarting task 0: "setup"
32024-01-30T04:11:35.211Z++ uname -s
42024-01-30T04:11:35.225Z+ kern=SunOS
52024-01-30T04:11:35.226Z+ case "$kern" in
62024-01-30T04:11:35.226Z+ groupadd -g 12345 build
72024-01-30T04:11:35.226Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-30T04:11:37.359Z+ zfs create -o mountpoint=/work rpool/work
92024-01-30T04:11:37.462Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-30T04:11:37.465Z+ home_fs=zfs
112024-01-30T04:11:37.465Z+ [[ zfs == autofs ]]
122024-01-30T04:11:37.465Z+ mkdir -p /home/build
132024-01-30T04:11:37.469Z+ chown build:build /home/build /work
142024-01-30T04:11:38.473Z+ chmod 0700 /home/build /work
152024-01-30T04:11:38.479Zprocess exited: duration 3531 ms, exit code 0
 
162024-01-30T04:11:38.500Zstarting task 1: "rust-toolchain"
172024-01-30T04:11:38.509Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-30T04:11:38.510Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-30T04:11:38.675Zinfo: downloading installer
202024-01-30T04:11:40.652Zwarning: it looks like you have an existing installation of Rust at:
212024-01-30T04:11:40.653Zwarning: /opt/ooce/bin
222024-01-30T04:11:40.653Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-30T04:11:40.654Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-30T04:11:40.654Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-30T04:11:40.654Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-30T04:11:40.654Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-30T04:11:40.670Zerror: cannot install while Rust is installed
282024-01-30T04:11:40.670Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-30T04:11:40.857Zinfo: profile set to 'default'
302024-01-30T04:11:40.857Zinfo: default host triple is x86_64-unknown-illumos
312024-01-30T04:11:40.878Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-30T04:11:41.037Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-30T04:11:41.044Zinfo: downloading component 'cargo'
342024-01-30T04:11:41.843Zinfo: downloading component 'clippy'
352024-01-30T04:11:42.137Zinfo: downloading component 'rust-docs'
362024-01-30T04:11:43.153Zinfo: downloading component 'rust-std'
372024-01-30T04:11:44.958Zinfo: downloading component 'rustc'
382024-01-30T04:11:49.354Zinfo: downloading component 'rustfmt'
392024-01-30T04:11:49.616Zinfo: installing component 'cargo'
402024-01-30T04:11:51.195Zinfo: installing component 'clippy'
412024-01-30T04:11:51.972Zinfo: installing component 'rust-docs'
422024-01-30T04:11:54.708Zinfo: installing component 'rust-std'
432024-01-30T04:11:58.168Zinfo: installing component 'rustc'
442024-01-30T04:12:06.265Zinfo: installing component 'rustfmt'
452024-01-30T04:12:06.840Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-30T04:12:06.840Z
472024-01-30T04:12:06.981Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-30T04:12:06.982Z
492024-01-30T04:12:06.995Z
502024-01-30T04:12:06.995ZRust is installed now. Great!
512024-01-30T04:12:06.995Z
522024-01-30T04:12:06.996ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-30T04:12:06.996Zenvironment variable. This has not been done automatically.
542024-01-30T04:12:06.996Z
552024-01-30T04:12:06.996ZTo configure your current shell, run:
562024-01-30T04:12:06.996Zsource "$HOME/.cargo/env"
572024-01-30T04:12:07.071Z+ rustc --version
582024-01-30T04:12:07.183Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-30T04:12:07.188Zprocess exited: duration 28687 ms, exit code 0
 
602024-01-30T04:12:07.197Zstarting task 2: "authentication"
612024-01-30T04:12:07.228Zprocess exited: duration 30 ms, exit code 0
 
622024-01-30T04:12:07.234Zstarting task 3: "clone repository"
632024-01-30T04:12:07.241Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-30T04:12:07.246Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-30T04:12:07.443ZCloning into '/work/oxidecomputer/omicron'...
662024-01-30T04:12:14.302Z+ cd /work/oxidecomputer/omicron
672024-01-30T04:12:14.302Z+ git fetch origin 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6
682024-01-30T04:12:14.680ZFrom https://github.com/oxidecomputer/omicron
692024-01-30T04:12:14.680Z * branch 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 -> FETCH_HEAD
702024-01-30T04:12:14.690Z+ [[ -n renovate/snafu-0.x ]]
712024-01-30T04:12:14.694Z++ git branch --show-current
722024-01-30T04:12:14.701Z+ current=main
732024-01-30T04:12:14.701Z+ [[ main != renovate/snafu-0.x ]]
742024-01-30T04:12:14.701Z+ git branch -f renovate/snafu-0.x 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6
752024-01-30T04:12:14.715Z+ git checkout -f renovate/snafu-0.x
762024-01-30T04:12:14.897ZSwitched to branch 'renovate/snafu-0.x'
772024-01-30T04:12:14.912Z+ git reset --hard 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6
782024-01-30T04:12:14.912ZHEAD is now at 5be18f982 Update Rust crate snafu to 0.8
792024-01-30T04:12:14.912Zprocess exited: duration 7667 ms, exit code 0
 
802024-01-30T04:12:14.936Zstarting task 4: "build"
812024-01-30T04:12:14.968Z+ target_os=illumos
822024-01-30T04:12:14.968Z+ NEXTEST_VERSION=0.9.67
832024-01-30T04:12:14.968Z+ cargo --version
842024-01-30T04:12:14.968Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
852024-01-30T04:12:15.159Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
862024-01-30T04:12:15.172Zinfo: downloading component 'cargo'
872024-01-30T04:12:16.018Zinfo: downloading component 'clippy'
882024-01-30T04:12:16.285Zinfo: downloading component 'rust-docs'
892024-01-30T04:12:17.300Zinfo: downloading component 'rust-std'
902024-01-30T04:12:18.943Zinfo: downloading component 'rustc'
912024-01-30T04:12:23.323Zinfo: downloading component 'rustfmt'
922024-01-30T04:12:23.554Zinfo: installing component 'cargo'
932024-01-30T04:12:24.862Zinfo: installing component 'clippy'
942024-01-30T04:12:25.345Zinfo: installing component 'rust-docs'
952024-01-30T04:12:28.192Zinfo: installing component 'rust-std'
962024-01-30T04:12:30.626Zinfo: installing component 'rustc'
972024-01-30T04:12:36.897Zinfo: installing component 'rustfmt'
982024-01-30T04:12:37.463Zcargo 1.74.1 (ecb9851af 2023-10-18)
992024-01-30T04:12:37.470Z+ rustc --version
1002024-01-30T04:12:37.562Zrustc 1.74.1 (a28077b28 2023-12-04)
1012024-01-30T04:12:37.569Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.67/illumos
1022024-01-30T04:12:37.570Z+ gunzip
1032024-01-30T04:12:37.577Z+ tar -xvf - -C /home/build/.cargo/bin
1042024-01-30T04:12:38.947Zx cargo-nextest, 11234272 bytes, 21942 tape blocks
1052024-01-30T04:12:39.437Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1062024-01-30T04:12:39.437Z+ echo 'tests will store output in /var/tmp/omicron_tmp'
1072024-01-30T04:12:39.437Ztests will store output in /var/tmp/omicron_tmp
1082024-01-30T04:12:39.437Z+ mkdir /var/tmp/omicron_tmp
1092024-01-30T04:12:39.437Z+ source ./env.sh
1102024-01-30T04:12:39.437Z++ set -o xtrace
1112024-01-30T04:12:39.437Z++++ dirname ./env.sh
1122024-01-30T04:12:39.438Z+++ cd .
1132024-01-30T04:12:39.438Z+++ echo /work/oxidecomputer/omicron
1142024-01-30T04:12:39.438Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152024-01-30T04:12:39.438Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162024-01-30T04:12:39.438Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172024-01-30T04:12:39.438Z++ 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
1182024-01-30T04:12:39.438Z++ 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
1192024-01-30T04:12:39.438Z++ 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
1202024-01-30T04:12:39.438Z++ 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
1212024-01-30T04:12:39.439Z++ 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
1222024-01-30T04:12:39.439Z++ 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
1232024-01-30T04:12:39.440Z++ unset OMICRON_WS
1242024-01-30T04:12:39.441Z++ set +o xtrace
1252024-01-30T04:12:39.441Z
1262024-01-30T04:12:39.441Z ##### ##### ###### ##### ###### #### # # # #### #
1272024-01-30T04:12:39.441Z # # # # # # # # # # # # # # #
1282024-01-30T04:12:39.441Z # # # # ##### # # ##### # # # # # #### #
1292024-01-30T04:12:39.441Z ##### ##### # ##### # # # # # # # # #
1302024-01-30T04:12:39.441Z # # # # # # # # # # # # # # #
1312024-01-30T04:12:39.441Z # # # ###### # # ###### ### # #### # #### #
1322024-01-30T04:12:39.441Z
1332024-01-30T04:12:50.137Z Startup: Refreshing catalog 'helios-dev' ... Done
1342024-01-30T04:12:51.830Z Startup: Caching catalogs ... Done
1352024-01-30T04:12:54.512ZPlanning: Solver setup ... Done (2.176s)
1362024-01-30T04:12:54.570ZPlanning: Running solver ... Done (0.059s)
1372024-01-30T04:12:54.591ZPlanning: Finding local manifests ... Done (0.003s)
1382024-01-30T04:12:54.614ZPlanning: Fetching manifests: 0/4 0% complete
1392024-01-30T04:12:54.898ZPlanning: Fetching manifests: 4/4 100% complete
1402024-01-30T04:12:54.977ZPlanning: Package planning ... Done (0.079s)
1412024-01-30T04:12:55.056ZPlanning: Merging actions ... Done (0.084s)
1422024-01-30T04:12:55.830ZPlanning: Checking for conflicting actions ... Done (0.775s)
1432024-01-30T04:12:55.848ZPlanning: Consolidating action changes ... Done (0.017s)
1442024-01-30T04:13:00.025ZPlanning: Evaluating mediators ... Done (4.172s)
1452024-01-30T04:13:00.039ZPlanning: Planning completed in 8.15 seconds
1462024-01-30T04:13:01.719Z Packages to install: 4
1472024-01-30T04:13:01.719Z Mediators to change: 2
1482024-01-30T04:13:01.719Z Services to change: 1
1492024-01-30T04:13:02.137Z Estimated space available: 148.86 GB
1502024-01-30T04:13:02.138ZEstimated space to be consumed: 1.40 GB
1512024-01-30T04:13:02.138Z Create boot environment: No
1522024-01-30T04:13:02.138ZCreate backup boot environment: No
1532024-01-30T04:13:02.138Z Rebuild boot archive: No
1542024-01-30T04:13:02.138Z
1552024-01-30T04:13:02.138ZChanged mediators:
1562024-01-30T04:13:02.138Z mediator clang:
1572024-01-30T04:13:02.138Z version: None -> 15 (system default)
1582024-01-30T04:13:02.138Z
1592024-01-30T04:13:02.138Z mediator llvm:
1602024-01-30T04:13:02.138Z version: 14 (system default) -> 15 (system default)
1612024-01-30T04:13:02.138Z
1622024-01-30T04:13:02.139ZChanged packages:
1632024-01-30T04:13:02.139Zhelios-dev
1642024-01-30T04:13:02.139Z developer/build-essential
1652024-01-30T04:13:02.139Z None -> 11-2.0
1662024-01-30T04:13:02.139Z library/libxmlsec1
1672024-01-30T04:13:02.139Z None -> 1.2.35-2.0
1682024-01-30T04:13:02.139Z ooce/developer/clang-15
1692024-01-30T04:13:02.139Z None -> 15.0.7-2.0
1702024-01-30T04:13:02.139Z ooce/developer/llvm-15
1712024-01-30T04:13:02.139Z None -> 15.0.7-2.0
1722024-01-30T04:13:02.139Z
1732024-01-30T04:13:02.140ZServices:
1742024-01-30T04:13:02.140Z restart_fmri:
1752024-01-30T04:13:02.140Z svc:/system/update-man-index:default
1762024-01-30T04:13:02.144Z
1772024-01-30T04:13:02.144ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1782024-01-30T04:13:06.919ZDownload: 874/3290 items 18.5/212.6MB 8% complete (3.8M/s)
1792024-01-30T04:13:11.936ZDownload: 1699/3290 items 118.0/212.6MB 55% complete (12.1M/s)
1802024-01-30T04:13:16.947ZDownload: 2374/3290 items 120.0/212.6MB 56% complete (10.2M/s)
1812024-01-30T04:13:22.727ZDownload: 3248/3290 items 179.8/212.6MB 84% complete (6.1M/s)
1822024-01-30T04:13:24.899ZDownload: Completed 212.60 MB in 22.98 seconds (9.2M/s)
1832024-01-30T04:13:25.292Z Actions: 1/3689 actions (Installing new actions)
1842024-01-30T04:13:30.285Z Actions: 3214/3689 actions (Installing new actions)
1852024-01-30T04:13:32.927Z Actions: Completed 3689 actions in 7.65 seconds.
1862024-01-30T04:13:33.061Z Done (0.128s)
1872024-01-30T04:13:33.061Z Done (0.000s)
1882024-01-30T04:13:33.381Z Done (0.321s)
1892024-01-30T04:13:40.727Z Done (7.209s)
1902024-01-30T04:13:40.894Z Done (0.063s)
1912024-01-30T04:13:40.908Z Done (0.000s)
1922024-01-30T04:13:41.117Z Done (0.000s)
1932024-01-30T04:13:41.844ZPlanning: Evaluating mediator changes ... Done
1942024-01-30T04:13:42.123ZPlanning: Checking for conflicting actions ... Done
1952024-01-30T04:13:42.137ZPlanning: Consolidating action changes ... Done
1962024-01-30T04:13:42.561ZPlanning: Evaluating mediators ... Done
1972024-01-30T04:13:42.564ZPlanning: Planning completed in 0.72 seconds
1982024-01-30T04:13:42.615Z Mediators to change: 2
1992024-01-30T04:13:42.616Z Create boot environment: No
2002024-01-30T04:13:42.618ZCreate backup boot environment: No
2012024-01-30T04:13:42.713Z Done
2022024-01-30T04:13:42.713Z Done
2032024-01-30T04:13:42.907Z Done
2042024-01-30T04:13:48.518Z Done
2052024-01-30T04:13:48.666Z Done
2062024-01-30T04:13:48.683Z Done
2072024-01-30T04:13:48.742Z Done
2082024-01-30T04:13:50.143ZPlanning: Evaluating mediator changes ... Done
2092024-01-30T04:13:50.163ZPlanning: Merging actions ... Done
2102024-01-30T04:13:50.163ZPlanning: Checking for conflicting actions ... Done
2112024-01-30T04:13:50.163ZPlanning: Consolidating action changes ... Done
2122024-01-30T04:13:50.483ZPlanning: Evaluating mediators ... Done
2132024-01-30T04:13:50.576ZPlanning: Planning completed in 1.28 seconds
2142024-01-30T04:13:50.639Z Packages to change: 1
2152024-01-30T04:13:50.639Z Mediators to change: 1
2162024-01-30T04:13:50.644Z Services to change: 1
2172024-01-30T04:13:50.645Z Create boot environment: No
2182024-01-30T04:13:50.645ZCreate backup boot environment: Yes
2192024-01-30T04:13:52.824Z Actions: 1/6 actions (Updating modified actions)
2202024-01-30T04:13:52.831Z Actions: Completed 6 actions in 0.00 seconds.
2212024-01-30T04:13:52.831Z Done
2222024-01-30T04:13:52.832Z Done
2232024-01-30T04:13:52.893Z Done
2242024-01-30T04:13:58.598Z Done
2252024-01-30T04:13:58.726Z Done
2262024-01-30T04:13:58.744Z Done
2272024-01-30T04:13:58.830Z Done
2282024-01-30T04:13:59.501ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292024-01-30T04:13:59.501Zclang system 15 system
2302024-01-30T04:13:59.502Zcsh system system illumos
2312024-01-30T04:13:59.502Zctags system system illumos
2322024-01-30T04:13:59.502Zgcc vendor 12 vendor
2332024-01-30T04:13:59.502Zgcc system 10 system
2342024-01-30T04:13:59.502Zgcc system 7 system
2352024-01-30T04:13:59.502Zgo system 1.20 system
2362024-01-30T04:13:59.503Zgo system 1.19 system
2372024-01-30T04:13:59.503Zllvm system 15 system
2382024-01-30T04:13:59.503Zllvm system 14 system
2392024-01-30T04:13:59.503Zmariadb system 10.6 system
2402024-01-30T04:13:59.503Zmta vendor vendor dma
2412024-01-30T04:13:59.503Zopenjdk system 17 system
2422024-01-30T04:13:59.503Zopenjdk system 11 system
2432024-01-30T04:13:59.503Zopenjdk system 1.8 system
2442024-01-30T04:13:59.503Zopenssl vendor 3 vendor
2452024-01-30T04:13:59.503Zperl system 5.36 system
2462024-01-30T04:13:59.503Zpostgresql system 15 system
2472024-01-30T04:13:59.503Zpostgresql system 13 system
2482024-01-30T04:13:59.504Zpython vendor 3 vendor
2492024-01-30T04:13:59.504Zpython system 2 system
2502024-01-30T04:13:59.504Zpython3 system 3.11 system
2512024-01-30T04:13:59.504Zruby system 3.0 system
2522024-01-30T04:13:59.504Zwords vendor vendor american-english
2532024-01-30T04:13:59.504Zwords system system australian-english
2542024-01-30T04:13:59.504Zwords system system british-english
2552024-01-30T04:13:59.504Zwords system system canadian-english
2562024-01-30T04:13:59.505Zwords system system french
2572024-01-30T04:13:59.506Zwords system system italian
2582024-01-30T04:13:59.506Zwords system system ngerman
2592024-01-30T04:13:59.506Zwords system system ogerman
2602024-01-30T04:13:59.506Zwords system system spanish
2612024-01-30T04:14:00.032ZFMRI IFO
2622024-01-30T04:14:00.032Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632024-01-30T04:14:00.032Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642024-01-30T04:14:00.032Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652024-01-30T04:14:00.032Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662024-01-30T04:14:00.032Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672024-01-30T04:14:00.032Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2682024-01-30T04:14:00.032Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-01-30T04:14:00.032Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-01-30T04:14:00.115Z+ set -o errexit
2712024-01-30T04:14:00.121Z+++ dirname ./tools/ci_download_cockroachdb
2722024-01-30T04:14:00.121Z++ cd ./tools
2732024-01-30T04:14:00.121Z++ pwd
2742024-01-30T04:14:00.121Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2752024-01-30T04:14:00.121Z++ basename ./tools/ci_download_cockroachdb
2762024-01-30T04:14:00.121Z+ ARG0=ci_download_cockroachdb
2772024-01-30T04:14:00.126Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2782024-01-30T04:14:00.126Z+ CIDL_VERSION=v22.1.9
2792024-01-30T04:14:00.126Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2802024-01-30T04:14:00.126Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2812024-01-30T04:14:00.126Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2822024-01-30T04:14:00.126Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2832024-01-30T04:14:00.126Z+ TARGET_DIR=out
2842024-01-30T04:14:00.127Z+ DOWNLOAD_DIR=out/downloads
2852024-01-30T04:14:00.127Z+ DEST_DIR=./out/cockroachdb
2862024-01-30T04:14:00.127Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2872024-01-30T04:14:00.127Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2882024-01-30T04:14:00.127Z+ main
2892024-01-30T04:14:00.127Z+ [[ 0 != 0 ]]
2902024-01-30T04:14:00.127Z+ CIDL_OS=solaris2.11
2912024-01-30T04:14:00.127Z+ [[ 0 != 0 ]]
2922024-01-30T04:14:00.127Z+ configure_os solaris2.11
2932024-01-30T04:14:00.127Z+ echo 'current directory: /work/oxidecomputer/omicron'
2942024-01-30T04:14:00.127Zcurrent directory: /work/oxidecomputer/omicron
2952024-01-30T04:14:00.127Z+ echo 'configuring based on OS: "solaris2.11"'
2962024-01-30T04:14:00.128Z+ case "$1" in
2972024-01-30T04:14:00.128Zconfiguring based on OS: "solaris2.11"
2982024-01-30T04:14:00.128Z+ CIDL_BUILD=illumos
2992024-01-30T04:14:00.128Z+ CIDL_SUFFIX=tar.gz
3002024-01-30T04:14:00.129Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
3012024-01-30T04:14:00.129Z+ CIDL_MD5FUNC=do_md5sum
3022024-01-30T04:14:00.129Z+ CIDL_URL_BASE=https://illumos.org/downloads
3032024-01-30T04:14:00.129Z+ CIDL_ASSEMBLE=do_assemble_illumos
3042024-01-30T04:14:00.129Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3052024-01-30T04:14:00.131Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3062024-01-30T04:14:00.131Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-01-30T04:14:00.131Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3082024-01-30T04:14:00.131Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-01-30T04:14:00.131Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3102024-01-30T04:14:00.131ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-01-30T04:14:00.132ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-01-30T04:14:00.132Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3132024-01-30T04:14:00.132Z+ mkdir -p out/downloads
3142024-01-30T04:14:00.135Z+ mkdir -p ./out/cockroachdb
3152024-01-30T04:14:00.135Z+ local DO_DOWNLOAD=true
3162024-01-30T04:14:00.135Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3172024-01-30T04:14:00.136Z+ '[' true == true ']'
3182024-01-30T04:14:00.136Z+ echo Downloading...
3192024-01-30T04:14:00.136ZDownloading...
3202024-01-30T04:14:00.136Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3212024-01-30T04:14:00.136Z+ 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
3222024-01-30T04:14:02.459Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3232024-01-30T04:14:02.470Z++ md5sum
3242024-01-30T04:14:02.470Z++ awk '{print $1}'
3252024-01-30T04:14:02.676Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3262024-01-30T04:14:02.676Z+ [[ 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 ]]
3272024-01-30T04:14:02.677Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-01-30T04:14:02.681Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3292024-01-30T04:14:06.041Z+ do_assemble_illumos
3302024-01-30T04:14:06.042Z+ rm -r ./out/cockroachdb
3312024-01-30T04:14:06.047Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3322024-01-30T04:14:07.060Z+ ./out/cockroachdb/bin/cockroach version
3332024-01-30T04:14:07.075ZBuild Tag: v22.1.9-dirty
3342024-01-30T04:14:07.075ZBuild Time: 2022/10/26 21:17:46
3352024-01-30T04:14:07.075ZDistribution: OSS
3362024-01-30T04:14:07.075ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3372024-01-30T04:14:07.075ZGo Version: go1.17.13
3382024-01-30T04:14:07.077ZC Compiler: gcc 10.3.0
3392024-01-30T04:14:07.077ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3402024-01-30T04:14:07.077ZBuild Type: release
3412024-01-30T04:14:07.077Z+ set -o errexit
3422024-01-30T04:14:07.077Z+++ dirname ./tools/ci_download_clickhouse
3432024-01-30T04:14:07.078Z++ cd ./tools
3442024-01-30T04:14:07.078Z++ pwd
3452024-01-30T04:14:07.078Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3462024-01-30T04:14:07.078Z++ basename ./tools/ci_download_clickhouse
3472024-01-30T04:14:07.078Z+ ARG0=ci_download_clickhouse
3482024-01-30T04:14:07.078Z+ TARGET_DIR=out
3492024-01-30T04:14:07.079Z+ DOWNLOAD_DIR=out/downloads
3502024-01-30T04:14:07.079Z+ DEST_DIR=./out/clickhouse
3512024-01-30T04:14:07.079Z+ CIDL_VERSION=v22.8.9.24
3522024-01-30T04:14:07.079Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3532024-01-30T04:14:07.079Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3542024-01-30T04:14:07.080Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3552024-01-30T04:14:07.080Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3562024-01-30T04:14:07.080Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3572024-01-30T04:14:07.080Z+ main
3582024-01-30T04:14:07.080Z+ [[ 0 != 0 ]]
3592024-01-30T04:14:07.081Z+ CIDL_OS=solaris2.11
3602024-01-30T04:14:07.081Z+ [[ 0 != 0 ]]
3612024-01-30T04:14:07.081Z+ configure_os solaris2.11
3622024-01-30T04:14:07.081Z+ echo 'current directory: /work/oxidecomputer/omicron'
3632024-01-30T04:14:07.082Zcurrent directory: /work/oxidecomputer/omicron
3642024-01-30T04:14:07.082Z+ echo 'configuring based on OS: "solaris2.11"'
3652024-01-30T04:14:07.082Z+ CIDL_DASHREV=
3662024-01-30T04:14:07.083Zconfiguring based on OS: "solaris2.11"
3672024-01-30T04:14:07.084Z+ case "$1" in
3682024-01-30T04:14:07.084Z+ CIDL_PLATFORM=illumos
3692024-01-30T04:14:07.084Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3702024-01-30T04:14:07.084Z+ CIDL_MD5FUNC=do_md5sum
3712024-01-30T04:14:07.084Z+ CIDL_DASHREV=-1
3722024-01-30T04:14:07.084Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3732024-01-30T04:14:07.084Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3742024-01-30T04:14:07.084Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3752024-01-30T04:14:07.084Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3762024-01-30T04:14:07.085Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3772024-01-30T04:14:07.085Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3782024-01-30T04:14:07.085ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3792024-01-30T04:14:07.085ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3802024-01-30T04:14:07.085Z+ mkdir -p out/downloads
3812024-01-30T04:14:07.085Z+ mkdir -p ./out/clickhouse
3822024-01-30T04:14:07.085Z+ local DO_DOWNLOAD=true
3832024-01-30T04:14:07.085Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3842024-01-30T04:14:07.086Z+ '[' true == true ']'
3852024-01-30T04:14:07.086Z+ echo Downloading...
3862024-01-30T04:14:07.086ZDownloading...
3872024-01-30T04:14:07.086Z+ 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
3882024-01-30T04:14:07.086Z+ 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
3892024-01-30T04:14:08.452Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3902024-01-30T04:14:08.473Z++ md5sum
3912024-01-30T04:14:08.473Z++ awk '{print $1}'
3922024-01-30T04:14:08.730Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3932024-01-30T04:14:08.731Z+ [[ 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 ]]
3942024-01-30T04:14:08.731Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3952024-01-30T04:14:08.749Z+ mkdir -p ./out/clickhouse
3962024-01-30T04:14:08.750Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3972024-01-30T04:14:13.497Z+ ./out/clickhouse/clickhouse server --version
3982024-01-30T04:14:13.550ZClickHouse server version 22.8.9.1.
3992024-01-30T04:14:13.575Z+ set -o errexit
4002024-01-30T04:14:13.578Z+++ dirname ./tools/ci_download_console
4012024-01-30T04:14:13.594Z++ cd ./tools
4022024-01-30T04:14:13.594Z++ pwd
4032024-01-30T04:14:13.594Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4042024-01-30T04:14:13.594Z++ basename ./tools/ci_download_console
4052024-01-30T04:14:13.607Z+ ARG0=ci_download_console
4062024-01-30T04:14:13.607Z+ TARGET_DIR=out
4072024-01-30T04:14:13.610Z+ DOWNLOAD_DIR=out/downloads
4082024-01-30T04:14:13.611Z+ DEST_DIR=./out/console-assets
4092024-01-30T04:14:13.611Z+ source /work/oxidecomputer/omicron/tools/console_version
4102024-01-30T04:14:13.611Z++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295
4112024-01-30T04:14:13.611Z++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
4122024-01-30T04:14:13.611Z+ URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
4132024-01-30T04:14:13.611Z+ TARBALL_FILE=out/downloads/console.tar.gz
4142024-01-30T04:14:13.611Z+ main
4152024-01-30T04:14:13.611Z+ [[ 0 != 0 ]]
4162024-01-30T04:14:13.611Z+ echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz'
4172024-01-30T04:14:13.611ZURL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
4182024-01-30T04:14:13.611Z+ echo 'Local file: out/downloads/console.tar.gz'
4192024-01-30T04:14:13.611ZLocal file: out/downloads/console.tar.gz
4202024-01-30T04:14:13.611Z+ local DO_DOWNLOAD=true
4212024-01-30T04:14:13.611Z+ [[ -f out/downloads/console.tar.gz ]]
4222024-01-30T04:14:13.611Z+ mkdir -p out/downloads
4232024-01-30T04:14:13.612Z+ '[' true == true ']'
4242024-01-30T04:14:13.612Z+ echo Downloading...
4252024-01-30T04:14:13.612ZDownloading...
4262024-01-30T04:14:13.612Z+ do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz
4272024-01-30T04:14:13.612Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
4282024-01-30T04:14:14.470Z++ do_sha256sum out/downloads/console.tar.gz
4292024-01-30T04:14:14.474Z++ case "$OSTYPE" in
4302024-01-30T04:14:14.474Z++ SHA=sha256sum
4312024-01-30T04:14:14.474Z++ sha256sum
4322024-01-30T04:14:14.474Z++ awk '{print $1}'
4332024-01-30T04:14:14.543Z+ calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
4342024-01-30T04:14:14.543Z+ [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]]
4352024-01-30T04:14:14.553Z+ rm -rf ./out/console-assets
4362024-01-30T04:14:14.553Z+ mkdir -p ./out/console-assets
4372024-01-30T04:14:14.553Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4382024-01-30T04:14:14.553Z+ mkdir -p ./out/console-assets
4392024-01-30T04:14:14.553Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4402024-01-30T04:14:14.683Z+ set -o errexit
4412024-01-30T04:14:14.695Z+++ dirname ./tools/ci_download_maghemite_openapi
4422024-01-30T04:14:14.696Z++ cd ./tools
4432024-01-30T04:14:14.696Z++ pwd
4442024-01-30T04:14:14.696Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4452024-01-30T04:14:14.696Z++ basename ./tools/ci_download_maghemite_openapi
4462024-01-30T04:14:14.696Z+ ARG0=ci_download_maghemite_openapi
4472024-01-30T04:14:14.696Z+ TARGET_DIR=out
4482024-01-30T04:14:14.697Z+ DOWNLOAD_DIR=out/downloads
4492024-01-30T04:14:14.697Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4502024-01-30T04:14:14.697Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
4512024-01-30T04:14:14.697Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4522024-01-30T04:14:14.697Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4532024-01-30T04:14:14.697Z+ LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4542024-01-30T04:14:14.697Z+ main
4552024-01-30T04:14:14.698Z+ [[ 0 != 0 ]]
4562024-01-30T04:14:14.698Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json'
4572024-01-30T04:14:14.698ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4582024-01-30T04:14:14.698Z+ echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json'
4592024-01-30T04:14:14.698Z+ local DO_DOWNLOAD=true
4602024-01-30T04:14:14.698ZLocal file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4612024-01-30T04:14:14.698Z+ [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]]
4622024-01-30T04:14:14.699Z+ mkdir -p out/downloads
4632024-01-30T04:14:14.711Z+ '[' true == true ']'
4642024-01-30T04:14:14.725Z+ echo Downloading...
4652024-01-30T04:14:14.725ZDownloading...
4662024-01-30T04:14:14.725Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4672024-01-30T04:14:14.726Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4682024-01-30T04:14:14.903Z++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4692024-01-30T04:14:14.911Z++ case "$OSTYPE" in
4702024-01-30T04:14:14.911Z++ SHA=sha256sum
4712024-01-30T04:14:14.911Z++ sha256sum
4722024-01-30T04:14:14.911Z++ awk '{print $1}'
4732024-01-30T04:14:14.911Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4742024-01-30T04:14:14.911Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4752024-01-30T04:14:14.912Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4762024-01-30T04:14:14.912Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
4772024-01-30T04:14:14.912Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4782024-01-30T04:14:14.912Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4792024-01-30T04:14:14.912Z+ LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4802024-01-30T04:14:14.914Z+ main
4812024-01-30T04:14:14.914Z+ [[ 0 != 0 ]]
4822024-01-30T04:14:14.914Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json'
4832024-01-30T04:14:14.914ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4842024-01-30T04:14:14.914Z+ echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json'
4852024-01-30T04:14:14.915ZLocal file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4862024-01-30T04:14:14.917Z+ local DO_DOWNLOAD=true
4872024-01-30T04:14:14.918Z+ [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]]
4882024-01-30T04:14:14.918Z+ mkdir -p out/downloads
4892024-01-30T04:14:14.923Z+ '[' true == true ']'
4902024-01-30T04:14:14.923Z+ echo Downloading...
4912024-01-30T04:14:14.923ZDownloading...
4922024-01-30T04:14:14.923Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4932024-01-30T04:14:14.924Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4942024-01-30T04:14:15.128Z++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4952024-01-30T04:14:15.133Z++ case "$OSTYPE" in
4962024-01-30T04:14:15.134Z++ SHA=sha256sum
4972024-01-30T04:14:15.134Z++ sha256sum
4982024-01-30T04:14:15.134Z++ awk '{print $1}'
4992024-01-30T04:14:15.134Z+ calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
5002024-01-30T04:14:15.134Z+ [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]]
5012024-01-30T04:14:15.140Z+ set -o errexit
5022024-01-30T04:14:15.148Z+++ dirname ./tools/ci_download_dendrite_openapi
5032024-01-30T04:14:15.149Z++ cd ./tools
5042024-01-30T04:14:15.149Z++ pwd
5052024-01-30T04:14:15.149Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062024-01-30T04:14:15.150Z++ basename ./tools/ci_download_dendrite_openapi
5072024-01-30T04:14:15.162Z+ ARG0=ci_download_dendrite_openapi
5082024-01-30T04:14:15.162Z+ TARGET_DIR=out
5092024-01-30T04:14:15.162Z+ DOWNLOAD_DIR=out/downloads
5102024-01-30T04:14:15.162Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5112024-01-30T04:14:15.162Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5122024-01-30T04:14:15.162Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5132024-01-30T04:14:15.165Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5142024-01-30T04:14:15.165Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5152024-01-30T04:14:15.165Z+ main
5162024-01-30T04:14:15.165Z+ [[ 0 != 0 ]]
5172024-01-30T04:14:15.165Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
5182024-01-30T04:14:15.165ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5192024-01-30T04:14:15.165ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5202024-01-30T04:14:15.165Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
5212024-01-30T04:14:15.165Z+ local DO_DOWNLOAD=true
5222024-01-30T04:14:15.166Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
5232024-01-30T04:14:15.166Z+ mkdir -p out/downloads
5242024-01-30T04:14:15.166Z+ '[' true == true ']'
5252024-01-30T04:14:15.166Z+ echo Downloading...
5262024-01-30T04:14:15.166ZDownloading...
5272024-01-30T04:14:15.166Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5282024-01-30T04:14:15.166Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5292024-01-30T04:14:15.444Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5302024-01-30T04:14:15.444Z++ case "$OSTYPE" in
5312024-01-30T04:14:15.449Z++ SHA=sha256sum
5322024-01-30T04:14:15.450Z++ sha256sum
5332024-01-30T04:14:15.450Z++ awk '{print $1}'
5342024-01-30T04:14:15.453Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5352024-01-30T04:14:15.453Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5362024-01-30T04:14:15.459Z+ set -o errexit
5372024-01-30T04:14:15.462Z+++ dirname ./tools/ci_download_dendrite_stub
5382024-01-30T04:14:15.462Z++ cd ./tools
5392024-01-30T04:14:15.467Z++ pwd
5402024-01-30T04:14:15.467Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5412024-01-30T04:14:15.468Z++ basename ./tools/ci_download_dendrite_stub
5422024-01-30T04:14:15.472Z+ ARG0=ci_download_dendrite_stub
5432024-01-30T04:14:15.472Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5442024-01-30T04:14:15.472Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5452024-01-30T04:14:15.473Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5462024-01-30T04:14:15.473Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5472024-01-30T04:14:15.473Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5482024-01-30T04:14:15.473Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5492024-01-30T04:14:15.473Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5502024-01-30T04:14:15.473Z+ TARGET_DIR=out
5512024-01-30T04:14:15.473Z+ DOWNLOAD_DIR=out/downloads
5522024-01-30T04:14:15.473Z+ DEST_DIR=./out/dendrite-stub
5532024-01-30T04:14:15.473Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5542024-01-30T04:14:15.473Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5552024-01-30T04:14:15.473Z+ REPO=oxidecomputer/dendrite
5562024-01-30T04:14:15.473Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5572024-01-30T04:14:15.473Z+ main
5582024-01-30T04:14:15.473Z+ [[ 0 != 0 ]]
5592024-01-30T04:14:15.474Z+ CIDL_OS=solaris2.11
5602024-01-30T04:14:15.474Z+ [[ 0 != 0 ]]
5612024-01-30T04:14:15.474Z+ configure_os solaris2.11
5622024-01-30T04:14:15.474Z+ echo 'current directory: /work/oxidecomputer/omicron'
5632024-01-30T04:14:15.474Zcurrent directory: /work/oxidecomputer/omicron
5642024-01-30T04:14:15.474Z+ echo 'configuring based on OS: "solaris2.11"'
5652024-01-30T04:14:15.474Zconfiguring based on OS: "solaris2.11"
5662024-01-30T04:14:15.475Z+ case "$1" in
5672024-01-30T04:14:15.475Z+ SET_BINARIES=
5682024-01-30T04:14:15.475Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5692024-01-30T04:14:15.475Z+ CIDL_SHA256FUNC=do_sha256sum
5702024-01-30T04:14:15.475Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5712024-01-30T04:14:15.475Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5722024-01-30T04:14:15.475Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5732024-01-30T04:14:15.475ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5742024-01-30T04:14:15.475ZLocal file: out/downloads/dendrite-stub.tar.gz
5752024-01-30T04:14:15.475Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5762024-01-30T04:14:15.475Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5772024-01-30T04:14:15.475Z+ mkdir -p out/downloads
5782024-01-30T04:14:15.475Z+ mkdir -p ./out/dendrite-stub
5792024-01-30T04:14:15.479Z+ fetch_and_verify
5802024-01-30T04:14:15.479Z+ local DO_DOWNLOAD=true
5812024-01-30T04:14:15.479Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5822024-01-30T04:14:15.479Z+ '[' true == true ']'
5832024-01-30T04:14:15.479Z+ echo Downloading...
5842024-01-30T04:14:15.479ZDownloading...
5852024-01-30T04:14:15.479Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5862024-01-30T04:14:15.479Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5872024-01-30T04:14:28.057Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5882024-01-30T04:14:28.063Z++ sha256sum
5892024-01-30T04:14:28.063Z++ awk '{print $1}'
5902024-01-30T04:14:28.159Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5912024-01-30T04:14:28.159Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5922024-01-30T04:14:28.162Z+ do_untar out/downloads/dendrite-stub.tar.gz
5932024-01-30T04:14:28.162Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5942024-01-30T04:14:29.233Z+ do_assemble
5952024-01-30T04:14:29.233Z+ rm -r ./out/dendrite-stub
5962024-01-30T04:14:29.237Z+ mkdir ./out/dendrite-stub
5972024-01-30T04:14:29.239Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5982024-01-30T04:14:29.395Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5992024-01-30T04:14:29.407Z+ set -o errexit
6002024-01-30T04:14:29.410Z+++ dirname ./tools/ci_download_maghemite_mgd
6012024-01-30T04:14:29.413Z++ cd ./tools
6022024-01-30T04:14:29.413Z++ pwd
6032024-01-30T04:14:29.413Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6042024-01-30T04:14:29.417Z++ basename ./tools/ci_download_maghemite_mgd
6052024-01-30T04:14:29.417Z+ ARG0=ci_download_maghemite_mgd
6062024-01-30T04:14:29.417Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6072024-01-30T04:14:29.417Z++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d
6082024-01-30T04:14:29.417Z++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34
6092024-01-30T04:14:29.417Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6102024-01-30T04:14:29.417Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
6112024-01-30T04:14:29.417Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
6122024-01-30T04:14:29.417Z+ TARGET_DIR=out
6132024-01-30T04:14:29.417Z+ DOWNLOAD_DIR=out/downloads
6142024-01-30T04:14:29.417Z+ DEST_DIR=./out/mgd
6152024-01-30T04:14:29.417Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6162024-01-30T04:14:29.417Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6172024-01-30T04:14:29.417Z+ REPO=oxidecomputer/maghemite
6182024-01-30T04:14:29.417Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342
6192024-01-30T04:14:29.417Z+ main
6202024-01-30T04:14:29.417Z+ [[ 0 != 0 ]]
6212024-01-30T04:14:29.417Z+ CIDL_OS=solaris2.11
6222024-01-30T04:14:29.417Z+ [[ 0 != 0 ]]
6232024-01-30T04:14:29.417Z+ configure_os solaris2.11
6242024-01-30T04:14:29.418Z+ echo 'current directory: /work/oxidecomputer/omicron'
6252024-01-30T04:14:29.418Zcurrent directory: /work/oxidecomputer/omicron
6262024-01-30T04:14:29.418Zconfiguring based on OS: "solaris2.11"
6272024-01-30T04:14:29.418Z+ echo 'configuring based on OS: "solaris2.11"'
6282024-01-30T04:14:29.418Z+ case "$1" in
6292024-01-30T04:14:29.418Z+ SET_BINARIES=
6302024-01-30T04:14:29.418Z+ CIDL_SHA256FUNC=do_sha256sum
6312024-01-30T04:14:29.418Z+ TARBALL_FILENAME=mgd.tar.gz
6322024-01-30T04:14:29.418Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6332024-01-30T04:14:29.418Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6342024-01-30T04:14:29.418Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz'
6352024-01-30T04:14:29.419ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6362024-01-30T04:14:29.419Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6372024-01-30T04:14:29.419ZLocal file: out/downloads/mgd.tar.gz
6382024-01-30T04:14:29.422Z+ mkdir -p out/downloads
6392024-01-30T04:14:29.422Z+ mkdir -p ./out/mgd
6402024-01-30T04:14:29.422Z+ fetch_and_verify
6412024-01-30T04:14:29.422Z+ local DO_DOWNLOAD=true
6422024-01-30T04:14:29.422Z+ [[ -f out/downloads/mgd.tar.gz ]]
6432024-01-30T04:14:29.422Z+ '[' true == true ']'
6442024-01-30T04:14:29.422Z+ echo Downloading...
6452024-01-30T04:14:29.422ZDownloading...
6462024-01-30T04:14:29.422Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz
6472024-01-30T04:14:29.422Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6482024-01-30T04:14:36.639Z++ do_sha256sum out/downloads/mgd.tar.gz
6492024-01-30T04:14:36.644Z++ sha256sum
6502024-01-30T04:14:36.644Z++ awk '{print $1}'
6512024-01-30T04:14:36.723Z+ calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d
6522024-01-30T04:14:36.723Z+ [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]]
6532024-01-30T04:14:36.731Z+ do_untar out/downloads/mgd.tar.gz
6542024-01-30T04:14:36.732Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6552024-01-30T04:14:37.389Z+ do_assemble
6562024-01-30T04:14:37.389Z+ rm -r ./out/mgd
6572024-01-30T04:14:37.407Z+ mkdir ./out/mgd
6582024-01-30T04:14:37.408Z+ cp -r out/downloads/root ./out/mgd/root
6592024-01-30T04:14:37.606Z+ set -o errexit
6602024-01-30T04:14:37.609Z+++ dirname ./tools/ci_download_transceiver_control
6612024-01-30T04:14:37.609Z++ cd ./tools
6622024-01-30T04:14:37.609Z++ pwd
6632024-01-30T04:14:37.609Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6642024-01-30T04:14:37.613Z++ basename ./tools/ci_download_transceiver_control
6652024-01-30T04:14:37.613Z+ ARG0=ci_download_transceiver_control
6662024-01-30T04:14:37.613Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6672024-01-30T04:14:37.614Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6682024-01-30T04:14:37.614Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6692024-01-30T04:14:37.614Z+ TARGET_DIR=out
6702024-01-30T04:14:37.614Z+ DOWNLOAD_DIR=out/downloads
6712024-01-30T04:14:37.614Z+ DEST_DIR=./out/transceiver-control
6722024-01-30T04:14:37.614Z+ BIN_DIR=/opt/oxide/bin
6732024-01-30T04:14:37.614Z+ BINARY=xcvradm
6742024-01-30T04:14:37.614Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6752024-01-30T04:14:37.614Z+ REPO=oxidecomputer/transceiver-control
6762024-01-30T04:14:37.614Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6772024-01-30T04:14:37.614Z+ main
6782024-01-30T04:14:37.614Z+ [[ 0 != 0 ]]
6792024-01-30T04:14:37.614Z+ CIDL_OS=solaris2.11
6802024-01-30T04:14:37.614Z+ [[ 0 != 0 ]]
6812024-01-30T04:14:37.614Z+ configure_os solaris2.11
6822024-01-30T04:14:37.614Z+ echo 'current directory: /work/oxidecomputer/omicron'
6832024-01-30T04:14:37.615Zcurrent directory: /work/oxidecomputer/omicron
6842024-01-30T04:14:37.615Z+ echo 'configuring based on OS: "solaris2.11"'
6852024-01-30T04:14:37.615Z+ case "$1" in
6862024-01-30T04:14:37.615Zconfiguring based on OS: "solaris2.11"
6872024-01-30T04:14:37.615Z+ SET_BINARIES=
6882024-01-30T04:14:37.615Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6892024-01-30T04:14:37.615Z+ CIDL_SHA256FUNC=do_sha256sum
6902024-01-30T04:14:37.615Z+ ARCHIVE_FILENAME=xcvradm.gz
6912024-01-30T04:14:37.615Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6922024-01-30T04:14:37.615Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6932024-01-30T04:14:37.615Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6942024-01-30T04:14:37.615ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6952024-01-30T04:14:37.615Z+ echo 'Local file: out/downloads/xcvradm.gz'
6962024-01-30T04:14:37.615Z+ mkdir -p out/downloads
6972024-01-30T04:14:37.615ZLocal file: out/downloads/xcvradm.gz
6982024-01-30T04:14:37.623Z+ mkdir -p ./out/transceiver-control
6992024-01-30T04:14:37.623Z+ fetch_and_verify
7002024-01-30T04:14:37.623Z+ local DO_DOWNLOAD=true
7012024-01-30T04:14:37.623Z+ [[ -f out/downloads/xcvradm.gz ]]
7022024-01-30T04:14:37.623Z+ '[' true == true ']'
7032024-01-30T04:14:37.623Z+ echo Downloading...
7042024-01-30T04:14:37.623ZDownloading...
7052024-01-30T04:14:37.623Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7062024-01-30T04:14:37.624Z+ 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
7072024-01-30T04:14:39.186Z++ do_sha256sum out/downloads/xcvradm.gz
7082024-01-30T04:14:39.201Z++ sha256sum
7092024-01-30T04:14:39.201Z++ awk '{print $1}'
7102024-01-30T04:14:39.214Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7112024-01-30T04:14:39.214Z+ [[ 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 ]]
7122024-01-30T04:14:39.215Z+ do_unpack out/downloads/xcvradm.gz
7132024-01-30T04:14:39.215Z+ mkdir -p out/downloads/root//opt/oxide/bin
7142024-01-30T04:14:39.215Z+ gzip -dc out/downloads/xcvradm.gz
7152024-01-30T04:14:39.381Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7162024-01-30T04:14:39.385Z+ do_assemble
7172024-01-30T04:14:39.385Z+ rm -r ./out/transceiver-control
7182024-01-30T04:14:39.392Z+ mkdir ./out/transceiver-control
7192024-01-30T04:14:39.395Z+ cp -r out/downloads/root ./out/transceiver-control/root
7202024-01-30T04:14:39.731ZAll builder prerequisites installed successfully, and PATH looks valid
7212024-01-30T04:14:39.734Z
7222024-01-30T04:14:39.734Zreal 2:00.620659104
7232024-01-30T04:14:39.734Zuser 51.315252944
7242024-01-30T04:14:39.734Zsys 10.078492157
7252024-01-30T04:14:39.734Ztrap 0.022600052
7262024-01-30T04:14:39.734Ztflt 0.171371006
7272024-01-30T04:14:39.734Zdflt 0.333157232
7282024-01-30T04:14:39.734Zkflt 0.204834821
7292024-01-30T04:14:39.734Zlock 2.536347729
7302024-01-30T04:14:39.734Zslp 3:47.589224660
7312024-01-30T04:14:39.735Zlat 3.393423651
7322024-01-30T04:14:39.735Zstop 0.066961949
7332024-01-30T04:14:39.735Z
7342024-01-30T04:14:39.735Z ##### # # # # #####
7352024-01-30T04:14:39.735Z # # # # # # # #
7362024-01-30T04:14:39.735Z ##### # # # # # #
7372024-01-30T04:14:39.735Z # # # # # # # #
7382024-01-30T04:14:39.735Z # # # # # # # #
7392024-01-30T04:14:39.736Z ##### #### # ###### #####
7402024-01-30T04:14:39.736Z
7412024-01-30T04:14:40.088Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7422024-01-30T04:14:40.455Z Updating crates.io index
7432024-01-30T04:14:40.516Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7442024-01-30T04:14:41.422Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7452024-01-30T04:14:43.805Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7462024-01-30T04:14:44.467Z Updating git repository `http://github.com/oxidecomputer/tofino`
7472024-01-30T04:14:44.808Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7482024-01-30T04:14:45.551Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7492024-01-30T04:14:45.551Z Updating git repository `https://github.com/oxidecomputer/propolis`
7502024-01-30T04:14:46.372Z Updating git repository `https://github.com/oxidecomputer/crucible`
7512024-01-30T04:14:48.896Z Updating git repository `https://github.com/oxidecomputer/opte`
7522024-01-30T04:14:49.956Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7532024-01-30T04:14:50.265Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7542024-01-30T04:14:50.869Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7552024-01-30T04:14:51.189Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7562024-01-30T04:14:51.482Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7572024-01-30T04:14:51.788Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7582024-01-30T04:14:52.200Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7592024-01-30T04:14:52.577Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7602024-01-30T04:14:53.023Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7612024-01-30T04:14:53.596Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7622024-01-30T04:14:53.935Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7632024-01-30T04:14:54.267Z Updating git repository `https://github.com/jgallagher/nix`
7642024-01-30T04:14:55.480Z Updating git repository `https://github.com/cbiffle/hubpack`
7652024-01-30T04:14:56.003Z Updating git repository `https://github.com/oxidecomputer/typify`
7662024-01-30T04:14:57.770Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7672024-01-30T04:14:58.209Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7682024-01-30T04:14:58.528Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7692024-01-30T04:15:00.394Z Downloading crates ...
7702024-01-30T04:15:00.650Z Downloaded http-body v1.0.0
7712024-01-30T04:15:00.653Z Downloaded colorchoice v1.0.0
7722024-01-30T04:15:00.656Z Downloaded addr2line v0.21.0
7732024-01-30T04:15:00.664Z Downloaded is_ci v1.1.1
7742024-01-30T04:15:00.668Z Downloaded indoc v2.0.3
7752024-01-30T04:15:00.671Z Downloaded hyper-tls v0.5.0
7762024-01-30T04:15:00.675Z Downloaded cpufeatures v0.2.12
7772024-01-30T04:15:00.679Z Downloaded colored v2.0.4
7782024-01-30T04:15:00.684Z Downloaded bitfield v0.14.0
7792024-01-30T04:15:00.691Z Downloaded anstyle v1.0.2
7802024-01-30T04:15:00.695Z Downloaded clang-sys v1.6.1
7812024-01-30T04:15:00.702Z Downloaded ascii-canvas v3.0.0
7822024-01-30T04:15:00.710Z Downloaded arrayref v0.3.7
7832024-01-30T04:15:00.713Z Downloaded ipnetwork v0.20.0
7842024-01-30T04:15:00.717Z Downloaded indexmap v2.1.0
7852024-01-30T04:15:00.730Z Downloaded clap_lex v0.5.1
7862024-01-30T04:15:00.735Z Downloaded adler v1.0.2
7872024-01-30T04:15:00.741Z Downloaded cookie v0.18.0
7882024-01-30T04:15:00.748Z Downloaded structopt-derive v0.4.18
7892024-01-30T04:15:00.753Z Downloaded indicatif v0.17.7
7902024-01-30T04:15:00.761Z Downloaded hash32 v0.2.1
7912024-01-30T04:15:00.765Z Downloaded async-recursion v1.0.5
7922024-01-30T04:15:00.770Z Downloaded tiny-keccak v2.0.2
7932024-01-30T04:15:00.778Z Downloaded ident_case v1.0.1
7942024-01-30T04:15:00.781Z Downloaded hubpack_derive v0.1.1
7952024-01-30T04:15:00.787Z Downloaded http-body v0.4.5
7962024-01-30T04:15:00.790Z Downloaded termios v0.3.3
7972024-01-30T04:15:00.794Z Downloaded matches v0.1.10
7982024-01-30T04:15:00.798Z Downloaded instant v0.1.12
7992024-01-30T04:15:00.801Z Downloaded linked-hash-map v0.5.6
8002024-01-30T04:15:00.804Z Downloaded new_debug_unreachable v1.0.4
8012024-01-30T04:15:00.807Z Downloaded md-5 v0.10.5
8022024-01-30T04:15:00.810Z Downloaded nested v0.1.1
8032024-01-30T04:15:00.813Z Downloaded crossbeam-deque v0.8.3
8042024-01-30T04:15:00.816Z Downloaded camino-tempfile v1.1.1
8052024-01-30T04:15:00.822Z Downloaded mime v0.3.17
8062024-01-30T04:15:00.825Z Downloaded macaddr v1.0.1
8072024-01-30T04:15:00.830Z Downloaded lru v0.12.1
8082024-01-30T04:15:00.837Z Downloaded base16ct v0.2.0
8092024-01-30T04:15:00.840Z Downloaded convert_case v0.4.0
8102024-01-30T04:15:00.840Z Downloaded zone_cfg_derive v0.3.0
8112024-01-30T04:15:00.843Z Downloaded managed v0.8.0
8122024-01-30T04:15:00.847Z Downloaded cexpr v0.6.0
8132024-01-30T04:15:00.850Z Downloaded lru-cache v0.1.2
8142024-01-30T04:15:00.855Z Downloaded libsw v3.3.1
8152024-01-30T04:15:00.858Z Downloaded nanorand v0.7.0
8162024-01-30T04:15:00.863Z Downloaded constant_time_eq v0.3.0
8172024-01-30T04:15:00.866Z Downloaded serde-big-array v0.4.1
8182024-01-30T04:15:00.872Z Downloaded rand_xorshift v0.3.0
8192024-01-30T04:15:00.876Z Downloaded httparse v1.8.0
8202024-01-30T04:15:00.879Z Downloaded equivalent v1.0.1
8212024-01-30T04:15:00.882Z Downloaded libtest-mimic v0.6.1
8222024-01-30T04:15:00.885Z Downloaded cobs v0.2.3
8232024-01-30T04:15:00.891Z Downloaded parse-display v0.8.2
8242024-01-30T04:15:00.894Z Downloaded base64ct v1.6.0
8252024-01-30T04:15:00.897Z Downloaded arrayvec v0.7.4
8262024-01-30T04:15:00.901Z Downloaded utf8parse v0.2.1
8272024-01-30T04:15:00.904Z Downloaded memoffset v0.7.1
8282024-01-30T04:15:00.906Z Downloaded parse-size v1.0.0
8292024-01-30T04:15:00.910Z Downloaded cancel-safe-futures v0.1.5
8302024-01-30T04:15:00.913Z Downloaded cstr-argument v0.1.2
8312024-01-30T04:15:00.917Z Downloaded hmac v0.12.1
8322024-01-30T04:15:00.920Z Downloaded dtrace-parser v0.2.0
8332024-01-30T04:15:00.924Z Downloaded downcast v0.11.0
8342024-01-30T04:15:00.927Z Downloaded slog v2.7.0
8352024-01-30T04:15:00.942Z Downloaded hyper-staticfile v0.9.5
8362024-01-30T04:15:00.946Z Downloaded bzip2 v0.4.4
8372024-01-30T04:15:00.946Z Downloaded nodrop v0.1.14
8382024-01-30T04:15:00.946Z Downloaded sqlformat v0.2.3
8392024-01-30T04:15:00.946Z Downloaded openssl-macros v0.1.1
8402024-01-30T04:15:00.949Z Downloaded toolchain_find v0.2.0
8412024-01-30T04:15:00.949Z Downloaded normalize-line-endings v0.3.0
8422024-01-30T04:15:00.949Z Downloaded group v0.13.0
8432024-01-30T04:15:00.953Z Downloaded pretty-hex v0.4.1
8442024-01-30T04:15:00.956Z Downloaded rtoolbox v0.0.1
8452024-01-30T04:15:00.959Z Downloaded plotters-backend v0.3.5
8462024-01-30T04:15:00.963Z Downloaded env_logger v0.10.0
8472024-01-30T04:15:00.966Z Downloaded futures-timer v3.0.2
8482024-01-30T04:15:00.970Z Downloaded strum v0.25.0
8492024-01-30T04:15:00.973Z Downloaded newline-converter v0.3.0
8502024-01-30T04:15:00.976Z Downloaded thiserror-no-std v2.0.2
8512024-01-30T04:15:00.981Z Downloaded packed_struct_codegen v0.10.1
8522024-01-30T04:15:00.984Z Downloaded quote v1.0.35
8532024-01-30T04:15:00.990Z Downloaded target-spec v3.0.1
8542024-01-30T04:15:00.993Z Downloaded tower-service v0.3.2
8552024-01-30T04:15:00.996Z Downloaded dof v0.3.0
8562024-01-30T04:15:00.996Z Downloaded glob v0.3.1
8572024-01-30T04:15:01.004Z Downloaded dof v0.1.5
8582024-01-30T04:15:01.007Z Downloaded tempdir v0.3.7
8592024-01-30T04:15:01.007Z Downloaded futures-macro v0.3.30
8602024-01-30T04:15:01.007Z Downloaded num-integer v0.1.45
8612024-01-30T04:15:01.010Z Downloaded plotters-svg v0.3.5
8622024-01-30T04:15:01.015Z Downloaded oso-derive v0.27.0
8632024-01-30T04:15:01.016Z Downloaded topological-sort v0.2.2
8642024-01-30T04:15:01.024Z Downloaded remove_dir_all v0.5.3
8652024-01-30T04:15:01.024Z Downloaded parking_lot_core v0.9.8
8662024-01-30T04:15:01.030Z Downloaded newtype_derive v0.1.6
8672024-01-30T04:15:01.030Z Downloaded wait-timeout v0.2.0
8682024-01-30T04:15:01.030Z Downloaded num_cpus v1.16.0
8692024-01-30T04:15:01.034Z Downloaded synstructure v0.12.6
8702024-01-30T04:15:01.035Z Downloaded strum_macros v0.24.3
8712024-01-30T04:15:01.038Z Downloaded vte_generate_state_changes v0.1.1
8722024-01-30T04:15:01.041Z Downloaded futures-channel v0.3.30
8732024-01-30T04:15:01.045Z Downloaded bytes v1.5.0
8742024-01-30T04:15:01.050Z Downloaded futures-io v0.3.30
8752024-01-30T04:15:01.053Z Downloaded num-iter v0.1.43
8762024-01-30T04:15:01.056Z Downloaded serde-big-array v0.5.1
8772024-01-30T04:15:01.059Z Downloaded parking_lot_core v0.8.6
8782024-01-30T04:15:01.062Z Downloaded fxhash v0.2.1
8792024-01-30T04:15:01.065Z Downloaded static_assertions v1.1.0
8802024-01-30T04:15:01.072Z Downloaded strsim v0.10.0
8812024-01-30T04:15:01.076Z Downloaded signature v1.6.4
8822024-01-30T04:15:01.076Z Downloaded slab v0.4.9
8832024-01-30T04:15:01.076Z Downloaded shell-words v1.1.0
8842024-01-30T04:15:01.079Z Downloaded pin-project-lite v0.2.13
8852024-01-30T04:15:01.085Z Downloaded corncobs v0.1.3
8862024-01-30T04:15:01.089Z Downloaded constant_time_eq v0.2.6
8872024-01-30T04:15:01.096Z Downloaded unsafe-libyaml v0.2.10
8882024-01-30T04:15:01.102Z Downloaded chacha20poly1305 v0.10.1
8892024-01-30T04:15:01.106Z Downloaded quick-error v1.2.3
8902024-01-30T04:15:01.106Z Downloaded futures-core v0.3.30
8912024-01-30T04:15:01.120Z Downloaded endian-type v0.1.2
8922024-01-30T04:15:01.121Z Downloaded textwrap v0.11.0
8932024-01-30T04:15:01.127Z Downloaded spin v0.9.8
8942024-01-30T04:15:01.127Z Downloaded zeroize_derive v1.4.2
8952024-01-30T04:15:01.127Z Downloaded tap v1.0.1
8962024-01-30T04:15:01.127Z Downloaded crossbeam-queue v0.3.8
8972024-01-30T04:15:01.130Z Downloaded semver v0.11.0
8982024-01-30T04:15:01.131Z Downloaded stringprep v0.1.3
8992024-01-30T04:15:01.131Z Downloaded spki v0.7.2
9002024-01-30T04:15:01.134Z Downloaded num_threads v0.1.6
9012024-01-30T04:15:01.137Z Downloaded foreign-types-shared v0.1.1
9022024-01-30T04:15:01.140Z Downloaded kstat-rs v0.2.3
9032024-01-30T04:15:01.141Z Downloaded schemars v0.8.16
9042024-01-30T04:15:01.168Z Downloaded universal-hash v0.5.1
9052024-01-30T04:15:01.172Z Downloaded plain v0.2.3
9062024-01-30T04:15:01.172Z Downloaded paste v1.0.14
9072024-01-30T04:15:01.175Z Downloaded papergrid v0.11.0
9082024-01-30T04:15:01.183Z Downloaded swrite v0.1.0
9092024-01-30T04:15:01.187Z Downloaded semver v0.1.20
9102024-01-30T04:15:01.187Z Downloaded clap v2.34.0
9112024-01-30T04:15:01.201Z Downloaded ciborium-ll v0.2.2
9122024-01-30T04:15:01.208Z Downloaded vec_map v0.8.2
9132024-01-30T04:15:01.212Z Downloaded num_enum_derive v0.5.11
9142024-01-30T04:15:01.212Z Downloaded yansi v0.5.1
9152024-01-30T04:15:01.212Z Downloaded pkcs8 v0.10.2
9162024-01-30T04:15:01.215Z Downloaded is-terminal v0.4.9
9172024-01-30T04:15:01.218Z Downloaded oso v0.27.0
9182024-01-30T04:15:01.223Z Downloaded partial-io v0.5.4
9192024-01-30T04:15:01.228Z Downloaded want v0.3.1
9202024-01-30T04:15:01.231Z Downloaded poly1305 v0.8.0
9212024-01-30T04:15:01.235Z Downloaded strsim v0.8.0
9222024-01-30T04:15:01.238Z Downloaded darling_macro v0.20.3
9232024-01-30T04:15:01.243Z Downloaded rustc-hash v1.1.0
9242024-01-30T04:15:01.243Z Downloaded itoa v1.0.9
9252024-01-30T04:15:01.246Z Downloaded http v1.0.0
9262024-01-30T04:15:01.251Z Downloaded path-slash v0.1.5
9272024-01-30T04:15:01.254Z Downloaded pretty-hex v0.2.1
9282024-01-30T04:15:01.262Z Downloaded phf_shared v0.10.0
9292024-01-30T04:15:01.267Z Downloaded digest v0.10.7
9302024-01-30T04:15:01.267Z Downloaded structmeta v0.2.0
9312024-01-30T04:15:01.267Z Downloaded rsa v0.9.2
9322024-01-30T04:15:01.272Z Downloaded getopts v0.2.21
9332024-01-30T04:15:01.275Z Downloaded globset v0.4.13
9342024-01-30T04:15:01.280Z Downloaded pest_derive v2.7.6
9352024-01-30T04:15:01.284Z Downloaded rand_chacha v0.3.1
9362024-01-30T04:15:01.287Z Downloaded ena v0.14.2
9372024-01-30T04:15:01.290Z Downloaded opaque-debug v0.3.0
9382024-01-30T04:15:01.290Z Downloaded tower-layer v0.3.2
9392024-01-30T04:15:01.298Z Downloaded rustls-pemfile v2.0.0
9402024-01-30T04:15:01.300Z Downloaded rust-argon2 v1.0.1
9412024-01-30T04:15:01.301Z Downloaded ref-cast v1.0.20
9422024-01-30T04:15:01.305Z Downloaded supports-color v2.1.0
9432024-01-30T04:15:01.308Z Downloaded packed_struct v0.10.1
9442024-01-30T04:15:01.311Z Downloaded http v0.2.11
9452024-01-30T04:15:01.319Z Downloaded foreign-types-macros v0.2.3
9462024-01-30T04:15:01.323Z Downloaded foreign-types v0.5.0
9472024-01-30T04:15:01.326Z Downloaded smallvec v1.11.2
9482024-01-30T04:15:01.330Z Downloaded derive_builder_core v0.12.0
9492024-01-30T04:15:01.334Z Downloaded crucible-workspace-hack v0.1.0
9502024-01-30T04:15:01.340Z Downloaded futures v0.3.30
9512024-01-30T04:15:01.344Z Downloaded difflib v0.4.0
9522024-01-30T04:15:01.347Z Downloaded percent-encoding v2.3.1
9532024-01-30T04:15:01.347Z Downloaded indexmap v1.9.3
9542024-01-30T04:15:01.352Z Downloaded termtree v0.4.1
9552024-01-30T04:15:01.356Z Downloaded rand_core v0.6.4
9562024-01-30T04:15:01.359Z Downloaded embedded-io v0.4.0
9572024-01-30T04:15:01.362Z Downloaded toml v0.7.8
9582024-01-30T04:15:01.367Z Downloaded url v2.5.0
9592024-01-30T04:15:01.374Z Downloaded funty v2.0.0
9602024-01-30T04:15:01.378Z Downloaded cipher v0.4.4
9612024-01-30T04:15:01.381Z Downloaded signal-hook v0.3.17
9622024-01-30T04:15:01.387Z Downloaded derive_builder_macro v0.12.0
9632024-01-30T04:15:01.390Z Downloaded diesel_table_macro_syntax v0.1.0
9642024-01-30T04:15:01.391Z Downloaded crypto-common v0.1.6
9652024-01-30T04:15:01.391Z Downloaded omicron-zone-package v0.10.1
9662024-01-30T04:15:01.395Z Downloaded tinyvec v1.6.0
9672024-01-30T04:15:01.402Z Downloaded dirs-next v2.0.0
9682024-01-30T04:15:01.405Z Downloaded libm v0.2.7
9692024-01-30T04:15:01.422Z Downloaded precomputed-hash v0.1.1
9702024-01-30T04:15:01.425Z Downloaded fastrand v2.0.0
9712024-01-30T04:15:01.430Z Downloaded thiserror-impl v1.0.56
9722024-01-30T04:15:01.430Z Downloaded libxml v0.3.3
9732024-01-30T04:15:01.440Z Downloaded foreign-types v0.3.2
9742024-01-30T04:15:01.443Z Downloaded hyper-util v0.1.2
9752024-01-30T04:15:01.449Z Downloaded hyper-rustls v0.24.2
9762024-01-30T04:15:01.453Z Downloaded crossbeam-utils v0.8.16
9772024-01-30T04:15:01.458Z Downloaded dyn-clone v1.0.13
9782024-01-30T04:15:01.465Z Downloaded pest_generator v2.7.6
9792024-01-30T04:15:01.468Z Downloaded smallvec v0.6.14
9802024-01-30T04:15:01.469Z Downloaded tokio-rustls v0.24.1
9812024-01-30T04:15:01.472Z Downloaded similar v2.3.0
9822024-01-30T04:15:01.480Z Downloaded socket2 v0.5.5
9832024-01-30T04:15:01.486Z Downloaded diff v0.1.13
9842024-01-30T04:15:01.491Z Downloaded hashbrown v0.14.2
9852024-01-30T04:15:01.514Z Downloaded time-core v0.1.1
9862024-01-30T04:15:01.518Z Downloaded textwrap v0.16.0
9872024-01-30T04:15:01.529Z Downloaded peeking_take_while v0.1.2
9882024-01-30T04:15:01.533Z Downloaded termcolor v1.2.0
9892024-01-30T04:15:01.534Z Downloaded terminal_size v0.2.6
9902024-01-30T04:15:01.534Z Downloaded unicode-ident v1.0.12
9912024-01-30T04:15:01.534Z Downloaded clap v4.4.3
9922024-01-30T04:15:01.547Z Downloaded pin-utils v0.1.0
9932024-01-30T04:15:01.550Z Downloaded thread-id v4.2.0
9942024-01-30T04:15:01.553Z Downloaded ff v0.13.0
9952024-01-30T04:15:01.556Z Downloaded waitgroup v0.1.2
9962024-01-30T04:15:01.556Z Downloaded fd-lock v3.0.13
9972024-01-30T04:15:01.561Z Downloaded tinyvec_macros v0.1.1
9982024-01-30T04:15:01.564Z Downloaded pem v3.0.2
9992024-01-30T04:15:01.564Z Downloaded toml v0.5.11
10002024-01-30T04:15:01.568Z Downloaded derive_more v0.99.17
10012024-01-30T04:15:01.580Z Downloaded curve25519-dalek-derive v0.1.0
10022024-01-30T04:15:01.584Z Downloaded phf v0.11.2
10032024-01-30T04:15:01.584Z Downloaded predicates-tree v1.0.9
10042024-01-30T04:15:01.585Z Downloaded similar-asserts v1.5.0
10052024-01-30T04:15:01.590Z Downloaded proc-macro-error-attr v1.0.4
10062024-01-30T04:15:01.594Z Downloaded thread_local v1.1.7
10072024-01-30T04:15:01.594Z Downloaded r2d2 v0.8.10
10082024-01-30T04:15:01.597Z Downloaded tracing-attributes v0.1.26
10092024-01-30T04:15:01.600Z Downloaded either v1.9.0
10102024-01-30T04:15:01.603Z Downloaded serde_urlencoded v0.7.1
10112024-01-30T04:15:01.603Z Downloaded tui-tree-widget v0.16.0
10122024-01-30T04:15:01.606Z Downloaded dirs-sys-next v0.1.2
10132024-01-30T04:15:01.610Z Downloaded rand v0.4.6
10142024-01-30T04:15:01.613Z Downloaded ryu v1.0.15
10152024-01-30T04:15:01.619Z Downloaded der v0.7.8
10162024-01-30T04:15:01.628Z Downloaded slog-stdlog v4.1.1
10172024-01-30T04:15:01.632Z Downloaded futures-task v0.3.30
10182024-01-30T04:15:01.635Z Downloaded scheduled-thread-pool v0.2.7
10192024-01-30T04:15:01.635Z Downloaded utf-8 v0.7.6
10202024-01-30T04:15:01.638Z Downloaded tokio-native-tls v0.3.1
10212024-01-30T04:15:01.643Z Downloaded derive-where v1.2.7
10222024-01-30T04:15:01.646Z Downloaded toml_datetime v0.6.5
10232024-01-30T04:15:01.649Z Downloaded relative-path v1.9.0
10242024-01-30T04:15:01.656Z Downloaded postgres-types v0.2.6
10252024-01-30T04:15:01.659Z Downloaded parse-display-derive v0.8.2
10262024-01-30T04:15:01.659Z Downloaded tokio-rustls v0.25.0
10272024-01-30T04:15:01.665Z Downloaded darling v0.14.4
10282024-01-30T04:15:01.668Z Downloaded ucd-trie v0.1.6
10292024-01-30T04:15:01.672Z Downloaded serde_with v3.5.1
10302024-01-30T04:15:01.682Z Downloaded parking_lot v0.11.2
10312024-01-30T04:15:01.686Z Downloaded threadpool v1.8.1
10322024-01-30T04:15:01.691Z Downloaded phf_shared v0.11.2
10332024-01-30T04:15:01.695Z Downloaded itertools v0.10.5
10342024-01-30T04:15:01.702Z Downloaded tokio-stream v0.1.14
10352024-01-30T04:15:01.708Z Downloaded fatfs v0.3.6
10362024-01-30T04:15:01.714Z Downloaded darling v0.20.3
10372024-01-30T04:15:01.720Z Downloaded nom v7.1.3
10382024-01-30T04:15:01.730Z Downloaded trust-dns-client v0.22.0
10392024-01-30T04:15:01.739Z Downloaded itertools v0.12.0
10402024-01-30T04:15:01.751Z Downloaded toml v0.8.8
10412024-01-30T04:15:01.758Z Downloaded test-strategy v0.3.1
10422024-01-30T04:15:01.765Z Downloaded hyper v0.14.27
10432024-01-30T04:15:01.778Z Downloaded zerocopy v0.7.32
10442024-01-30T04:15:01.807Z Downloaded vcpkg v0.2.15
10452024-01-30T04:15:01.880Z Downloaded tokio-postgres v0.7.10
10462024-01-30T04:15:01.888Z Downloaded expectorate v1.1.0
10472024-01-30T04:15:01.894Z Downloaded crossterm v0.27.0
10482024-01-30T04:15:01.908Z Downloaded toml_edit v0.21.0
10492024-01-30T04:15:01.944Z Downloaded toml_edit v0.19.15
10502024-01-30T04:15:01.975Z Downloaded tokio-util v0.7.10
10512024-01-30T04:15:01.986Z Downloaded idna v0.2.3
10522024-01-30T04:15:02.001Z Downloaded reedline v0.28.0
10532024-01-30T04:15:02.016Z Downloaded clap_builder v4.4.2
10542024-01-30T04:15:02.025Z Downloaded regress v0.7.1
10552024-01-30T04:15:02.040Z Downloaded object v0.32.1
10562024-01-30T04:15:02.061Z Downloaded radix_trie v0.2.1
10572024-01-30T04:15:02.072Z Downloaded regex-syntax v0.7.5
10582024-01-30T04:15:02.089Z Downloaded rustls-webpki v0.101.7
10592024-01-30T04:15:02.117Z Downloaded proptest v1.4.0
10602024-01-30T04:15:02.136Z Downloaded openssl v0.10.60
10612024-01-30T04:15:02.154Z Downloaded diesel v2.1.4
10622024-01-30T04:15:02.192Z Downloaded rustls v0.22.2
10632024-01-30T04:15:02.214Z Downloaded rustls v0.21.9
10642024-01-30T04:15:02.235Z Downloaded curve25519-dalek v4.1.1
10652024-01-30T04:15:02.256Z Downloaded rustix v0.37.23
10662024-01-30T04:15:02.291Z Downloaded regex-automata v0.4.4
10672024-01-30T04:15:02.329Z Downloaded openapiv3 v2.0.0
10682024-01-30T04:15:02.348Z Downloaded zerocopy-derive v0.2.0
10692024-01-30T04:15:02.370Z Downloaded libc v0.2.152
10702024-01-30T04:15:02.420Z Downloaded zerocopy-derive v0.6.4
10712024-01-30T04:15:02.440Z Downloaded regex-automata v0.3.8
10722024-01-30T04:15:02.472Z Downloaded tokio v1.35.1
10732024-01-30T04:15:02.545Z Downloaded sha3 v0.10.8
10742024-01-30T04:15:02.557Z Downloaded bzip2-sys v0.1.11+1.0.8
10752024-01-30T04:15:02.582Z Downloaded ratatui v0.25.0
10762024-01-30T04:15:02.608Z Downloaded encoding_rs v0.8.33
10772024-01-30T04:15:02.665Z Downloaded sled v0.34.7
10782024-01-30T04:15:02.693Z Downloaded rustix v0.38.30
10792024-01-30T04:15:02.743Z Downloaded polar-core v0.27.0
10802024-01-30T04:15:02.753Z Downloaded regex-syntax v0.8.2
10812024-01-30T04:15:02.768Z Downloaded webpki-roots v0.25.2
10822024-01-30T04:15:02.777Z Downloaded nix v0.27.1
10832024-01-30T04:15:02.811Z Downloaded bstr v1.6.0
10842024-01-30T04:15:02.821Z Downloaded rustls-webpki v0.102.1
10852024-01-30T04:15:02.862Z Downloaded regex-syntax v0.6.29
10862024-01-30T04:15:02.872Z Downloaded bstr v0.2.17
10872024-01-30T04:15:02.890Z Downloaded trust-dns-proto v0.22.0
10882024-01-30T04:15:02.916Z Downloaded smoltcp v0.9.1
10892024-01-30T04:15:02.939Z Downloaded regex v1.10.3
10902024-01-30T04:15:02.966Z Downloaded time v0.3.27
10912024-01-30T04:15:02.978Z Downloaded quick-xml v0.30.0
10922024-01-30T04:15:02.989Z Downloaded object v0.30.4
10932024-01-30T04:15:03.011Z Downloaded gimli v0.28.0
10942024-01-30T04:15:03.024Z Downloaded h2 v0.3.24
10952024-01-30T04:15:03.039Z Downloaded goblin v0.8.0
10962024-01-30T04:15:03.049Z Downloaded idna v0.5.0
10972024-01-30T04:15:03.073Z Downloaded bindgen v0.69.2
10982024-01-30T04:15:03.079Z Downloaded smoltcp v0.11.0
10992024-01-30T04:15:03.103Z Downloaded plotters v0.3.5
11002024-01-30T04:15:03.124Z Downloaded tabled v0.15.0
11012024-01-30T04:15:03.150Z Downloaded ring v0.17.7
11022024-01-30T04:15:03.293Z Downloaded guppy v0.17.4
11032024-01-30T04:15:03.304Z Downloaded rayon v1.8.0
11042024-01-30T04:15:03.323Z Downloaded lalrpop v0.19.12
11052024-01-30T04:15:03.343Z Downloaded chrono v0.4.31
11062024-01-30T04:15:03.358Z Downloaded ring v0.16.20
11072024-01-30T04:15:03.514Z Downloaded bitvec v1.0.1
11082024-01-30T04:15:03.541Z Downloaded syn v1.0.109
11092024-01-30T04:15:03.561Z Downloaded crossbeam-epoch v0.9.15
11102024-01-30T04:15:03.564Z Downloaded serde_derive v1.0.195
11112024-01-30T04:15:03.569Z Downloaded pin-project v1.1.3
11122024-01-30T04:15:03.589Z Downloaded petgraph v0.6.4
11132024-01-30T04:15:03.610Z Downloaded pretty_assertions v1.4.0
11142024-01-30T04:15:03.616Z Downloaded openssl-sys v0.9.96
11152024-01-30T04:15:03.622Z Downloaded hkdf v0.12.4
11162024-01-30T04:15:03.626Z Downloaded syn v2.0.48
11172024-01-30T04:15:03.646Z Downloaded proc-macro2 v1.0.78
11182024-01-30T04:15:03.650Z Downloaded zerocopy-derive v0.7.32
11192024-01-30T04:15:03.658Z Downloaded vsss-rs v3.3.4
11202024-01-30T04:15:03.662Z Downloaded trybuild v1.0.89
11212024-01-30T04:15:03.669Z Downloaded elliptic-curve v0.13.8
11222024-01-30T04:15:03.675Z Downloaded pest v2.7.6
11232024-01-30T04:15:03.684Z Downloaded winnow v0.5.15
11242024-01-30T04:15:03.699Z Downloaded futures-util v0.3.30
11252024-01-30T04:15:03.730Z Downloaded snafu v0.8.0
11262024-01-30T04:15:03.736Z Downloaded derive_builder v0.12.0
11272024-01-30T04:15:03.745Z Downloaded pest_meta v2.7.6
11282024-01-30T04:15:03.748Z Downloaded tar v0.4.40
11292024-01-30T04:15:03.752Z Downloaded x509-cert v0.2.4
11302024-01-30T04:15:03.762Z Downloaded tough v0.16.0
11312024-01-30T04:15:03.776Z Downloaded rayon-core v1.12.0
11322024-01-30T04:15:03.782Z Downloaded pin-project-internal v1.1.3
11332024-01-30T04:15:03.785Z Downloaded flume v0.11.0
11342024-01-30T04:15:03.793Z Downloaded prettyplease v0.2.16
11352024-01-30T04:15:03.804Z Downloaded unicode_categories v0.1.1
11362024-01-30T04:15:03.809Z Downloaded portable-atomic v1.4.3
11372024-01-30T04:15:03.813Z Downloaded trust-dns-resolver v0.22.0
11382024-01-30T04:15:03.817Z Downloaded salty v0.2.0
11392024-01-30T04:15:03.826Z Downloaded inout v0.1.3
11402024-01-30T04:15:03.831Z Downloaded typenum v1.16.0
11412024-01-30T04:15:03.834Z Downloaded darling_core v0.20.3
11422024-01-30T04:15:03.839Z Downloaded fragile v2.0.0
11432024-01-30T04:15:03.842Z Downloaded slog-async v2.8.0
11442024-01-30T04:15:03.847Z Downloaded rcgen v0.12.1
11452024-01-30T04:15:03.851Z Downloaded diesel_derives v2.1.2
11462024-01-30T04:15:03.856Z Downloaded unicode-normalization v0.1.22
11472024-01-30T04:15:03.861Z Downloaded serde_yaml v0.9.25
11482024-01-30T04:15:03.867Z Downloaded ppv-lite86 v0.2.17
11492024-01-30T04:15:03.871Z Downloaded pem-rfc7468 v0.7.0
11502024-01-30T04:15:03.878Z Downloaded proc-macro-error v1.0.4
11512024-01-30T04:15:03.881Z Downloaded tokio-tungstenite v0.20.1
11522024-01-30T04:15:03.881Z Downloaded getrandom v0.2.10
11532024-01-30T04:15:03.886Z Downloaded num-bigint-dig v0.8.4
11542024-01-30T04:15:03.895Z Downloaded steno v0.4.0
11552024-01-30T04:15:03.901Z Downloaded ron v0.8.1
11562024-01-30T04:15:03.910Z Downloaded usdt v0.5.0
11572024-01-30T04:15:03.916Z Downloaded darling_macro v0.14.4
11582024-01-30T04:15:03.916Z Downloaded display-error-chain v0.2.0
11592024-01-30T04:15:03.916Z Downloaded fnv v1.0.7
11602024-01-30T04:15:03.923Z Downloaded errno v0.3.8
11612024-01-30T04:15:03.923Z Downloaded form_urlencoded v1.2.1
11622024-01-30T04:15:03.923Z Downloaded slog-bunyan v2.5.0
11632024-01-30T04:15:03.923Z Downloaded fd-lock v4.0.2
11642024-01-30T04:15:03.931Z Downloaded target-lexicon v0.12.12
11652024-01-30T04:15:03.931Z Downloaded uuid v1.7.0
11662024-01-30T04:15:03.937Z Downloaded snafu-derive v0.8.0
11672024-01-30T04:15:03.937Z Downloaded tracing v0.1.37
11682024-01-30T04:15:03.950Z Downloaded reqwest v0.11.22
11692024-01-30T04:15:03.956Z Downloaded num-bigint v0.4.4
11702024-01-30T04:15:03.966Z Downloaded unicode-linebreak v0.1.5
11712024-01-30T04:15:03.971Z Downloaded untrusted v0.7.1
11722024-01-30T04:15:03.971Z Downloaded unicase v2.7.0
11732024-01-30T04:15:03.973Z Downloaded password-hash v0.5.0
11742024-01-30T04:15:03.978Z Downloaded rustc-demangle v0.1.23
11752024-01-30T04:15:03.978Z Downloaded crypto-bigint v0.5.2
11762024-01-30T04:15:03.986Z Downloaded rustyline v13.0.0
11772024-01-30T04:15:03.992Z Downloaded tokio-macros v2.2.0
11782024-01-30T04:15:03.995Z Downloaded fs-err v2.11.0
11792024-01-30T04:15:03.998Z Downloaded number_prefix v0.4.0
11802024-01-30T04:15:03.998Z Downloaded zeroize v1.7.0
11812024-01-30T04:15:04.003Z Downloaded serde_plain v1.0.2
11822024-01-30T04:15:04.003Z Downloaded serde_path_to_error v0.1.15
11832024-01-30T04:15:04.006Z Downloaded serde_spanned v0.6.4
11842024-01-30T04:15:04.006Z Downloaded unarray v0.1.4
11852024-01-30T04:15:04.009Z Downloaded num-rational v0.4.1
11862024-01-30T04:15:04.012Z Downloaded io-lifetimes v1.0.11
11872024-01-30T04:15:04.019Z Downloaded cfg-expr v0.15.5
11882024-01-30T04:15:04.022Z Downloaded stable_deref_trait v1.2.0
11892024-01-30T04:15:04.022Z Downloaded foreign-types-shared v0.3.1
11902024-01-30T04:15:04.022Z Downloaded predicates-core v1.0.6
11912024-01-30T04:15:04.025Z Downloaded openssl-probe v0.1.5
11922024-01-30T04:15:04.025Z Downloaded debug-ignore v1.0.5
11932024-01-30T04:15:04.029Z Downloaded datatest-stable v0.2.3
11942024-01-30T04:15:04.032Z Downloaded unicode-width v0.1.11
11952024-01-30T04:15:04.033Z Downloaded untrusted v0.9.0
11962024-01-30T04:15:04.037Z Downloaded serde_with_macros v3.5.1
11972024-01-30T04:15:04.038Z Downloaded tungstenite v0.20.1
11982024-01-30T04:15:04.044Z Downloaded tracing-core v0.1.31
11992024-01-30T04:15:04.048Z Downloaded hyper v1.1.0
12002024-01-30T04:15:04.060Z Downloaded ref-cast-impl v1.0.20
12012024-01-30T04:15:04.063Z Downloaded generic-array v0.14.7
12022024-01-30T04:15:04.063Z Downloaded fallible-iterator v0.2.0
12032024-01-30T04:15:04.066Z Downloaded unicode-bidi v0.3.13
12042024-01-30T04:15:04.069Z Downloaded snafu v0.7.5
12052024-01-30T04:15:04.079Z Downloaded tower v0.4.13
12062024-01-30T04:15:04.099Z Downloaded rustls-pki-types v1.1.0
12072024-01-30T04:15:04.102Z Downloaded impl-trait-for-tuples v0.2.2
12082024-01-30T04:15:04.102Z Downloaded hyper-rustls v0.26.0
12092024-01-30T04:15:04.107Z Downloaded aho-corasick v1.0.4
12102024-01-30T04:15:04.114Z Downloaded typed-path v0.7.0
12112024-01-30T04:15:04.125Z Downloaded crunchy v0.2.2
12122024-01-30T04:15:04.130Z Downloaded indoc v1.0.9
12132024-01-30T04:15:04.136Z Downloaded tabled_derive v0.7.0
12142024-01-30T04:15:04.136Z Downloaded string_cache v0.8.7
12152024-01-30T04:15:04.136Z Downloaded rand v0.8.5
12162024-01-30T04:15:04.143Z Downloaded unicode-segmentation v1.10.1
12172024-01-30T04:15:04.147Z Downloaded criterion v0.5.1
12182024-01-30T04:15:04.160Z Downloaded num-traits v0.2.16
12192024-01-30T04:15:04.166Z Downloaded pkcs1 v0.7.5
12202024-01-30T04:15:04.169Z Downloaded zip v0.6.6
12212024-01-30T04:15:04.175Z Downloaded socket2 v0.4.9
12222024-01-30T04:15:04.181Z Downloaded term v0.7.0
12232024-01-30T04:15:04.203Z Downloaded proc-macro-crate v1.3.1
12242024-01-30T04:15:04.203Z Downloaded wyz v0.5.1
12252024-01-30T04:15:04.208Z Downloaded serde_repr v0.1.16
12262024-01-30T04:15:04.208Z Downloaded regex-automata v0.1.10
12272024-01-30T04:15:04.208Z Downloaded enum-as-inner v0.5.1
12282024-01-30T04:15:04.208Z Downloaded vte v0.11.1
12292024-01-30T04:15:04.208Z Downloaded thiserror v1.0.56
12302024-01-30T04:15:04.212Z Downloaded semver v1.0.21
12312024-01-30T04:15:04.216Z Downloaded stability v0.1.1
12322024-01-30T04:15:04.219Z Downloaded sqlparser_derive v0.2.2
12332024-01-30T04:15:04.219Z Downloaded pathdiff v0.2.1
12342024-01-30T04:15:04.219Z Downloaded postcard v1.0.8
12352024-01-30T04:15:04.226Z Downloaded usdt v0.3.5
12362024-01-30T04:15:04.230Z Downloaded samael v0.0.14
12372024-01-30T04:15:04.234Z Downloaded hashbrown v0.12.3
12382024-01-30T04:15:04.241Z Downloaded yasna v0.5.2
12392024-01-30T04:15:04.244Z Downloaded hashbrown v0.13.2
12402024-01-30T04:15:04.252Z Downloaded num-complex v0.4.4
12412024-01-30T04:15:04.255Z Downloaded subprocess v0.2.9
12422024-01-30T04:15:04.259Z Downloaded flate2 v1.0.28
12432024-01-30T04:15:04.266Z Downloaded version_check v0.9.4
12442024-01-30T04:15:04.270Z Downloaded xattr v1.0.1
12452024-01-30T04:15:04.273Z Downloaded snafu-derive v0.7.5
12462024-01-30T04:15:04.276Z Downloaded futures-executor v0.3.30
12472024-01-30T04:15:04.276Z Downloaded rstest_macros v0.18.2
12482024-01-30T04:15:04.281Z Downloaded radium v0.7.0
12492024-01-30T04:15:04.287Z Downloaded scroll v0.12.0
12502024-01-30T04:15:04.287Z Downloaded scopeguard v1.2.0
12512024-01-30T04:15:04.303Z Downloaded predicates v3.1.0
12522024-01-30T04:15:04.308Z Downloaded num v0.4.1
12532024-01-30T04:15:04.308Z Downloaded sqlparser v0.43.1
12542024-01-30T04:15:04.308Z Downloaded take_mut v0.2.2
12552024-01-30T04:15:04.308Z Downloaded pkg-config v0.3.27
12562024-01-30T04:15:04.309Z Downloaded ed25519 v1.5.3
12572024-01-30T04:15:04.312Z Downloaded mio v0.8.9
12582024-01-30T04:15:04.318Z Downloaded minimal-lexical v0.2.1
12592024-01-30T04:15:04.325Z Downloaded memchr v2.6.3
12602024-01-30T04:15:04.334Z Downloaded base64 v0.21.7
12612024-01-30T04:15:04.340Z Downloaded which v4.4.0
12622024-01-30T04:15:04.343Z Downloaded walkdir v2.4.0
12632024-01-30T04:15:04.347Z Downloaded rustfmt-wrapper v0.2.0
12642024-01-30T04:15:04.350Z Downloaded num_enum v0.5.11
12652024-01-30T04:15:04.361Z Downloaded rstest v0.18.2
12662024-01-30T04:15:04.785Z Downloaded der_derive v0.7.2
12672024-01-30T04:15:04.786Z Downloaded slog-term v2.9.0
12682024-01-30T04:15:04.786Z Downloaded zerocopy v0.6.4
12692024-01-30T04:15:04.786Z Downloaded rustversion v1.0.14
12702024-01-30T04:15:04.799Z Downloaded parking_lot v0.12.1
12712024-01-30T04:15:04.800Z Downloaded trust-dns-server v0.22.1
12722024-01-30T04:15:04.800Z Downloaded backtrace v0.3.69
12732024-01-30T04:15:04.800Z Downloaded zerocopy v0.3.0
12742024-01-30T04:15:04.801Z Downloaded num-derive v0.4.0
12752024-01-30T04:15:04.801Z Downloaded siphasher v0.3.11
12762024-01-30T04:15:04.801Z Downloaded signature v2.1.0
12772024-01-30T04:15:04.801Z Downloaded serde-hex v0.1.0
12782024-01-30T04:15:04.801Z Downloaded whoami v1.4.1
12792024-01-30T04:15:04.801Z Downloaded nu-ansi-term v0.49.0
12802024-01-30T04:15:04.801Z Downloaded strum_macros v0.25.2
12812024-01-30T04:15:04.801Z Downloaded heapless v0.7.16
12822024-01-30T04:15:04.801Z Downloaded owo-colors v4.0.0
12832024-01-30T04:15:04.801Z Downloaded rusty-fork v0.3.0
12842024-01-30T04:15:04.801Z Downloaded rustc_version v0.1.7
12852024-01-30T04:15:04.801Z Downloaded shlex v1.3.0
12862024-01-30T04:15:04.801Z Downloaded rustls-native-certs v0.7.0
12872024-01-30T04:15:04.801Z Downloaded deranged v0.3.8
12882024-01-30T04:15:04.801Z Downloaded time-macros v0.2.13
12892024-01-30T04:15:04.801Z Downloaded headers v0.3.9
12902024-01-30T04:15:04.801Z Downloaded postgres-protocol v0.6.6
12912024-01-30T04:15:04.801Z Downloaded basic-toml v0.1.8
12922024-01-30T04:15:04.801Z Downloaded spin v0.5.2
12932024-01-30T04:15:04.802Z Downloaded half v2.3.1
12942024-01-30T04:15:04.802Z Downloaded nibble_vec v0.1.0
12952024-01-30T04:15:04.802Z Downloaded tempfile v3.9.0
12962024-01-30T04:15:04.802Z Downloaded heapless v0.8.0
12972024-01-30T04:15:04.802Z Downloaded darling_core v0.14.4
12982024-01-30T04:15:04.802Z Downloaded serde_json v1.0.113
12992024-01-30T04:15:04.802Z Downloaded const-oid v0.9.5
13002024-01-30T04:15:04.802Z Downloaded platforms v3.0.2
13012024-01-30T04:15:04.802Z Downloaded structmeta-derive v0.2.0
13022024-01-30T04:15:04.802Z Downloaded cc v1.0.83
13032024-01-30T04:15:04.802Z Downloaded thiserror-impl-no-std v2.0.2
13042024-01-30T04:15:04.802Z Downloaded same-file v1.0.6
13052024-01-30T04:15:04.802Z Downloaded mockall_derive v0.12.0
13062024-01-30T04:15:04.802Z Downloaded mockall v0.12.0
13072024-01-30T04:15:04.802Z Downloaded console v0.15.8
13082024-01-30T04:15:04.803Z Downloaded miniz_oxide v0.7.1
13092024-01-30T04:15:04.803Z Downloaded tinytemplate v1.2.1
13102024-01-30T04:15:04.803Z Downloaded filetime v0.2.23
13112024-01-30T04:15:04.803Z Downloaded futures-sink v0.3.30
13122024-01-30T04:15:04.803Z Downloaded secrecy v0.8.0
13132024-01-30T04:15:04.803Z Downloaded doc-comment v0.3.3
13142024-01-30T04:15:04.803Z Downloaded clap_derive v4.4.2
13152024-01-30T04:15:04.803Z Downloaded float-cmp v0.9.0
13162024-01-30T04:15:04.803Z Downloaded fixedbitset v0.4.2
13172024-01-30T04:15:04.803Z Downloaded blake2 v0.10.6
13182024-01-30T04:15:04.803Z Downloaded rpassword v7.3.1
13192024-01-30T04:15:04.803Z Downloaded zone v0.3.0
13202024-01-30T04:15:04.804Z Downloaded once_cell v1.19.0
13212024-01-30T04:15:04.804Z Downloaded libloading v0.7.4
13222024-01-30T04:15:04.804Z Downloaded schemars_derive v0.8.16
13232024-01-30T04:15:04.804Z Downloaded defmt v0.3.5
13242024-01-30T04:15:04.805Z Downloaded lock_api v0.4.10
13252024-01-30T04:15:04.805Z Downloaded crc-any v2.4.3
13262024-01-30T04:15:04.805Z Downloaded dtrace-parser v0.1.14
13272024-01-30T04:15:04.805Z Downloaded ciborium v0.2.2
13282024-01-30T04:15:04.805Z Downloaded blake2b_simd v1.0.1
13292024-01-30T04:15:04.806Z Downloaded slog-envlogger v2.2.0
13302024-01-30T04:15:04.806Z Downloaded usdt-impl v0.5.0
13312024-01-30T04:15:04.806Z Downloaded native-tls v0.2.11
13322024-01-30T04:15:04.806Z Downloaded httptest v0.15.5
13332024-01-30T04:15:04.806Z Downloaded chacha20 v0.9.1
13342024-01-30T04:15:04.806Z Downloaded usdt-impl v0.3.5
13352024-01-30T04:15:04.806Z Downloaded mime_guess v2.0.4
13362024-01-30T04:15:04.806Z Downloaded anyhow v1.0.75
13372024-01-30T04:15:04.806Z Downloaded slog-dtrace v0.3.0
13382024-01-30T04:15:04.807Z Downloaded olpc-cjson v0.1.3
13392024-01-30T04:15:04.807Z Downloaded hash32 v0.3.1
13402024-01-30T04:15:04.807Z Downloaded oorandom v11.1.3
13412024-01-30T04:15:04.807Z Downloaded defmt-parser v0.3.3
13422024-01-30T04:15:04.807Z Downloaded bytecount v0.6.3
13432024-01-30T04:15:04.807Z Downloaded scroll_derive v0.12.0
13442024-01-30T04:15:04.807Z Downloaded smawk v0.3.1
13452024-01-30T04:15:04.807Z Downloaded flagset v0.4.3
13462024-01-30T04:15:04.808Z Downloaded log v0.4.20
13472024-01-30T04:15:04.808Z Downloaded rustls-pemfile v1.0.3
13482024-01-30T04:15:04.808Z Downloaded anstyle-parse v0.2.1
13492024-01-30T04:15:04.808Z Downloaded data-encoding v2.4.0
13502024-01-30T04:15:04.808Z Downloaded unicode-xid v0.2.4
13512024-01-30T04:15:04.808Z Downloaded bitflags v2.4.0
13522024-01-30T04:15:04.808Z Downloaded defmt-macros v0.3.6
13532024-01-30T04:15:04.808Z Downloaded rustc_version v0.4.0
13542024-01-30T04:15:04.809Z Downloaded allocator-api2 v0.2.16
13552024-01-30T04:15:04.809Z Downloaded semver-parser v0.10.2
13562024-01-30T04:15:04.809Z Downloaded crossbeam-channel v0.5.8
13572024-01-30T04:15:04.809Z Downloaded resolv-conf v0.7.0
13582024-01-30T04:15:04.809Z Downloaded bit-set v0.5.3
13592024-01-30T04:15:04.809Z Downloaded hex-literal v0.4.1
13602024-01-30T04:15:04.809Z Downloaded lalrpop-util v0.19.12
13612024-01-30T04:15:04.809Z Downloaded cargo_metadata v0.18.1
13622024-01-30T04:15:04.809Z Downloaded memmap v0.7.0
13632024-01-30T04:15:04.810Z Downloaded maybe-uninit v2.0.0
13642024-01-30T04:15:04.810Z Downloaded linear-map v1.2.0
13652024-01-30T04:15:04.810Z Downloaded highway v1.1.0
13662024-01-30T04:15:04.810Z Downloaded buf-list v1.0.3
13672024-01-30T04:15:04.810Z Downloaded libefi-sys v0.1.0
13682024-01-30T04:15:04.810Z Downloaded try-lock v0.2.4
13692024-01-30T04:15:04.810Z Downloaded guppy-workspace-hack v0.1.0
13702024-01-30T04:15:04.819Z Downloaded usdt-macro v0.3.5
13712024-01-30T04:15:04.819Z Downloaded usdt-attr-macro v0.5.0
13722024-01-30T04:15:04.819Z Downloaded usdt-macro v0.5.0
13732024-01-30T04:15:04.819Z Downloaded usdt-attr-macro v0.3.5
13742024-01-30T04:15:04.819Z Downloaded cfg-if v1.0.0
13752024-01-30T04:15:04.819Z Downloaded camino v1.1.6
13762024-01-30T04:15:04.819Z Downloaded home v0.5.5
13772024-01-30T04:15:04.820Z Downloaded heck v0.4.1
13782024-01-30T04:15:04.820Z Downloaded headers-core v0.2.0
13792024-01-30T04:15:04.820Z Downloaded lazycell v1.3.0
13802024-01-30T04:15:04.820Z Downloaded heck v0.3.3
13812024-01-30T04:15:04.820Z Downloaded byteorder v1.5.0
13822024-01-30T04:15:04.820Z Downloaded lazy_static v1.4.0
13832024-01-30T04:15:04.820Z Downloaded criterion-plot v0.5.0
13842024-01-30T04:15:04.821Z Downloaded humantime v2.1.0
13852024-01-30T04:15:04.821Z Downloaded hubpack v0.1.2
13862024-01-30T04:15:04.821Z Downloaded httpdate v1.0.3
13872024-01-30T04:15:04.821Z Downloaded memoffset v0.9.0
13882024-01-30T04:15:04.821Z Downloaded maplit v1.0.2
13892024-01-30T04:15:04.821Z Downloaded hex v0.4.3
13902024-01-30T04:15:04.821Z Downloaded cast v0.3.0
13912024-01-30T04:15:04.821Z Downloaded cargo-platform v0.1.3
13922024-01-30T04:15:04.821Z Downloaded block-padding v0.3.3
13932024-01-30T04:15:04.821Z Downloaded bb8 v0.8.1
13942024-01-30T04:15:04.822Z Downloaded bit-vec v0.6.3
13952024-01-30T04:15:04.822Z Downloaded atomic-waker v1.1.1
13962024-01-30T04:15:04.822Z Downloaded async-stream v0.3.5
13972024-01-30T04:15:04.822Z Downloaded bitflags v1.3.2
13982024-01-30T04:15:04.822Z Downloaded http-range v0.1.5
13992024-01-30T04:15:04.822Z Downloaded ciborium-io v0.2.2
14002024-01-30T04:15:04.822Z Downloaded backoff v0.4.0
14012024-01-30T04:15:04.822Z Downloaded bcs v0.1.6
14022024-01-30T04:15:04.822Z Downloaded autocfg v1.1.0
14032024-01-30T04:15:04.822Z Downloaded match_cfg v0.1.0
14042024-01-30T04:15:04.822Z Downloaded serde v1.0.195
14052024-01-30T04:15:04.822Z Downloaded hostname v0.3.1
14062024-01-30T04:15:04.823Z Downloaded atomicwrites v0.4.3
14072024-01-30T04:15:04.823Z Downloaded serde_tokenstream v0.2.0
14082024-01-30T04:15:04.823Z Downloaded async-stream-impl v0.3.5
14092024-01-30T04:15:04.823Z Downloaded keccak v0.1.4
14102024-01-30T04:15:04.823Z Downloaded crc-catalog v2.2.0
14112024-01-30T04:15:04.823Z Downloaded block-buffer v0.10.4
14122024-01-30T04:15:04.825Z Downloaded structopt v0.3.26
14132024-01-30T04:15:04.826Z Downloaded atty v0.2.14
14142024-01-30T04:15:04.826Z Downloaded assert_matches v1.5.0
14152024-01-30T04:15:04.826Z Downloaded smf v0.2.2
14162024-01-30T04:15:04.827Z Downloaded slog-scope v4.4.0
14172024-01-30T04:15:04.828Z Downloaded sha2 v0.10.8
14182024-01-30T04:15:04.828Z Downloaded multer v3.0.0
14192024-01-30T04:15:04.828Z Downloaded ansi_term v0.12.1
14202024-01-30T04:15:04.843Z Downloaded arc-swap v1.6.0
14212024-01-30T04:15:04.843Z Downloaded slog-json v2.6.1
14222024-01-30T04:15:04.843Z Downloaded sha1 v0.10.6
14232024-01-30T04:15:04.843Z Downloaded subtle v2.5.0
14242024-01-30T04:15:04.843Z Downloaded strip-ansi-escapes v0.2.0
14252024-01-30T04:15:04.856Z Downloaded signal-hook-tokio v0.3.1
14262024-01-30T04:15:04.856Z Downloaded signal-hook-registry v1.4.1
14272024-01-30T04:15:04.856Z Downloaded signal-hook-mio v0.2.3
14282024-01-30T04:15:04.856Z Downloaded serde_tokenstream v0.1.7
14292024-01-30T04:15:04.856Z Downloaded serde_derive_internals v0.26.0
14302024-01-30T04:15:04.856Z Downloaded sct v0.7.0
14312024-01-30T04:15:04.856Z Downloaded ahash v0.8.6
14322024-01-30T04:15:04.863Z Downloaded cassowary v0.3.0
14332024-01-30T04:15:04.864Z Downloaded assert_cmd v2.0.13
14342024-01-30T04:15:04.864Z Downloaded sec1 v0.7.3
14352024-01-30T04:15:04.872Z Downloaded iana-time-zone v0.1.57
14362024-01-30T04:15:04.872Z Downloaded crossbeam v0.8.2
14372024-01-30T04:15:04.872Z Downloaded crc v3.0.1
14382024-01-30T04:15:04.884Z Downloaded async-trait v0.1.77
14392024-01-30T04:15:04.884Z Downloaded anstyle-query v1.0.0
14402024-01-30T04:15:04.894Z Downloaded argon2 v0.5.3
14412024-01-30T04:15:04.894Z Downloaded approx v0.5.1
14422024-01-30T04:15:04.894Z Downloaded anes v0.1.6
14432024-01-30T04:15:04.895Z Downloaded aead v0.5.2
14442024-01-30T04:15:04.895Z Downloaded array-init v0.0.4
14452024-01-30T04:15:04.895Z Downloaded anstream v0.5.0
14462024-01-30T04:15:04.908Z Downloaded ipnet v2.9.0
14472024-01-30T04:15:04.909Z Downloaded crc32fast v1.3.2
14482024-01-30T04:15:05.546Z Compiling proc-macro2 v1.0.78
14492024-01-30T04:15:05.547Z Compiling unicode-ident v1.0.12
14502024-01-30T04:15:05.558Z Compiling libc v0.2.152
14512024-01-30T04:15:05.558Z Compiling cfg-if v1.0.0
14522024-01-30T04:15:05.558Z Compiling serde v1.0.195
14532024-01-30T04:15:05.558Z Compiling autocfg v1.1.0
14542024-01-30T04:15:05.570Z Compiling version_check v0.9.4
14552024-01-30T04:15:05.584Z Compiling memchr v2.6.3
14562024-01-30T04:15:05.584Z Running `/home/build/.rustup/toolchains/1.74.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.78/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=162d99b1937652eb -C extra-filename=-162d99b1937652eb --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-162d99b1937652eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14572024-01-30T04:15:05.604Z Running `/home/build/.rustup/toolchains/1.74.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=caebfb5394c94cd8 -C extra-filename=-caebfb5394c94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14582024-01-30T04:15:05.607Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.152/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=6a6a237160f0cbb5 -C extra-filename=-6a6a237160f0cbb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-6a6a237160f0cbb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14592024-01-30T04:15:05.607Z Running `/home/build/.rustup/toolchains/1.74.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=6efcfb0956144885 -C extra-filename=-6efcfb0956144885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14602024-01-30T04:15:05.607Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=eede919deb9ba8a1 -C extra-filename=-eede919deb9ba8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14612024-01-30T04:15:05.607Z Running `/home/build/.rustup/toolchains/1.74.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=19c64e24300af82f -C extra-filename=-19c64e24300af82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14622024-01-30T04:15:05.607Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e17594c523c95a14 -C extra-filename=-e17594c523c95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14632024-01-30T04:15:05.612Z Running `/home/build/.rustup/toolchains/1.74.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.195/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=b033cd8f784e7dd8 -C extra-filename=-b033cd8f784e7dd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-b033cd8f784e7dd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14642024-01-30T04:15:05.768Z Compiling once_cell v1.19.0
14652024-01-30T04:15:05.772Z Running `/home/build/.rustup/toolchains/1.74.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.19.0/src/lib.rs --error-format=json --json=diagnostic-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=78575848a39b5a91 -C extra-filename=-78575848a39b5a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14662024-01-30T04:15:05.895Z Compiling byteorder v1.5.0
14672024-01-30T04:15:05.898Z Running `/home/build/.rustup/toolchains/1.74.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=4ff908e223b9ba35 -C extra-filename=-4ff908e223b9ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14682024-01-30T04:15:06.394Z Compiling log v0.4.20
14692024-01-30T04:15:06.401Z Running `/home/build/.rustup/toolchains/1.74.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=a8da004f5204fad5 -C extra-filename=-a8da004f5204fad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14702024-01-30T04:15:06.543Z Compiling syn v1.0.109
14712024-01-30T04:15:06.548Z Running `/home/build/.rustup/toolchains/1.74.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 -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=8df69afcf782d78c -C extra-filename=-8df69afcf782d78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14722024-01-30T04:15:06.851Z Compiling scopeguard v1.2.0
14732024-01-30T04:15:06.854Z Running `/home/build/.rustup/toolchains/1.74.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=9e6bfb0ad023803f -C extra-filename=-9e6bfb0ad023803f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14742024-01-30T04:15:06.929Z Compiling itoa v1.0.9
14752024-01-30T04:15:06.933Z Running `/home/build/.rustup/toolchains/1.74.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=7ee2097a83409d11 -C extra-filename=-7ee2097a83409d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14762024-01-30T04:15:07.033Z Compiling lock_api v0.4.10
14772024-01-30T04:15:07.037Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=930de80e07cc1109 -C extra-filename=-930de80e07cc1109 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14782024-01-30T04:15:07.066Z Compiling smallvec v1.11.2
14792024-01-30T04:15:07.069Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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 -C metadata=b9214902439ca54b -C extra-filename=-b9214902439ca54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14802024-01-30T04:15:07.228Z Compiling parking_lot_core v0.9.8
14812024-01-30T04:15:07.231Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=709ca5d77954dcd4 -C extra-filename=-709ca5d77954dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14822024-01-30T04:15:07.333Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-b033cd8f784e7dd8/build-script-build`
14832024-01-30T04:15:07.336Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-162d99b1937652eb/build-script-build`
14842024-01-30T04:15:07.336Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-6a6a237160f0cbb5/build-script-build`
14852024-01-30T04:15:07.412Z Compiling thiserror v1.0.56
14862024-01-30T04:15:07.418Z Running `/home/build/.rustup/toolchains/1.74.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.56/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6c2f76a70187ac9 -C extra-filename=-c6c2f76a70187ac9 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c6c2f76a70187ac9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14872024-01-30T04:15:07.453Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.152/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d26aefcc4de11e53 -C extra-filename=-d26aefcc4de11e53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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`
14882024-01-30T04:15:07.482Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build`
14892024-01-30T04:15:07.582Z Running `/home/build/.rustup/toolchains/1.74.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.78/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f57b927d6c5d0106 -C extra-filename=-f57b927d6c5d0106 --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-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro`
14902024-01-30T04:15:07.585Z Compiling libm v0.2.7
14912024-01-30T04:15:07.588Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c46ab2349a5c1a0 -C extra-filename=-2c46ab2349a5c1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14922024-01-30T04:15:07.615Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build`
14932024-01-30T04:15:07.820Z Compiling num-traits v0.2.16
14942024-01-30T04:15:07.842Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=8f15fc63f883a6bf -C extra-filename=-8f15fc63f883a6bf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14952024-01-30T04:15:07.910Z Running `/home/build/.rustup/toolchains/1.74.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=cd1bdf41f320219b -C extra-filename=-cd1bdf41f320219b --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-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
14962024-01-30T04:15:08.112Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build`
14972024-01-30T04:15:08.144Z Compiling ahash v0.8.6
14982024-01-30T04:15:08.168Z Running `/home/build/.rustup/toolchains/1.74.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.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=56c3c66e8aeef8f5 -C extra-filename=-56c3c66e8aeef8f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
14992024-01-30T04:15:08.390Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build`
15002024-01-30T04:15:08.438Z Running `/home/build/.rustup/toolchains/1.74.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=38b670a70a83d088 -C extra-filename=-38b670a70a83d088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15012024-01-30T04:15:08.523Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build`
15022024-01-30T04:15:08.531Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c6c2f76a70187ac9/build-script-build`
15032024-01-30T04:15:08.649Z Compiling pin-project-lite v0.2.13
15042024-01-30T04:15:08.658Z Running `/home/build/.rustup/toolchains/1.74.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=63f53d9f4b155bc9 -C extra-filename=-63f53d9f4b155bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15052024-01-30T04:15:08.726Z Compiling ryu v1.0.15
15062024-01-30T04:15:08.729Z Running `/home/build/.rustup/toolchains/1.74.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=ef556ccf273fb97d -C extra-filename=-ef556ccf273fb97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15072024-01-30T04:15:08.754Z Compiling serde_json v1.0.113
15082024-01-30T04:15:08.757Z Running `/home/build/.rustup/toolchains/1.74.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.113/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=cc9b08bcd9cedeea -C extra-filename=-cc9b08bcd9cedeea --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-cc9b08bcd9cedeea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15092024-01-30T04:15:08.842Z Compiling spin v0.5.2
15102024-01-30T04:15:08.866Z Running `/home/build/.rustup/toolchains/1.74.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=69cdfe202d22f709 -C extra-filename=-69cdfe202d22f709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15112024-01-30T04:15:08.903Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5/build-script-build`
15122024-01-30T04:15:09.012Z Compiling fnv v1.0.7
15132024-01-30T04:15:09.022Z Running `/home/build/.rustup/toolchains/1.74.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=6cf1b0ed1ebc9dce -C extra-filename=-6cf1b0ed1ebc9dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15142024-01-30T04:15:09.161Z Compiling quote v1.0.35
15152024-01-30T04:15:09.164Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=8ca7c61c3fdfbf92 -C extra-filename=-8ca7c61c3fdfbf92 --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-f57b927d6c5d0106.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15162024-01-30T04:15:09.188Z Compiling futures-core v0.3.30
15172024-01-30T04:15:09.217Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=df288950ad332dec -C extra-filename=-df288950ad332dec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15182024-01-30T04:15:09.267Z Compiling allocator-api2 v0.2.16
15192024-01-30T04:15:09.270Z Running `/home/build/.rustup/toolchains/1.74.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=ac60ff71ddd57510 -C extra-filename=-ac60ff71ddd57510 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15202024-01-30T04:15:09.348Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-cc9b08bcd9cedeea/build-script-build`
15212024-01-30T04:15:09.378Z Compiling heck v0.4.1
15222024-01-30T04:15:09.383Z Running `/home/build/.rustup/toolchains/1.74.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=22616ea412428ac4 -C extra-filename=-22616ea412428ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15232024-01-30T04:15:09.551Z Compiling equivalent v1.0.1
15242024-01-30T04:15:09.555Z Running `/home/build/.rustup/toolchains/1.74.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=53c175ade642ea34 -C extra-filename=-53c175ade642ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15252024-01-30T04:15:09.601Z Compiling getrandom v0.2.10
15262024-01-30T04:15:09.643Z Running `/home/build/.rustup/toolchains/1.74.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=0404c7768b906e03 -C extra-filename=-0404c7768b906e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15272024-01-30T04:15:09.708Z Running `/home/build/.rustup/toolchains/1.74.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=48c3bec1ed4e5fab -C extra-filename=-48c3bec1ed4e5fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15282024-01-30T04:15:10.116Z Compiling syn v2.0.48
15292024-01-30T04:15:10.121Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.48/src/lib.rs --error-format=json --json=diagnostic-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=056342cd87458ea1 -C extra-filename=-056342cd87458ea1 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15302024-01-30T04:15:10.271Z Running `/home/build/.rustup/toolchains/1.74.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=2e8afc5f495402b1 -C extra-filename=-2e8afc5f495402b1 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
15312024-01-30T04:15:10.327Z Compiling parking_lot v0.12.1
15322024-01-30T04:15:10.354Z Running `/home/build/.rustup/toolchains/1.74.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=aee7eb93d952742f -C extra-filename=-aee7eb93d952742f --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-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-48c3bec1ed4e5fab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15332024-01-30T04:15:10.378Z Compiling cc v1.0.83
15342024-01-30T04:15:10.413Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only -C metadata=7e802a53f4eac952 -C extra-filename=-7e802a53f4eac952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15352024-01-30T04:15:10.527Z Running `/home/build/.rustup/toolchains/1.74.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=cc34ce3dd45ecec2 -C extra-filename=-cc34ce3dd45ecec2 --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-38b670a70a83d088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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`
15362024-01-30T04:15:10.597Z Compiling signal-hook-registry v1.4.1
15372024-01-30T04:15:10.600Z Running `/home/build/.rustup/toolchains/1.74.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=38640df2e03fc928 -C extra-filename=-38640df2e03fc928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15382024-01-30T04:15:10.814Z Compiling mio v0.8.9
15392024-01-30T04:15:10.817Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=db9c338b076acc72 -C extra-filename=-db9c338b076acc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15402024-01-30T04:15:10.842Z Compiling num_cpus v1.16.0
15412024-01-30T04:15:10.842Z Running `/home/build/.rustup/toolchains/1.74.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=b2be53810e5075d2 -C extra-filename=-b2be53810e5075d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15422024-01-30T04:15:11.010Z Compiling socket2 v0.5.5
15432024-01-30T04:15:11.013Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=8389728073b7de3f -C extra-filename=-8389728073b7de3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15442024-01-30T04:15:11.941Z Compiling rand_core v0.6.4
15452024-01-30T04:15:11.944Z Compiling futures-sink v0.3.30
15462024-01-30T04:15:11.944Z Running `/home/build/.rustup/toolchains/1.74.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=595de3a4e24d6123 -C extra-filename=-595de3a4e24d6123 --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-0404c7768b906e03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15472024-01-30T04:15:11.944Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0c1a4084db1a40ab -C extra-filename=-0c1a4084db1a40ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15482024-01-30T04:15:12.193Z Compiling slab v0.4.9
15492024-01-30T04:15:12.196Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3dded7865e933fe -C extra-filename=-c3dded7865e933fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15502024-01-30T04:15:12.558Z Compiling pin-utils v0.1.0
15512024-01-30T04:15:12.594Z Running `/home/build/.rustup/toolchains/1.74.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=5b69abb51cddee7d -C extra-filename=-5b69abb51cddee7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15522024-01-30T04:15:12.744Z Compiling futures-channel v0.3.30
15532024-01-30T04:15:12.747Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=f881803d4674264d -C extra-filename=-f881803d4674264d --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15542024-01-30T04:15:12.787Z Compiling futures-task v0.3.30
15552024-01-30T04:15:12.790Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="std"' -C metadata=730a65a2a998e17d -C extra-filename=-730a65a2a998e17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15562024-01-30T04:15:12.815Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build`
15572024-01-30T04:15:12.865Z Compiling futures-io v0.3.30
15582024-01-30T04:15:12.886Z Running `/home/build/.rustup/toolchains/1.74.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.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="std"' -C metadata=902bf6e0c20c75b3 -C extra-filename=-902bf6e0c20c75b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15592024-01-30T04:15:13.005Z Running `/home/build/.rustup/toolchains/1.74.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=0836b13490fe26db -C extra-filename=-0836b13490fe26db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15602024-01-30T04:15:13.241Z Compiling regex-syntax v0.8.2
15612024-01-30T04:15:13.245Z Running `/home/build/.rustup/toolchains/1.74.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=90162e117f0fa024 -C extra-filename=-90162e117f0fa024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15622024-01-30T04:15:13.312Z Compiling errno v0.3.8
15632024-01-30T04:15:13.339Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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="std"' -C metadata=9f8a26a9f4d69998 -C extra-filename=-9f8a26a9f4d69998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15642024-01-30T04:15:13.421Z Compiling aho-corasick v1.0.4
15652024-01-30T04:15:13.443Z Running `/home/build/.rustup/toolchains/1.74.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=e39b65394af31ca3 -C extra-filename=-e39b65394af31ca3 --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15662024-01-30T04:15:13.453Z Compiling lazy_static v1.4.0
15672024-01-30T04:15:13.453Z Running `/home/build/.rustup/toolchains/1.74.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=1e7ab31398eb494a -C extra-filename=-1e7ab31398eb494a --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-69cdfe202d22f709.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15682024-01-30T04:15:13.598Z Compiling iana-time-zone v0.1.57
15692024-01-30T04:15:13.602Z Running `/home/build/.rustup/toolchains/1.74.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=42f31a2f50589a64 -C extra-filename=-42f31a2f50589a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15702024-01-30T04:15:13.650Z Compiling typenum v1.16.0
15712024-01-30T04:15:13.653Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=42fc72f5c5ab202d -C extra-filename=-42fc72f5c5ab202d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15722024-01-30T04:15:13.953Z Compiling generic-array v0.14.7
15732024-01-30T04:15:13.956Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=0154d194379fbce5 -C extra-filename=-0154d194379fbce5 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15742024-01-30T04:15:14.286Z Compiling subtle v2.5.0
15752024-01-30T04:15:14.290Z Running `/home/build/.rustup/toolchains/1.74.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=dc7510ddc3d6c88c -C extra-filename=-dc7510ddc3d6c88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15762024-01-30T04:15:14.532Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build`
15772024-01-30T04:15:14.626Z Compiling pkg-config v0.3.27
15782024-01-30T04:15:14.629Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d5e8df27f8d820e4 -C extra-filename=-d5e8df27f8d820e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15792024-01-30T04:15:14.796Z Compiling tracing-core v0.1.31
15802024-01-30T04:15:14.799Z Running `/home/build/.rustup/toolchains/1.74.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=6a2fd1b3fb75be06 -C extra-filename=-6a2fd1b3fb75be06 --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-78575848a39b5a91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15812024-01-30T04:15:15.445Z Compiling rustix v0.38.30
15822024-01-30T04:15:15.449Z Running `/home/build/.rustup/toolchains/1.74.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.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=12a9bc463e8bd620 -C extra-filename=-12a9bc463e8bd620 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-12a9bc463e8bd620 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15832024-01-30T04:15:15.494Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main`
15842024-01-30T04:15:15.839Z Running `/home/build/.rustup/toolchains/1.74.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=b0e5892a8dc8abc6 -C extra-filename=-b0e5892a8dc8abc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15852024-01-30T04:15:16.693Z Compiling tinyvec_macros v0.1.1
15862024-01-30T04:15:16.696Z Running `/home/build/.rustup/toolchains/1.74.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=af03a12be910dcc2 -C extra-filename=-af03a12be910dcc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15872024-01-30T04:15:16.796Z Compiling tinyvec v1.6.0
15882024-01-30T04:15:16.799Z Running `/home/build/.rustup/toolchains/1.74.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=2f59d5358814a968 -C extra-filename=-2f59d5358814a968 --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-af03a12be910dcc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15892024-01-30T04:15:16.822Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-12a9bc463e8bd620/build-script-build`
15902024-01-30T04:15:16.996Z Compiling spin v0.9.8
15912024-01-30T04:15:17.018Z Running `/home/build/.rustup/toolchains/1.74.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=466f997862055ffa -C extra-filename=-466f997862055ffa --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-cd1bdf41f320219b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15922024-01-30T04:15:17.255Z Compiling base64 v0.21.7
15932024-01-30T04:15:17.258Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=64492b43562e8960 -C extra-filename=-64492b43562e8960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15942024-01-30T04:15:17.566Z Compiling schemars v0.8.16
15952024-01-30T04:15:17.569Z Running `/home/build/.rustup/toolchains/1.74.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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=ada846bd06499c36 -C extra-filename=-ada846bd06499c36 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15962024-01-30T04:15:18.192Z Compiling dyn-clone v1.0.13
15972024-01-30T04:15:18.195Z Running `/home/build/.rustup/toolchains/1.74.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=fdf79af5d0119df4 -C extra-filename=-fdf79af5d0119df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15982024-01-30T04:15:18.223Z Compiling const-oid v0.9.5
15992024-01-30T04:15:18.245Z Running `/home/build/.rustup/toolchains/1.74.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=66455a9b00682027 -C extra-filename=-66455a9b00682027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16002024-01-30T04:15:18.512Z Compiling unicode-width v0.1.11
16012024-01-30T04:15:18.516Z Running `/home/build/.rustup/toolchains/1.74.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=218243c8d3571b57 -C extra-filename=-218243c8d3571b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16022024-01-30T04:15:18.565Z Compiling unicode-bidi v0.3.13
16032024-01-30T04:15:18.614Z Running `/home/build/.rustup/toolchains/1.74.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=ea6d88cd11b1cdcf -C extra-filename=-ea6d88cd11b1cdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16042024-01-30T04:15:18.751Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build`
16052024-01-30T04:15:18.792Z Compiling ring v0.17.7
16062024-01-30T04:15:18.796Z Running `/home/build/.rustup/toolchains/1.74.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.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=41547514f0da7d1f -C extra-filename=-41547514f0da7d1f --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-41547514f0da7d1f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16072024-01-30T04:15:19.392Z Compiling regex-automata v0.4.4
16082024-01-30T04:15:19.400Z Running `/home/build/.rustup/toolchains/1.74.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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=40dfbed7bcb9fb30 -C extra-filename=-40dfbed7bcb9fb30 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16092024-01-30T04:15:20.847Z Compiling unicode-normalization v0.1.22
16102024-01-30T04:15:20.855Z Running `/home/build/.rustup/toolchains/1.74.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=e1664521da542a92 -C extra-filename=-e1664521da542a92 --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-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16112024-01-30T04:15:21.090Z Compiling httparse v1.8.0
16122024-01-30T04:15:21.094Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e8e8e3ea3c5a3a0 -C extra-filename=-1e8e8e3ea3c5a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16132024-01-30T04:15:21.124Z Compiling percent-encoding v2.3.1
16142024-01-30T04:15:21.148Z Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-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=b363a80fbad56cd8 -C extra-filename=-b363a80fbad56cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16152024-01-30T04:15:21.432Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-41547514f0da7d1f/build-script-build`
16162024-01-30T04:15:21.713Z Compiling form_urlencoded v1.2.1
16172024-01-30T04:15:21.716Z Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-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=f43b5444f1071237 -C extra-filename=-f43b5444f1071237 --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-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-01-30T04:15:21.795Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build`
16192024-01-30T04:15:21.830Z Running `/home/build/.rustup/toolchains/1.74.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=5165d982a445385a -C extra-filename=-5165d982a445385a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd`
16202024-01-30T04:15:22.144Z Compiling serde_derive_internals v0.26.0
16212024-01-30T04:15:22.147Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d33a1de8ce4ae292 -C extra-filename=-d33a1de8ce4ae292 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16222024-01-30T04:15:22.574Z Compiling ucd-trie v0.1.6
16232024-01-30T04:15:22.578Z Running `/home/build/.rustup/toolchains/1.74.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=3f965a27b72c64f6 -C extra-filename=-3f965a27b72c64f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16242024-01-30T04:15:22.962Z Compiling ppv-lite86 v0.2.17
16252024-01-30T04:15:22.965Z Running `/home/build/.rustup/toolchains/1.74.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=ee6cdf9a9cd99e2d -C extra-filename=-ee6cdf9a9cd99e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-01-30T04:15:23.555Z Compiling untrusted v0.9.0
16272024-01-30T04:15:23.558Z Running `/home/build/.rustup/toolchains/1.74.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=018c813ad0174d69 -C extra-filename=-018c813ad0174d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16282024-01-30T04:15:23.795Z Compiling vcpkg v0.2.15
16292024-01-30T04:15:23.840Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a8f4727560f7ed95 -C extra-filename=-a8f4727560f7ed95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16302024-01-30T04:15:24.154Z Compiling rand_chacha v0.3.1
16312024-01-30T04:15:24.157Z Running `/home/build/.rustup/toolchains/1.74.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="std"' -C metadata=07b056034bd98ac0 -C extra-filename=-07b056034bd98ac0 --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-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16322024-01-30T04:15:24.588Z Compiling try-lock v0.2.4
16332024-01-30T04:15:24.591Z Running `/home/build/.rustup/toolchains/1.74.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=dd164f28291d1568 -C extra-filename=-dd164f28291d1568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16342024-01-30T04:15:24.785Z Compiling want v0.3.1
16352024-01-30T04:15:24.790Z Running `/home/build/.rustup/toolchains/1.74.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=620d2e79a9eb893f -C extra-filename=-620d2e79a9eb893f --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-dd164f28291d1568.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16362024-01-30T04:15:25.225Z Compiling rand v0.8.5
16372024-01-30T04:15:25.228Z Running `/home/build/.rustup/toolchains/1.74.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="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=4b1e30a3c77dcb0b -C extra-filename=-4b1e30a3c77dcb0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16382024-01-30T04:15:26.783Z Compiling regex v1.10.3
16392024-01-30T04:15:26.786Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.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="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=4be7b51d6a8b3fc5 -C extra-filename=-4be7b51d6a8b3fc5 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16402024-01-30T04:15:27.044Z Compiling idna v0.5.0
16412024-01-30T04:15:27.080Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="std"' -C metadata=e0b4a4ef1ede901e -C extra-filename=-e0b4a4ef1ede901e --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16422024-01-30T04:15:27.401Z Compiling openssl-sys v0.9.96
16432024-01-30T04:15:27.404Z Running `/home/build/.rustup/toolchains/1.74.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.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=315d59f559e7b6e4 -C extra-filename=-315d59f559e7b6e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-315d59f559e7b6e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a8f4727560f7ed95.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16442024-01-30T04:15:28.578Z Compiling tower-service v0.3.2
16452024-01-30T04:15:28.581Z Running `/home/build/.rustup/toolchains/1.74.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=977e35ace01a1844 -C extra-filename=-977e35ace01a1844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16462024-01-30T04:15:28.758Z Compiling semver v1.0.21
16472024-01-30T04:15:28.761Z Running `/home/build/.rustup/toolchains/1.74.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.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=671f19a05d3257cd -C extra-filename=-671f19a05d3257cd --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16482024-01-30T04:15:28.927Z Compiling url v2.5.0
16492024-01-30T04:15:28.930Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=35c43be3b6960243 -C extra-filename=-35c43be3b6960243 --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-f43b5444f1071237.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e0b4a4ef1ede901e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16502024-01-30T04:15:29.106Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-315d59f559e7b6e4/build-script-main`
16512024-01-30T04:15:29.207Z Compiling socket2 v0.4.9
16522024-01-30T04:15:29.210Z Running `/home/build/.rustup/toolchains/1.74.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=6de2735f70908e7e -C extra-filename=-6de2735f70908e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16532024-01-30T04:15:29.374Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=3a486ebe7244ab62 -C extra-filename=-3a486ebe7244ab62 --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-0404c7768b906e03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test`
16542024-01-30T04:15:29.640Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-671f19a05d3257cd/build-script-build`
16552024-01-30T04:15:29.737Z Compiling httpdate v1.0.3
16562024-01-30T04:15:29.740Z Running `/home/build/.rustup/toolchains/1.74.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=17048ad0d39f59d3 -C extra-filename=-17048ad0d39f59d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16572024-01-30T04:15:29.778Z Compiling bitflags v1.3.2
16582024-01-30T04:15:29.817Z Running `/home/build/.rustup/toolchains/1.74.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=8861c4fe0bf9ac1d -C extra-filename=-8861c4fe0bf9ac1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16592024-01-30T04:15:29.924Z Compiling ring v0.16.20
16602024-01-30T04:15:29.930Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=589ce787b31694d0 -C extra-filename=-589ce787b31694d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-589ce787b31694d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-01-30T04:15:30.471Z Compiling winnow v0.5.15
16622024-01-30T04:15:30.474Z Running `/home/build/.rustup/toolchains/1.74.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=bb48f977d0538890 -C extra-filename=-bb48f977d0538890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16632024-01-30T04:15:30.620Z Compiling foreign-types-shared v0.1.1
16642024-01-30T04:15:30.623Z Running `/home/build/.rustup/toolchains/1.74.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=3851156061296a01 -C extra-filename=-3851156061296a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-01-30T04:15:30.775Z Compiling adler v1.0.2
16662024-01-30T04:15:30.779Z Running `/home/build/.rustup/toolchains/1.74.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=3bfee8ea008388b0 -C extra-filename=-3bfee8ea008388b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16672024-01-30T04:15:31.125Z Compiling openssl-probe v0.1.5
16682024-01-30T04:15:31.128Z Running `/home/build/.rustup/toolchains/1.74.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=52fc005630b42931 -C extra-filename=-52fc005630b42931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16692024-01-30T04:15:31.690Z Compiling openssl v0.10.60
16702024-01-30T04:15:31.694Z Running `/home/build/.rustup/toolchains/1.74.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.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=73cabd87409db80e -C extra-filename=-73cabd87409db80e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16712024-01-30T04:15:31.905Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-589ce787b31694d0/build-script-build`
16722024-01-30T04:15:32.130Z Compiling miniz_oxide v0.7.1
16732024-01-30T04:15:32.133Z Running `/home/build/.rustup/toolchains/1.74.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=4f9e4bdaef8c0393 -C extra-filename=-4f9e4bdaef8c0393 --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-3bfee8ea008388b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-01-30T04:15:32.410Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build`
16752024-01-30T04:15:32.450Z Compiling foreign-types v0.3.2
16762024-01-30T04:15:32.453Z Running `/home/build/.rustup/toolchains/1.74.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=1e6848bdbd9674f1 -C extra-filename=-1e6848bdbd9674f1 --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-3851156061296a01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16772024-01-30T04:15:32.684Z Running `/home/build/.rustup/toolchains/1.74.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.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab236b88a8321ed8 -C extra-filename=-ab236b88a8321ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --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`
16782024-01-30T04:15:34.462Z Compiling serde_derive v1.0.195
16792024-01-30T04:15:34.468Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.195/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=fcd3a711c4d980a1 -C extra-filename=-fcd3a711c4d980a1 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-01-30T04:15:34.740Z Compiling zerocopy-derive v0.7.32
16812024-01-30T04:15:34.766Z Running `/home/build/.rustup/toolchains/1.74.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.7.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c317ba0148240967 -C extra-filename=-c317ba0148240967 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16822024-01-30T04:15:34.852Z Compiling thiserror-impl v1.0.56
16832024-01-30T04:15:34.911Z Running `/home/build/.rustup/toolchains/1.74.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.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9569039f061b3558 -C extra-filename=-9569039f061b3558 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16842024-01-30T04:15:34.917Z Compiling tokio-macros v2.2.0
16852024-01-30T04:15:34.920Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fa85f4ae4ccf544 -C extra-filename=-0fa85f4ae4ccf544 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16862024-01-30T04:15:35.147Z Compiling zeroize_derive v1.4.2
16872024-01-30T04:15:35.152Z Compiling futures-macro v0.3.30
16882024-01-30T04:15:35.152Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=12990345fb731c91 -C extra-filename=-12990345fb731c91 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16892024-01-30T04:15:35.152Z Running `/home/build/.rustup/toolchains/1.74.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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d0ead20a6f4bc84 -C extra-filename=-5d0ead20a6f4bc84 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-01-30T04:15:35.946Z Compiling tracing-attributes v0.1.26
16912024-01-30T04:15:35.972Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=989fb830244a3635 -C extra-filename=-989fb830244a3635 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16922024-01-30T04:15:36.745Z Compiling schemars_derive v0.8.16
16932024-01-30T04:15:36.748Z Running `/home/build/.rustup/toolchains/1.74.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4f672bcb2f35f87b -C extra-filename=-4f672bcb2f35f87b --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-d33a1de8ce4ae292.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16942024-01-30T04:15:38.088Z Compiling openssl-macros v0.1.1
16952024-01-30T04:15:38.099Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ad2eaf6183d79236 -C extra-filename=-ad2eaf6183d79236 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-01-30T04:15:38.197Z Compiling zeroize v1.7.0
16972024-01-30T04:15:38.209Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=c330e6b0aab7c8ac -C extra-filename=-c330e6b0aab7c8ac --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-12990345fb731c91.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16982024-01-30T04:15:38.777Z Running `/home/build/.rustup/toolchains/1.74.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=5926e37d1f197e57 -C extra-filename=-5926e37d1f197e57 --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-b0e5892a8dc8abc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
16992024-01-30T04:15:38.976Z Compiling zerocopy v0.7.32
17002024-01-30T04:15:38.979Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=3986eb937002ab5c -C extra-filename=-3986eb937002ab5c --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c317ba0148240967.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17012024-01-30T04:15:39.069Z Compiling futures-util v0.3.30
17022024-01-30T04:15:39.129Z Running `/home/build/.rustup/toolchains/1.74.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.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="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=53f9058382a517fe -C extra-filename=-53f9058382a517fe --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-5d0ead20a6f4bc84.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17032024-01-30T04:15:39.579Z Compiling untrusted v0.7.1
17042024-01-30T04:15:39.602Z Running `/home/build/.rustup/toolchains/1.74.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=2093d66368e033e3 -C extra-filename=-2093d66368e033e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17052024-01-30T04:15:39.880Z Compiling mime v0.3.17
17062024-01-30T04:15:39.883Z Running `/home/build/.rustup/toolchains/1.74.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=6a7bea3b3edc87ca -C extra-filename=-6a7bea3b3edc87ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17072024-01-30T04:15:40.708Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=19a0d165a8de2fa6 -C extra-filename=-19a0d165a8de2fa6 --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-9569039f061b3558.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17082024-01-30T04:15:40.837Z Compiling either v1.9.0
17092024-01-30T04:15:40.860Z Running `/home/build/.rustup/toolchains/1.74.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=88da6cc752eb5faf -C extra-filename=-88da6cc752eb5faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-01-30T04:15:40.916Z Compiling pest v2.7.6
17112024-01-30T04:15:40.919Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' -C metadata=15ea8f00e3d66a10 -C extra-filename=-15ea8f00e3d66a10 --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-19c64e24300af82f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17122024-01-30T04:15:41.121Z Compiling crypto-common v0.1.6
17132024-01-30T04:15:41.126Z Running `/home/build/.rustup/toolchains/1.74.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=8b594573c6ef6f60 -C extra-filename=-8b594573c6ef6f60 --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-5926e37d1f197e57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-01-30T04:15:41.363Z Compiling block-buffer v0.10.4
17152024-01-30T04:15:41.366Z Running `/home/build/.rustup/toolchains/1.74.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=6c00091cdf4b59a5 -C extra-filename=-6c00091cdf4b59a5 --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-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17162024-01-30T04:15:41.439Z Compiling async-trait v0.1.77
17172024-01-30T04:15:41.443Z Running `/home/build/.rustup/toolchains/1.74.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.77/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a4dd4ea08bc0e7b -C extra-filename=-3a4dd4ea08bc0e7b --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17182024-01-30T04:15:41.694Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=106e83437150c29e -C extra-filename=-106e83437150c29e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
17192024-01-30T04:15:41.777Z Compiling digest v0.10.7
17202024-01-30T04:15:41.780Z Running `/home/build/.rustup/toolchains/1.74.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=cffaf1afed8b036a -C extra-filename=-cffaf1afed8b036a --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-6c00091cdf4b59a5.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-8b594573c6ef6f60.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17212024-01-30T04:15:42.319Z Compiling strsim v0.10.0
17222024-01-30T04:15:42.357Z Running `/home/build/.rustup/toolchains/1.74.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=9615ee8240108c1a -C extra-filename=-9615ee8240108c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-01-30T04:15:42.516Z Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-3a4dd4ea08bc0e7b/build-script-build`
17242024-01-30T04:15:42.614Z Compiling hashbrown v0.14.2
17252024-01-30T04:15:42.639Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=44de53dbfe136d53 -C extra-filename=-44de53dbfe136d53 --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-106e83437150c29e.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ac60ff71ddd57510.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-01-30T04:15:42.657Z Compiling hashbrown v0.13.2
17272024-01-30T04:15:42.660Z Running `/home/build/.rustup/toolchains/1.74.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=8547f42a6b8ec186 -C extra-filename=-8547f42a6b8ec186 --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-106e83437150c29e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17282024-01-30T04:15:42.861Z Compiling tracing v0.1.37
17292024-01-30T04:15:42.864Z Running `/home/build/.rustup/toolchains/1.74.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=a6677895971ae67b -C extra-filename=-a6677895971ae67b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-989fb830244a3635.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6a2fd1b3fb75be06.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17302024-01-30T04:15:42.952Z Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=a1b6eeacb3871e46 -C extra-filename=-a1b6eeacb3871e46 --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-78575848a39b5a91.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -l static=ring-core -l static=ring-test`
17312024-01-30T04:15:43.622Z Compiling rustls v0.21.9
17322024-01-30T04:15:43.626Z Running `/home/build/.rustup/toolchains/1.74.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.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=20d61740ec4b8aa7 -C extra-filename=-20d61740ec4b8aa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-01-30T04:15:43.700Z Compiling ipnet v2.9.0
17342024-01-30T04:15:43.704Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8300448f6a8e23c1 -C extra-filename=-8300448f6a8e23c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17352024-01-30T04:15:44.150Z Compiling native-tls v0.2.11
17362024-01-30T04:15:44.154Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=c476d253bc75cf03 -C extra-filename=-c476d253bc75cf03 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17372024-01-30T04:15:44.526Z Compiling cpufeatures v0.2.12
17382024-01-30T04:15:44.530Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=c7155cd217f75a24 -C extra-filename=-c7155cd217f75a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-01-30T04:15:44.671Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build`
17402024-01-30T04:15:44.714Z Running `/home/build/.rustup/toolchains/1.74.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.77/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=153467c069b7bf56 -C extra-filename=-153467c069b7bf56 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17412024-01-30T04:15:44.771Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build`
17422024-01-30T04:15:44.809Z Compiling rustls-webpki v0.101.7
17432024-01-30T04:15:44.813Z Running `/home/build/.rustup/toolchains/1.74.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=db250e62a7bd9631 -C extra-filename=-db250e62a7bd9631 --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-3a486ebe7244ab62.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
17442024-01-30T04:15:44.849Z Compiling encoding_rs v0.8.33
17452024-01-30T04:15:44.877Z Running `/home/build/.rustup/toolchains/1.74.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=28791e7cdcc2db15 -C extra-filename=-28791e7cdcc2db15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17462024-01-30T04:15:45.740Z Compiling backtrace v0.3.69
17472024-01-30T04:15:45.743Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=dddf8e6c36f92b93 -C extra-filename=-dddf8e6c36f92b93 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-dddf8e6c36f92b93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17482024-01-30T04:15:45.766Z Compiling gimli v0.28.0
17492024-01-30T04:15:45.775Z Running `/home/build/.rustup/toolchains/1.74.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=5da496e35dfcf224 -C extra-filename=-5da496e35dfcf224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-01-30T04:15:46.586Z Compiling sct v0.7.0
17512024-01-30T04:15:46.589Z Running `/home/build/.rustup/toolchains/1.74.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=218b7876738679b2 -C extra-filename=-218b7876738679b2 --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-a1b6eeacb3871e46.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out`
17522024-01-30T04:15:47.050Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=0ad605307619fb24 -C extra-filename=-0ad605307619fb24 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-db250e62a7bd9631.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-218b7876738679b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out`
17532024-01-30T04:15:48.162Z Compiling crossbeam-utils v0.8.16
17542024-01-30T04:15:48.165Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e3dca98d29440eb -C extra-filename=-1e3dca98d29440eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17552024-01-30T04:15:49.039Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build`
17562024-01-30T04:15:49.064Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-dddf8e6c36f92b93/build-script-build`
17572024-01-30T04:15:49.097Z Compiling pest_meta v2.7.6
17582024-01-30T04:15:49.111Z Running `/home/build/.rustup/toolchains/1.74.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.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=50a9c843627ff4db -C extra-filename=-50a9c843627ff4db --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-78575848a39b5a91.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-15ea8f00e3d66a10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17592024-01-30T04:15:49.124Z Compiling rustls-pemfile v1.0.3
17602024-01-30T04:15:49.124Z Running `/home/build/.rustup/toolchains/1.74.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=a82cf625c5179fd3 -C extra-filename=-a82cf625c5179fd3 --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-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17612024-01-30T04:15:49.349Z Compiling object v0.32.1
17622024-01-30T04:15:49.353Z Running `/home/build/.rustup/toolchains/1.74.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=af5fb22b71ac833d -C extra-filename=-af5fb22b71ac833d --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-01-30T04:15:49.389Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.195/src/lib.rs --error-format=json --json=diagnostic-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=c715252fb2629716 -C extra-filename=-c715252fb2629716 --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-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17642024-01-30T04:15:49.704Z Compiling webpki-roots v0.25.2
17652024-01-30T04:15:49.707Z Running `/home/build/.rustup/toolchains/1.74.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=f0b1a41367742ca3 -C extra-filename=-f0b1a41367742ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17662024-01-30T04:15:49.816Z Compiling anyhow v1.0.75
17672024-01-30T04:15:49.819Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2609063c4951926a -C extra-filename=-2609063c4951926a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17682024-01-30T04:15:49.946Z Compiling rustc-demangle v0.1.23
17692024-01-30T04:15:49.972Z Running `/home/build/.rustup/toolchains/1.74.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=70aed849af95af3b -C extra-filename=-70aed849af95af3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17702024-01-30T04:15:50.780Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build`
17712024-01-30T04:15:51.023Z Running `/home/build/.rustup/toolchains/1.74.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=479d9e8cd719f4b6 -C extra-filename=-479d9e8cd719f4b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17722024-01-30T04:15:51.597Z Compiling pest_generator v2.7.6
17732024-01-30T04:15:51.600Z Running `/home/build/.rustup/toolchains/1.74.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.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=fc681cb9e95ce631 -C extra-filename=-fc681cb9e95ce631 --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-15ea8f00e3d66a10.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-50a9c843627ff4db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17742024-01-30T04:15:52.944Z Compiling addr2line v0.21.0
17752024-01-30T04:15:52.950Z Running `/home/build/.rustup/toolchains/1.74.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=6052e16ec89be577 -C extra-filename=-6052e16ec89be577 --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-5da496e35dfcf224.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17762024-01-30T04:15:52.972Z Compiling unicode-xid v0.2.4
17772024-01-30T04:15:53.013Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bcfe243e41aa4734 -C extra-filename=-bcfe243e41aa4734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17782024-01-30T04:15:53.241Z Compiling crc32fast v1.3.2
17792024-01-30T04:15:53.266Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4fe74826f206961b -C extra-filename=-4fe74826f206961b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17802024-01-30T04:15:53.996Z Compiling slog v2.7.0
17812024-01-30T04:15:53.999Z Running `/home/build/.rustup/toolchains/1.74.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 -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=0e6c76921b9dd799 -C extra-filename=-0e6c76921b9dd799 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17822024-01-30T04:15:54.104Z Compiling utf8parse v0.2.1
17832024-01-30T04:15:54.129Z Running `/home/build/.rustup/toolchains/1.74.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=23480799e7d77cab -C extra-filename=-23480799e7d77cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17842024-01-30T04:15:54.198Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build`
17852024-01-30T04:15:54.289Z Compiling base64ct v1.6.0
17862024-01-30T04:15:54.292Z Running `/home/build/.rustup/toolchains/1.74.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=db2759387f67ed24 -C extra-filename=-db2759387f67ed24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17872024-01-30T04:15:54.351Z Running `/home/build/.rustup/toolchains/1.74.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=ddd6b783a064eb7e -C extra-filename=-ddd6b783a064eb7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
17882024-01-30T04:15:54.886Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build`
17892024-01-30T04:15:54.915Z Compiling io-lifetimes v1.0.11
17902024-01-30T04:15:54.949Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=7f0bb9cfe37845eb -C extra-filename=-7f0bb9cfe37845eb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17912024-01-30T04:15:54.991Z Running `/home/build/.rustup/toolchains/1.74.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=e4b1c162c07fec80 -C extra-filename=-e4b1c162c07fec80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
17922024-01-30T04:15:55.023Z Compiling anstyle v1.0.2
17932024-01-30T04:15:55.026Z Running `/home/build/.rustup/toolchains/1.74.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=ae5ed257b591d4e2 -C extra-filename=-ae5ed257b591d4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17942024-01-30T04:15:55.273Z Compiling rustversion v1.0.14
17952024-01-30T04:15:55.277Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=765d7dbc8dd28acc -C extra-filename=-765d7dbc8dd28acc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-01-30T04:15:55.718Z Compiling thread-id v4.2.0
17972024-01-30T04:15:55.760Z Running `/home/build/.rustup/toolchains/1.74.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=d10efd05e810885b -C extra-filename=-d10efd05e810885b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17982024-01-30T04:15:55.880Z Compiling num-integer v0.1.45
17992024-01-30T04:15:55.883Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=a16d29494631f63a -C extra-filename=-a16d29494631f63a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18002024-01-30T04:15:55.927Z Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb/build-script-build`
18012024-01-30T04:15:56.302Z Compiling rustix v0.37.23
18022024-01-30T04:15:56.305Z Running `/home/build/.rustup/toolchains/1.74.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 -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=ffe698edf9936ad4 -C extra-filename=-ffe698edf9936ad4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-01-30T04:15:56.328Z Compiling time-core v0.1.1
18042024-01-30T04:15:56.332Z Running `/home/build/.rustup/toolchains/1.74.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=96cfe055a2065dfc -C extra-filename=-96cfe055a2065dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18052024-01-30T04:15:56.423Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build`
18062024-01-30T04:15:56.480Z Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a/build-script-build`
18072024-01-30T04:15:56.496Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=aa4a5c579286af9a -C extra-filename=-aa4a5c579286af9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18082024-01-30T04:15:56.564Z Running `/home/build/.rustup/toolchains/1.74.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=63c4cffcb5672a28 -C extra-filename=-63c4cffcb5672a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg io_safety_is_in_std`
18092024-01-30T04:15:56.599Z Compiling time-macros v0.2.13
18102024-01-30T04:15:56.602Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=7b759573e934a70a -C extra-filename=-7b759573e934a70a --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-96cfe055a2065dfc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18112024-01-30T04:15:56.796Z Compiling pem-rfc7468 v0.7.0
18122024-01-30T04:15:56.799Z Running `/home/build/.rustup/toolchains/1.74.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=477fdaa156d56e80 -C extra-filename=-477fdaa156d56e80 --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-db2759387f67ed24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-01-30T04:15:57.406Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4/build-script-build`
18142024-01-30T04:15:57.562Z Compiling futures-executor v0.3.30
18152024-01-30T04:15:57.575Z Running `/home/build/.rustup/toolchains/1.74.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.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="std"' -C metadata=c224673be8777514 -C extra-filename=-c224673be8777514 --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-df288950ad332dec.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-01-30T04:15:57.943Z Compiling pest_derive v2.7.6
18172024-01-30T04:15:57.946Z Running `/home/build/.rustup/toolchains/1.74.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.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 debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d632e98f538c006 -C extra-filename=-9d632e98f538c006 --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-15ea8f00e3d66a10.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fc681cb9e95ce631.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18182024-01-30T04:15:58.060Z Compiling der_derive v0.7.2
18192024-01-30T04:15:58.063Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ee5943c64867f8cb -C extra-filename=-ee5943c64867f8cb --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18202024-01-30T04:15:58.577Z Compiling unicode-segmentation v1.10.1
18212024-01-30T04:15:58.580Z Running `/home/build/.rustup/toolchains/1.74.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=3db9a7183557834f -C extra-filename=-3db9a7183557834f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18222024-01-30T04:15:59.190Z Running `/home/build/.rustup/toolchains/1.74.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=0ef1a01fccdf4b46 -C extra-filename=-0ef1a01fccdf4b46 --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-6052e16ec89be577.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-af5fb22b71ac833d.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70aed849af95af3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-01-30T04:15:59.540Z Compiling bytes v1.5.0
18242024-01-30T04:15:59.543Z Running `/home/build/.rustup/toolchains/1.74.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=0a9789d01b345e83 -C extra-filename=-0a9789d01b345e83 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18252024-01-30T04:15:59.875Z Compiling bitflags v2.4.0
18262024-01-30T04:15:59.878Z Running `/home/build/.rustup/toolchains/1.74.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=8618405ce2bc21e1 -C extra-filename=-8618405ce2bc21e1 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18272024-01-30T04:16:00.010Z Running `/home/build/.rustup/toolchains/1.74.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.113/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=89e0582490909415 -C extra-filename=-89e0582490909415 --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-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64`
18282024-01-30T04:16:00.516Z Compiling indexmap v2.1.0
18292024-01-30T04:16:00.520Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=b7f86e409adac61d -C extra-filename=-b7f86e409adac61d --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-53c175ade642ea34.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-44de53dbfe136d53.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18302024-01-30T04:16:00.553Z Compiling chrono v0.4.31
18312024-01-30T04:16:00.557Z Running `/home/build/.rustup/toolchains/1.74.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=4141cfc584c78c19 -C extra-filename=-4141cfc584c78c19 --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-42f31a2f50589a64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-01-30T04:16:01.661Z Compiling tokio v1.35.1
18332024-01-30T04:16:01.666Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.1/src/lib.rs --error-format=json --json=diagnostic-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=574fbb11ca583483 -C extra-filename=-574fbb11ca583483 --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-0a9789d01b345e83.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-b2be53810e5075d2.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-38640df2e03fc928.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-0fa85f4ae4ccf544.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18342024-01-30T04:16:02.205Z Compiling uuid v1.7.0
18352024-01-30T04:16:02.219Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=1cde9e778fb85930 -C extra-filename=-1cde9e778fb85930 --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-0404c7768b906e03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18362024-01-30T04:16:02.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=1c95917b931a6210 -C extra-filename=-1c95917b931a6210 --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-8618405ce2bc21e1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-9f8a26a9f4d69998.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18372024-01-30T04:16:02.570Z Compiling http v0.2.11
18382024-01-30T04:16:02.573Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17e0598029016fd2 -C extra-filename=-17e0598029016fd2 --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-0a9789d01b345e83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18392024-01-30T04:16:02.837Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1fc69c47c529c15a -C extra-filename=-1fc69c47c529c15a --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18402024-01-30T04:16:04.100Z Compiling toml_datetime v0.6.5
18412024-01-30T04:16:04.131Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=995db5c29458619d -C extra-filename=-995db5c29458619d --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18422024-01-30T04:16:04.838Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=a1812a86abb742d3 -C extra-filename=-a1812a86abb742d3 --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-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-4f672bcb2f35f87b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
18432024-01-30T04:16:04.877Z Compiling serde_spanned v0.6.4
18442024-01-30T04:16:04.880Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=e2468ea27838b28f -C extra-filename=-e2468ea27838b28f --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18452024-01-30T04:16:05.241Z Compiling http-body v0.4.5
18462024-01-30T04:16:05.245Z Running `/home/build/.rustup/toolchains/1.74.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=40e1a0c906e6d384 -C extra-filename=-40e1a0c906e6d384 --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-0a9789d01b345e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18472024-01-30T04:16:05.271Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-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=60c798129ff20aaf -C extra-filename=-60c798129ff20aaf --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-8618405ce2bc21e1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-ad2eaf6183d79236.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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`
18482024-01-30T04:16:05.375Z Compiling serde_urlencoded v0.7.1
18492024-01-30T04:16:05.378Z Running `/home/build/.rustup/toolchains/1.74.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=c23fb289c3fef332 -C extra-filename=-c23fb289c3fef332 --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-f43b5444f1071237.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18502024-01-30T04:16:05.922Z Compiling toml_edit v0.19.15
18512024-01-30T04:16:05.927Z Running `/home/build/.rustup/toolchains/1.74.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=0a6ba9df0bf952ed -C extra-filename=-0a6ba9df0bf952ed --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-b7f86e409adac61d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e2468ea27838b28f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-01-30T04:16:06.221Z Compiling openapiv3 v2.0.0
18532024-01-30T04:16:06.224Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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="skip_serializing_defaults"' -C metadata=8a5093f975bcd4fb -C extra-filename=-8a5093f975bcd4fb --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-b7f86e409adac61d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18542024-01-30T04:16:06.932Z Running `/home/build/.rustup/toolchains/1.74.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=630139d359f9182e -C extra-filename=-630139d359f9182e --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-0ef1a01fccdf4b46.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-01-30T04:16:07.306Z Compiling rustc_version v0.4.0
18562024-01-30T04:16:07.309Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=f35542721e35081f -C extra-filename=-f35542721e35081f --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-1fc69c47c529c15a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18572024-01-30T04:16:07.432Z Compiling hex v0.4.3
18582024-01-30T04:16:07.476Z Running `/home/build/.rustup/toolchains/1.74.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=27805d16eed38710 -C extra-filename=-27805d16eed38710 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18592024-01-30T04:16:08.460Z Compiling flagset v0.4.3
18602024-01-30T04:16:08.463Z Running `/home/build/.rustup/toolchains/1.74.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=74ed7ba095b83344 -C extra-filename=-74ed7ba095b83344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-01-30T04:16:08.562Z Compiling deranged v0.3.8
18622024-01-30T04:16:08.581Z Running `/home/build/.rustup/toolchains/1.74.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=f1e8d29b640f424e -C extra-filename=-f1e8d29b640f424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18632024-01-30T04:16:08.626Z Compiling num_threads v0.1.6
18642024-01-30T04:16:08.630Z Running `/home/build/.rustup/toolchains/1.74.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=eec35d3b26bec874 -C extra-filename=-eec35d3b26bec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18652024-01-30T04:16:08.772Z Compiling der v0.7.8
18662024-01-30T04:16:08.775Z Running `/home/build/.rustup/toolchains/1.74.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=9195e699c88ce3be -C extra-filename=-9195e699c88ce3be --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-66455a9b00682027.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-ee5943c64867f8cb.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-74ed7ba095b83344.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18672024-01-30T04:16:08.809Z Running `/home/build/.rustup/toolchains/1.74.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=6524826703a70ac9 -C extra-filename=-6524826703a70ac9 --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-8861c4fe0bf9ac1d.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-9f8a26a9f4d69998.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-63c4cffcb5672a28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
18682024-01-30T04:16:11.169Z Running `/home/build/.rustup/toolchains/1.74.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=b22e93c0eb8e8193 -C extra-filename=-b22e93c0eb8e8193 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
18692024-01-30T04:16:11.475Z Compiling flate2 v1.0.28
18702024-01-30T04:16:11.478Z Running `/home/build/.rustup/toolchains/1.74.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=5973d0184683efce -C extra-filename=-5973d0184683efce --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-ddd6b783a064eb7e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18712024-01-30T04:16:11.653Z Compiling time v0.3.27
18722024-01-30T04:16:11.656Z Running `/home/build/.rustup/toolchains/1.74.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=669ce683fdc86f01 -C extra-filename=-669ce683fdc86f01 --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-f1e8d29b640f424e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eec35d3b26bec874.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18732024-01-30T04:16:12.556Z Compiling anstyle-parse v0.2.1
18742024-01-30T04:16:12.561Z Running `/home/build/.rustup/toolchains/1.74.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=ce5764de1bab163e -C extra-filename=-ce5764de1bab163e --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-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18752024-01-30T04:16:13.057Z Compiling siphasher v0.3.11
18762024-01-30T04:16:13.100Z Running `/home/build/.rustup/toolchains/1.74.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=1135da77659c2954 -C extra-filename=-1135da77659c2954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18772024-01-30T04:16:13.106Z Compiling colorchoice v1.0.0
18782024-01-30T04:16:13.109Z Running `/home/build/.rustup/toolchains/1.74.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=dd65179b4ecaff10 -C extra-filename=-dd65179b4ecaff10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18792024-01-30T04:16:13.331Z Compiling anstyle-query v1.0.0
18802024-01-30T04:16:13.335Z Running `/home/build/.rustup/toolchains/1.74.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=ac94e4cd994c263f -C extra-filename=-ac94e4cd994c263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18812024-01-30T04:16:13.523Z Compiling anstream v0.5.0
18822024-01-30T04:16:13.526Z Running `/home/build/.rustup/toolchains/1.74.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=1234f0275edc234f -C extra-filename=-1234f0275edc234f --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-ae5ed257b591d4e2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce5764de1bab163e.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ac94e4cd994c263f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dd65179b4ecaff10.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18832024-01-30T04:16:13.702Z Compiling spki v0.7.2
18842024-01-30T04:16:13.705Z Running `/home/build/.rustup/toolchains/1.74.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=618e8f0a78e95d55 -C extra-filename=-618e8f0a78e95d55 --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-9195e699c88ce3be.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18852024-01-30T04:16:14.264Z Compiling tokio-util v0.7.10
18862024-01-30T04:16:14.267Z Running `/home/build/.rustup/toolchains/1.74.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="io-util"' --cfg 'feature="tracing"' -C metadata=d0b741f1b4e2cd89 -C extra-filename=-d0b741f1b4e2cd89 --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-0a9789d01b345e83.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-01-30T04:16:14.291Z Compiling tokio-rustls v0.24.1
18882024-01-30T04:16:14.305Z Running `/home/build/.rustup/toolchains/1.74.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=c3f96a518f3cfda5 -C extra-filename=-c3f96a518f3cfda5 --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-0ad605307619fb24.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out`
18892024-01-30T04:16:14.485Z Compiling terminal_size v0.2.6
18902024-01-30T04:16:14.490Z Running `/home/build/.rustup/toolchains/1.74.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=40c1ea29a9e13e33 -C extra-filename=-40c1ea29a9e13e33 --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-6524826703a70ac9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18912024-01-30T04:16:14.657Z Compiling futures v0.3.30
18922024-01-30T04:16:14.660Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-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="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=2e804b49337b586d -C extra-filename=-2e804b49337b586d --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-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c224673be8777514.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18932024-01-30T04:16:14.760Z Compiling synstructure v0.12.6
18942024-01-30T04:16:14.764Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f87a4800a8d34dda -C extra-filename=-f87a4800a8d34dda --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18952024-01-30T04:16:14.826Z Compiling scroll_derive v0.12.0
18962024-01-30T04:16:14.852Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca281244b300b9cc -C extra-filename=-ca281244b300b9cc --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18972024-01-30T04:16:14.924Z Compiling memoffset v0.9.0
18982024-01-30T04:16:14.927Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=04a1f2539d27e3f8 -C extra-filename=-04a1f2539d27e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18992024-01-30T04:16:15.503Z Running `/home/build/.rustup/toolchains/1.74.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=b3614f640666eb2a -C extra-filename=-b3614f640666eb2a --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-a8da004f5204fad5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
19002024-01-30T04:16:16.454Z Compiling h2 v0.3.24
19012024-01-30T04:16:16.458Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6941ef097e8ae30 -C extra-filename=-e6941ef097e8ae30 --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-0a9789d01b345e83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19022024-01-30T04:16:16.725Z Compiling tokio-native-tls v0.3.1
19032024-01-30T04:16:16.728Z Running `/home/build/.rustup/toolchains/1.74.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=449ab7699484b095 -C extra-filename=-449ab7699484b095 --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-b3614f640666eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
19042024-01-30T04:16:17.118Z Compiling stable_deref_trait v1.2.0
19052024-01-30T04:16:17.156Z Running `/home/build/.rustup/toolchains/1.74.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=f91a802ad56db795 -C extra-filename=-f91a802ad56db795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19062024-01-30T04:16:17.675Z Compiling clap_lex v0.5.1
19072024-01-30T04:16:17.686Z Running `/home/build/.rustup/toolchains/1.74.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=a4396c6f259c7728 -C extra-filename=-a4396c6f259c7728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19082024-01-30T04:16:17.705Z Compiling bit-vec v0.6.3
19092024-01-30T04:16:17.723Z Running `/home/build/.rustup/toolchains/1.74.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=a55d8fa36e94059e -C extra-filename=-a55d8fa36e94059e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19102024-01-30T04:16:17.838Z Compiling zerocopy-derive v0.2.0
19112024-01-30T04:16:17.841Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d16b0da401d645cc -C extra-filename=-d16b0da401d645cc --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-f57b927d6c5d0106.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-f87a4800a8d34dda.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19122024-01-30T04:16:18.134Z Compiling clap_builder v4.4.2
19132024-01-30T04:16:18.174Z Running `/home/build/.rustup/toolchains/1.74.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="cargo"' --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=9d29b6baa6bc9a3b -C extra-filename=-9d29b6baa6bc9a3b --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-1234f0275edc234f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a4396c6f259c7728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-40c1ea29a9e13e33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-01-30T04:16:18.412Z Compiling scroll v0.12.0
19152024-01-30T04:16:18.416Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll-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="derive"' --cfg 'feature="std"' -C metadata=709ecc30b9a81d60 -C extra-filename=-709ecc30b9a81d60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-ca281244b300b9cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19162024-01-30T04:16:19.314Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build`
19172024-01-30T04:16:19.345Z Compiling toml v0.7.8
19182024-01-30T04:16:19.352Z Running `/home/build/.rustup/toolchains/1.74.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=6095e7a76be6ac7a -C extra-filename=-6095e7a76be6ac7a --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-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e2468ea27838b28f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a6ba9df0bf952ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19192024-01-30T04:16:19.509Z Compiling toml_edit v0.21.0
19202024-01-30T04:16:19.513Z Running `/home/build/.rustup/toolchains/1.74.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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=d2ccb6ed496f3598 -C extra-filename=-d2ccb6ed496f3598 --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-b7f86e409adac61d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e2468ea27838b28f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19212024-01-30T04:16:19.705Z Compiling clap_derive v4.4.2
19222024-01-30T04:16:19.708Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c09791ef698e8d6f -C extra-filename=-c09791ef698e8d6f --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19232024-01-30T04:16:20.810Z Compiling crossbeam-epoch v0.9.15
19242024-01-30T04:16:20.814Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3262f2565d2545f8 -C extra-filename=-3262f2565d2545f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19252024-01-30T04:16:21.506Z Compiling data-encoding v2.4.0
19262024-01-30T04:16:21.509Z Running `/home/build/.rustup/toolchains/1.74.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=e5f44abe68a68320 -C extra-filename=-e5f44abe68a68320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19272024-01-30T04:16:21.587Z Compiling plain v0.2.3
19282024-01-30T04:16:21.591Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name plain /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plain-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=7d8eccd574645362 -C extra-filename=-7d8eccd574645362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19292024-01-30T04:16:21.820Z Compiling camino v1.1.6
19302024-01-30T04:16:21.823Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=86b1f5d4e5750d0f -C extra-filename=-86b1f5d4e5750d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-01-30T04:16:22.217Z Compiling goblin v0.8.0
19322024-01-30T04:16:22.223Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/goblin-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="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=15f4b35d95d3f2a5 -C extra-filename=-15f4b35d95d3f2a5 --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-a8da004f5204fad5.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7d8eccd574645362.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-709ecc30b9a81d60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19332024-01-30T04:16:23.008Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build`
19342024-01-30T04:16:23.078Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build`
19352024-01-30T04:16:23.268Z Compiling zerocopy v0.3.0
19362024-01-30T04:16:23.271Z Running `/home/build/.rustup/toolchains/1.74.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=550225d2686f24f7 -C extra-filename=-550225d2686f24f7 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-d16b0da401d645cc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-01-30T04:16:24.576Z Running `/home/build/.rustup/toolchains/1.74.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=b6ff563025951da1 -C extra-filename=-b6ff563025951da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
19382024-01-30T04:16:24.731Z Compiling pkcs8 v0.10.2
19392024-01-30T04:16:24.754Z Running `/home/build/.rustup/toolchains/1.74.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=5b3823ca7b698327 -C extra-filename=-5b3823ca7b698327 --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-9195e699c88ce3be.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19402024-01-30T04:16:25.479Z Compiling strum_macros v0.25.2
19412024-01-30T04:16:25.483Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=811fe26553f8ceb9 -C extra-filename=-811fe26553f8ceb9 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19422024-01-30T04:16:25.646Z Compiling itertools v0.10.5
19432024-01-30T04:16:25.649Z Running `/home/build/.rustup/toolchains/1.74.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=015c0fad4a8ed83f -C extra-filename=-015c0fad4a8ed83f --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19442024-01-30T04:16:27.045Z Compiling zerocopy-derive v0.6.4
19452024-01-30T04:16:27.050Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2fe00f70c7700da8 -C extra-filename=-2fe00f70c7700da8 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-01-30T04:16:28.584Z Compiling hyper v0.14.27
19472024-01-30T04:16:28.587Z Running `/home/build/.rustup/toolchains/1.74.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=d2ef4636196ffa6a -C extra-filename=-d2ef4636196ffa6a --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-0a9789d01b345e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e6941ef097e8ae30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-40e1a0c906e6d384.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6de2735f70908e7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19482024-01-30T04:16:30.508Z Compiling clap v4.4.3
19492024-01-30T04:16:30.512Z Running `/home/build/.rustup/toolchains/1.74.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="cargo"' --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=57a75888e29184fc -C extra-filename=-57a75888e29184fc --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-9d29b6baa6bc9a3b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c09791ef698e8d6f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19502024-01-30T04:16:30.670Z Compiling num-iter v0.1.43
19512024-01-30T04:16:30.673Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=cfdee6315037ba62 -C extra-filename=-cfdee6315037ba62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-01-30T04:16:31.106Z Compiling usdt-impl v0.5.0
19532024-01-30T04:16:31.109Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=fba376abe28367ab -C extra-filename=-fba376abe28367ab --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-fba376abe28367ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19542024-01-30T04:16:31.242Z Compiling usdt-impl v0.3.5
19552024-01-30T04:16:31.270Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=07613bffa45ac679 -C extra-filename=-07613bffa45ac679 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19562024-01-30T04:16:31.740Z Compiling managed v0.8.0
19572024-01-30T04:16:31.743Z Running `/home/build/.rustup/toolchains/1.74.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=f3363b8ae905f1e2 -C extra-filename=-f3363b8ae905f1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-01-30T04:16:31.875Z Compiling fixedbitset v0.4.2
19592024-01-30T04:16:31.907Z Running `/home/build/.rustup/toolchains/1.74.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=df657a3bdf785ff2 -C extra-filename=-df657a3bdf785ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-01-30T04:16:32.468Z Compiling signal-hook v0.3.17
19612024-01-30T04:16:32.503Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=1874e4089e62e760 -C extra-filename=-1874e4089e62e760 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19622024-01-30T04:16:32.601Z Compiling pretty-hex v0.4.1
19632024-01-30T04:16:32.604Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-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="alloc"' --cfg 'feature="default"' -C metadata=c78ed4cdfb819d52 -C extra-filename=-c78ed4cdfb819d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19642024-01-30T04:16:32.804Z Compiling petgraph v0.6.4
19652024-01-30T04:16:32.808Z Running `/home/build/.rustup/toolchains/1.74.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=0352bca1960381d9 -C extra-filename=-0352bca1960381d9 --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-df657a3bdf785ff2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19662024-01-30T04:16:32.860Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build`
19672024-01-30T04:16:32.960Z Compiling dof v0.3.0
19682024-01-30T04:16:32.964Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dof-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="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' -C metadata=5e63158c651fd920 -C extra-filename=-5e63158c651fd920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-15f4b35d95d3f2a5.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19692024-01-30T04:16:33.061Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-fba376abe28367ab/build-script-build`
19702024-01-30T04:16:33.100Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build`
19712024-01-30T04:16:33.105Z Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build`
19722024-01-30T04:16:33.241Z Compiling zerocopy v0.6.4
19732024-01-30T04:16:33.245Z Running `/home/build/.rustup/toolchains/1.74.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=78ca245d915e4d36 -C extra-filename=-78ca245d915e4d36 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2fe00f70c7700da8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-01-30T04:16:33.286Z Running `/home/build/.rustup/toolchains/1.74.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=f0fa698477c03a85 -C extra-filename=-f0fa698477c03a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b6ff563025951da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19752024-01-30T04:16:34.327Z Compiling dof v0.1.5
19762024-01-30T04:16:34.331Z Running `/home/build/.rustup/toolchains/1.74.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=148d6c44308c53fe -C extra-filename=-148d6c44308c53fe --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-19a0d165a8de2fa6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-550225d2686f24f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-01-30T04:16:34.480Z Running `/home/build/.rustup/toolchains/1.74.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=90e54d00725bce1d -C extra-filename=-90e54d00725bce1d --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut`
19782024-01-30T04:16:34.594Z Compiling bit-set v0.5.3
19792024-01-30T04:16:34.598Z Running `/home/build/.rustup/toolchains/1.74.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=1273314ddbc76afe -C extra-filename=-1273314ddbc76afe --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-a55d8fa36e94059e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19802024-01-30T04:16:34.625Z Compiling phf_shared v0.10.0
19812024-01-30T04:16:34.626Z Running `/home/build/.rustup/toolchains/1.74.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=b2e47393eb942112 -C extra-filename=-b2e47393eb942112 --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-1135da77659c2954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19822024-01-30T04:16:35.026Z Compiling ipnetwork v0.20.0
19832024-01-30T04:16:35.034Z Running `/home/build/.rustup/toolchains/1.74.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=f612e5ca7bb0078e -C extra-filename=-f612e5ca7bb0078e --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-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19842024-01-30T04:16:35.238Z Compiling dtrace-parser v0.1.14
19852024-01-30T04:16:35.241Z Running `/home/build/.rustup/toolchains/1.74.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=59ad5b65fb55f5b1 -C extra-filename=-59ad5b65fb55f5b1 --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-15ea8f00e3d66a10.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9d632e98f538c006.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19862024-01-30T04:16:35.943Z Compiling dtrace-parser v0.2.0
19872024-01-30T04:16:35.949Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dtrace-parser-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=88d1bd2393a25950 -C extra-filename=-88d1bd2393a25950 --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-15ea8f00e3d66a10.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-9d632e98f538c006.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-01-30T04:16:36.219Z Compiling sha2 v0.10.8
19892024-01-30T04:16:36.222Z Running `/home/build/.rustup/toolchains/1.74.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=1be0397ebc57ecd9 -C extra-filename=-1be0397ebc57ecd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cffaf1afed8b036a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19902024-01-30T04:16:36.475Z Compiling precomputed-hash v0.1.1
19912024-01-30T04:16:36.478Z Running `/home/build/.rustup/toolchains/1.74.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=be16b96cd7defe0a -C extra-filename=-be16b96cd7defe0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19922024-01-30T04:16:36.641Z Compiling new_debug_unreachable v1.0.4
19932024-01-30T04:16:36.646Z Running `/home/build/.rustup/toolchains/1.74.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=08a7a2cf8d163ca8 -C extra-filename=-08a7a2cf8d163ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-01-30T04:16:36.767Z Compiling minimal-lexical v0.2.1
19952024-01-30T04:16:36.772Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5bf297f54c1c9b96 -C extra-filename=-5bf297f54c1c9b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19962024-01-30T04:16:36.796Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-impl-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="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' -C metadata=44b139c212f5e184 -C extra-filename=-44b139c212f5e184 --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-88d1bd2393a25950.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d10efd05e810885b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
19972024-01-30T04:16:37.624Z Compiling nom v7.1.3
19982024-01-30T04:16:37.628Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24dc8bd775458b21 -C extra-filename=-24dc8bd775458b21 --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-19c64e24300af82f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5bf297f54c1c9b96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-01-30T04:16:38.687Z Compiling string_cache v0.8.7
20002024-01-30T04:16:38.691Z Running `/home/build/.rustup/toolchains/1.74.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=a0123d4f833f106e -C extra-filename=-a0123d4f833f106e --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-08a7a2cf8d163ca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b2e47393eb942112.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-be16b96cd7defe0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20012024-01-30T04:16:39.329Z Running `/home/build/.rustup/toolchains/1.74.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=0288e8db0a7eb99f -C extra-filename=-0288e8db0a7eb99f --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-148d6c44308c53fe.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-59ad5b65fb55f5b1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d10efd05e810885b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
20022024-01-30T04:16:39.409Z Running `/home/build/.rustup/toolchains/1.74.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=d8cd4b690e287255 -C extra-filename=-d8cd4b690e287255 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128 --cfg rustc_1_28`
20032024-01-30T04:16:39.501Z Running `/home/build/.rustup/toolchains/1.74.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=a7c8c56f1e9fd121 -C extra-filename=-a7c8c56f1e9fd121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-38640df2e03fc928.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20042024-01-30T04:16:39.510Z Compiling serde_tokenstream v0.1.7
20052024-01-30T04:16:39.513Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=0671696a8f3337f8 -C extra-filename=-0671696a8f3337f8 --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-f57b927d6c5d0106.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20062024-01-30T04:16:39.670Z Compiling hmac v0.12.1
20072024-01-30T04:16:39.673Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="reset"' -C metadata=576e369d53548902 -C extra-filename=-576e369d53548902 --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-cffaf1afed8b036a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20082024-01-30T04:16:40.039Z Compiling hyper-tls v0.5.0
20092024-01-30T04:16:40.046Z Running `/home/build/.rustup/toolchains/1.74.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=b26a3fe344a66f4f -C extra-filename=-b26a3fe344a66f4f --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-0a9789d01b345e83.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b3614f640666eb2a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-449ab7699484b095.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
20102024-01-30T04:16:40.068Z Compiling hyper-rustls v0.24.2
20112024-01-30T04:16:40.072Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=7b771a0724a2c041 -C extra-filename=-7b771a0724a2c041 --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c3f96a518f3cfda5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out`
20122024-01-30T04:16:40.314Z Compiling bzip2-sys v0.1.11+1.0.8
20132024-01-30T04:16:40.317Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=f0bd49df7daf2b08 -C extra-filename=-f0bd49df7daf2b08 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f0bd49df7daf2b08 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20142024-01-30T04:16:40.566Z Compiling reqwest v0.11.22
20152024-01-30T04:16:40.597Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=32ea03c53be6cd13 -C extra-filename=-32ea03c53be6cd13 --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-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e6941ef097e8ae30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-40e1a0c906e6d384.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7b771a0724a2c041.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b26a3fe344a66f4f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b3614f640666eb2a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-0ad605307619fb24.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a82cf625c5179fd3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-449ab7699484b095.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-c3f96a518f3cfda5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f0b1a41367742ca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
20162024-01-30T04:16:40.598Z Compiling heapless v0.7.16
20172024-01-30T04:16:40.598Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=52ff02bee2bd25df -C extra-filename=-52ff02bee2bd25df --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-52ff02bee2bd25df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20182024-01-30T04:16:41.085Z Compiling matches v0.1.10
20192024-01-30T04:16:41.089Z Running `/home/build/.rustup/toolchains/1.74.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=df44d0fe1ef96816 -C extra-filename=-df44d0fe1ef96816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20202024-01-30T04:16:41.178Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f0bd49df7daf2b08/build-script-build`
20212024-01-30T04:16:41.227Z Compiling lalrpop-util v0.19.12
20222024-01-30T04:16:41.231Z Running `/home/build/.rustup/toolchains/1.74.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=5f0c5f1a0483f4f9 -C extra-filename=-5f0c5f1a0483f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-01-30T04:16:41.373Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20242024-01-30T04:16:41.397Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2520cd927eeb8c43 -C extra-filename=-2520cd927eeb8c43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20252024-01-30T04:16:41.765Z Compiling regex-automata v0.1.10
20262024-01-30T04:16:41.768Z Running `/home/build/.rustup/toolchains/1.74.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=996bc283328738f3 -C extra-filename=-996bc283328738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20272024-01-30T04:16:42.262Z Running `/home/build/.rustup/toolchains/1.74.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=f41510f67d0ae9ef -C extra-filename=-f41510f67d0ae9ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -l static=bz2`
20282024-01-30T04:16:42.289Z Compiling usdt-attr-macro v0.3.5
20292024-01-30T04:16:42.331Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=d4afbc0837c01d3d -C extra-filename=-d4afbc0837c01d3d --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-59ad5b65fb55f5b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0671696a8f3337f8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0288e8db0a7eb99f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20302024-01-30T04:16:42.474Z Compiling bstr v0.2.17
20312024-01-30T04:16:42.478Z Running `/home/build/.rustup/toolchains/1.74.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=b8e8dc310f6d46a3 -C extra-filename=-b8e8dc310f6d46a3 --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-1e7ab31398eb494a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-996bc283328738f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-01-30T04:16:42.576Z Compiling usdt-macro v0.3.5
20332024-01-30T04:16:42.664Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=519e3bf8a00061ce -C extra-filename=-519e3bf8a00061ce --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-59ad5b65fb55f5b1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0671696a8f3337f8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0288e8db0a7eb99f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-01-30T04:16:42.669Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-52ff02bee2bd25df/build-script-build`
20352024-01-30T04:16:42.784Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build`
20362024-01-30T04:16:42.788Z Compiling idna v0.2.3
20372024-01-30T04:16:42.791Z Running `/home/build/.rustup/toolchains/1.74.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=6852aa9ad09af8fd -C extra-filename=-6852aa9ad09af8fd --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-df44d0fe1ef96816.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20382024-01-30T04:16:43.090Z Compiling signal-hook-mio v0.2.3
20392024-01-30T04:16:43.093Z Running `/home/build/.rustup/toolchains/1.74.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=0cee8f234e4adae3 -C extra-filename=-0cee8f234e4adae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-01-30T04:16:43.325Z Compiling block-padding v0.3.3
20412024-01-30T04:16:43.328Z Running `/home/build/.rustup/toolchains/1.74.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=2baaac9f487044d7 -C extra-filename=-2baaac9f487044d7 --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-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20422024-01-30T04:16:43.723Z Compiling enum-as-inner v0.5.1
20432024-01-30T04:16:43.726Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ffa3fb5dbd3437a4 -C extra-filename=-ffa3fb5dbd3437a4 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20442024-01-30T04:16:43.832Z Compiling diesel_table_macro_syntax v0.1.0
20452024-01-30T04:16:43.835Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=825e6a1816f0f05d -C extra-filename=-825e6a1816f0f05d --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-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20462024-01-30T04:16:44.472Z Compiling scheduled-thread-pool v0.2.7
20472024-01-30T04:16:44.476Z Running `/home/build/.rustup/toolchains/1.74.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=62e6c19147fca4ef -C extra-filename=-62e6c19147fca4ef --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-aee7eb93d952742f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20482024-01-30T04:16:44.770Z Compiling num-bigint v0.4.4
20492024-01-30T04:16:44.774Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=8bc1e19ddb5ababb -C extra-filename=-8bc1e19ddb5ababb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20502024-01-30T04:16:45.162Z Compiling hash32 v0.2.1
20512024-01-30T04:16:45.167Z Compiling predicates-core v1.0.6
20522024-01-30T04:16:45.167Z Compiling static_assertions v1.1.0
20532024-01-30T04:16:45.167Z Running `/home/build/.rustup/toolchains/1.74.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=8ca0bcbf99a0bf82 -C extra-filename=-8ca0bcbf99a0bf82 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20542024-01-30T04:16:45.167Z Running `/home/build/.rustup/toolchains/1.74.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=7d111e89a58c4d20 -C extra-filename=-7d111e89a58c4d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20552024-01-30T04:16:45.167Z Running `/home/build/.rustup/toolchains/1.74.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=37fff62241e99816 -C extra-filename=-37fff62241e99816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20562024-01-30T04:16:45.345Z Compiling smoltcp v0.9.1
20572024-01-30T04:16:45.348Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=3f19b69e0ee2b199 -C extra-filename=-3f19b69e0ee2b199 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20582024-01-30T04:16:45.414Z Compiling regex-automata v0.3.8
20592024-01-30T04:16:45.417Z Running `/home/build/.rustup/toolchains/1.74.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=557357d191a468a1 -C extra-filename=-557357d191a468a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20602024-01-30T04:16:45.444Z Compiling usdt v0.3.5
20612024-01-30T04:16:45.482Z Running `/home/build/.rustup/toolchains/1.74.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=de814db92e9bf33d -C extra-filename=-de814db92e9bf33d --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-59ad5b65fb55f5b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d4afbc0837c01d3d.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0288e8db0a7eb99f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-519e3bf8a00061ce.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20622024-01-30T04:16:45.663Z Compiling trust-dns-proto v0.22.0
20632024-01-30T04:16:45.693Z Running `/home/build/.rustup/toolchains/1.74.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=fda44e4a6bd902fa -C extra-filename=-fda44e4a6bd902fa --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-153467c069b7bf56.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ffa3fb5dbd3437a4.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20642024-01-30T04:16:45.731Z Compiling r2d2 v0.8.10
20652024-01-30T04:16:45.736Z Running `/home/build/.rustup/toolchains/1.74.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=e7af36b2f3f41786 -C extra-filename=-e7af36b2f3f41786 --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-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-62e6c19147fca4ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20662024-01-30T04:16:45.756Z Running `/home/build/.rustup/toolchains/1.74.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=97dc59e6bfc9c297 -C extra-filename=-97dc59e6bfc9c297 --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-8ca0bcbf99a0bf82.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
20672024-01-30T04:16:45.895Z Compiling diesel_derives v2.1.2
20682024-01-30T04:16:45.898Z Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=993265829b10b824 -C extra-filename=-993265829b10b824 --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-825e6a1816f0f05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20692024-01-30T04:16:46.262Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build`
20702024-01-30T04:16:46.377Z Compiling inout v0.1.3
20712024-01-30T04:16:46.380Z Running `/home/build/.rustup/toolchains/1.74.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=15281089ab3f7dbc -C extra-filename=-15281089ab3f7dbc --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-2baaac9f487044d7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20722024-01-30T04:16:46.626Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build`
20732024-01-30T04:16:46.664Z Compiling crossterm v0.27.0
20742024-01-30T04:16:46.667Z Running `/home/build/.rustup/toolchains/1.74.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="serde"' --cfg 'feature="windows"' -C metadata=a10eb768d638742c -C extra-filename=-a10eb768d638742c --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-8618405ce2bc21e1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-0cee8f234e4adae3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20752024-01-30T04:16:46.787Z Running `/home/build/.rustup/toolchains/1.74.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=8243418c18ba90fb -C extra-filename=-8243418c18ba90fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
20762024-01-30T04:16:46.806Z Compiling bzip2 v0.4.4
20772024-01-30T04:16:46.827Z Running `/home/build/.rustup/toolchains/1.74.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=7cdb34d422734d66 -C extra-filename=-7cdb34d422734d66 --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-f41510f67d0ae9ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
20782024-01-30T04:16:47.321Z Compiling md-5 v0.10.5
20792024-01-30T04:16:47.324Z Running `/home/build/.rustup/toolchains/1.74.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=3fd15d0c45a573bd -C extra-filename=-3fd15d0c45a573bd --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-cffaf1afed8b036a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20802024-01-30T04:16:47.393Z Compiling hubpack_derive v0.1.1
20812024-01-30T04:16:47.396Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ce000bdbaff1f2d1 -C extra-filename=-ce000bdbaff1f2d1 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20822024-01-30T04:16:47.770Z Compiling stringprep v0.1.3
20832024-01-30T04:16:47.774Z Running `/home/build/.rustup/toolchains/1.74.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=c73b32aa8e3e453a -C extra-filename=-c73b32aa8e3e453a --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20842024-01-30T04:16:47.797Z Compiling console v0.15.8
20852024-01-30T04:16:47.801Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=5e14df9aa3579516 -C extra-filename=-5e14df9aa3579516 --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-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20862024-01-30T04:16:49.127Z Compiling bstr v1.6.0
20872024-01-30T04:16:49.130Z Running `/home/build/.rustup/toolchains/1.74.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=ce6aeddc0b5d8d62 -C extra-filename=-ce6aeddc0b5d8d62 --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-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-557357d191a468a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20882024-01-30T04:16:49.435Z Compiling ff v0.13.0
20892024-01-30T04:16:49.439Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="alloc"' -C metadata=55b34ee6c43ae463 -C extra-filename=-55b34ee6c43ae463 --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-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-01-30T04:16:49.600Z Compiling float-cmp v0.9.0
20912024-01-30T04:16:49.632Z Running `/home/build/.rustup/toolchains/1.74.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=d2052c460f19a2f0 -C extra-filename=-d2052c460f19a2f0 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20922024-01-30T04:16:49.794Z Compiling fallible-iterator v0.2.0
20932024-01-30T04:16:49.797Z Running `/home/build/.rustup/toolchains/1.74.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=7fe9b24bd1de73c0 -C extra-filename=-7fe9b24bd1de73c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20942024-01-30T04:16:49.935Z Compiling normalize-line-endings v0.3.0
20952024-01-30T04:16:49.938Z Running `/home/build/.rustup/toolchains/1.74.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=86b0188f6686b0fa -C extra-filename=-86b0188f6686b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20962024-01-30T04:16:50.115Z Compiling difflib v0.4.0
20972024-01-30T04:16:50.143Z Running `/home/build/.rustup/toolchains/1.74.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=976322e8de8781b1 -C extra-filename=-976322e8de8781b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20982024-01-30T04:16:50.418Z Compiling base16ct v0.2.0
20992024-01-30T04:16:50.421Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="alloc"' -C metadata=7fa1f6396052bdb1 -C extra-filename=-7fa1f6396052bdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21002024-01-30T04:16:50.909Z Compiling postgres-protocol v0.6.6
21012024-01-30T04:16:50.913Z Running `/home/build/.rustup/toolchains/1.74.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=94e3fda0e2bf52c7 -C extra-filename=-94e3fda0e2bf52c7 --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-64492b43562e8960.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-576e369d53548902.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-3fd15d0c45a573bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21022024-01-30T04:16:51.043Z Compiling predicates v3.1.0
21032024-01-30T04:16:51.054Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-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 --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=53721f6b6218811c -C extra-filename=-53721f6b6218811c --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-ae5ed257b591d4e2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-976322e8de8781b1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-d2052c460f19a2f0.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-86b0188f6686b0fa.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21042024-01-30T04:16:51.688Z Compiling sec1 v0.7.3
21052024-01-30T04:16:51.725Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-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"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=5ad3b2f445531e05 -C extra-filename=-5ad3b2f445531e05 --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-7fa1f6396052bdb1.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21062024-01-30T04:16:52.571Z Compiling group v0.13.0
21072024-01-30T04:16:52.574Z Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="alloc"' -C metadata=5d8fd96594c20530 -C extra-filename=-5d8fd96594c20530 --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-55b34ee6c43ae463.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21082024-01-30T04:16:52.797Z Compiling hubpack v0.1.2
21092024-01-30T04:16:52.800Z Running `/home/build/.rustup/toolchains/1.74.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=7b7aebcce2621efe -C extra-filename=-7b7aebcce2621efe --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-ce000bdbaff1f2d1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-01-30T04:16:53.082Z Running `/home/build/.rustup/toolchains/1.74.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=3d7c960258bf978b -C extra-filename=-3d7c960258bf978b --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-97dc59e6bfc9c297.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21112024-01-30T04:16:53.111Z Compiling zip v0.6.6
21122024-01-30T04:16:53.114Z Running `/home/build/.rustup/toolchains/1.74.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=47055d131dc991f3 -C extra-filename=-47055d131dc991f3 --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-4ff908e223b9ba35.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-7cdb34d422734d66.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
21132024-01-30T04:16:53.188Z Running `/home/build/.rustup/toolchains/1.74.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=56f3a8f0dbe9956d -C extra-filename=-56f3a8f0dbe9956d --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg u64_digit --cfg has_try_from --cfg use_addcarry`
21142024-01-30T04:16:53.513Z Compiling cipher v0.4.4
21152024-01-30T04:16:53.516Z Running `/home/build/.rustup/toolchains/1.74.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=ffad132e1539d953 -C extra-filename=-ffad132e1539d953 --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-8b594573c6ef6f60.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21162024-01-30T04:16:53.674Z Compiling similar v2.3.0
21172024-01-30T04:16:53.678Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=4a7b84e25ebd2235 -C extra-filename=-4a7b84e25ebd2235 --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-b8e8dc310f6d46a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21182024-01-30T04:16:54.304Z Compiling hkdf v0.12.4
21192024-01-30T04:16:54.310Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.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=823995a36594b7a3 -C extra-filename=-823995a36594b7a3 --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-576e369d53548902.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21202024-01-30T04:16:54.684Z Compiling phf_shared v0.11.2
21212024-01-30T04:16:54.691Z Running `/home/build/.rustup/toolchains/1.74.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=99682a769b4285fe -C extra-filename=-99682a769b4285fe --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-1135da77659c2954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21222024-01-30T04:16:55.268Z Compiling crypto-bigint v0.5.2
21232024-01-30T04:16:55.272Z Running `/home/build/.rustup/toolchains/1.74.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=a99412d056880fbe -C extra-filename=-a99412d056880fbe --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-5926e37d1f197e57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-01-30T04:16:55.486Z Compiling serde_repr v0.1.16
21252024-01-30T04:16:55.489Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=c4d6dbf4783e72df -C extra-filename=-c4d6dbf4783e72df --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21262024-01-30T04:16:56.685Z Compiling phf v0.11.2
21272024-01-30T04:16:56.689Z Running `/home/build/.rustup/toolchains/1.74.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=1b99faa62037c9e8 -C extra-filename=-1b99faa62037c9e8 --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-99682a769b4285fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21282024-01-30T04:16:57.165Z Compiling postgres-types v0.2.6
21292024-01-30T04:16:57.169Z Running `/home/build/.rustup/toolchains/1.74.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=dbb113a1bc4c993d -C extra-filename=-dbb113a1bc4c993d --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-0a9789d01b345e83.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-94e3fda0e2bf52c7.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-01-30T04:16:57.727Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21312024-01-30T04:16:57.730Z Running `/home/build/.rustup/toolchains/1.74.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=ae1e2cb310c29f74 -C extra-filename=-ae1e2cb310c29f74 --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-8861c4fe0bf9ac1d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-7b7aebcce2621efe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-c4d6dbf4783e72df.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3d7c960258bf978b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-811fe26553f8ceb9.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21322024-01-30T04:16:57.807Z Compiling whoami v1.4.1
21332024-01-30T04:16:57.810Z Running `/home/build/.rustup/toolchains/1.74.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=bebeedfb8f542523 -C extra-filename=-bebeedfb8f542523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-01-30T04:16:58.774Z Compiling elliptic-curve v0.13.8
21352024-01-30T04:16:58.778Z Running `/home/build/.rustup/toolchains/1.74.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.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="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=e088b26f8be55f95 -C extra-filename=-e088b26f8be55f95 --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-7fa1f6396052bdb1.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-a99412d056880fbe.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cffaf1afed8b036a.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-5ad3b2f445531e05.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21362024-01-30T04:16:59.770Z Compiling yasna v0.5.2
21372024-01-30T04:16:59.773Z Running `/home/build/.rustup/toolchains/1.74.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=e585ed2c467540bb -C extra-filename=-e585ed2c467540bb --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-a55d8fa36e94059e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21382024-01-30T04:17:00.001Z Compiling tokio-postgres v0.7.10
21392024-01-30T04:17:00.005Z Running `/home/build/.rustup/toolchains/1.74.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=7fccf993b380ea9c -C extra-filename=-7fccf993b380ea9c --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-153467c069b7bf56.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1b99faa62037c9e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-94e3fda0e2bf52c7.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dbb113a1bc4c993d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-01-30T04:17:00.087Z Compiling tokio-stream v0.1.14
21412024-01-30T04:17:00.121Z Running `/home/build/.rustup/toolchains/1.74.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=cb63affc82e05c97 -C extra-filename=-cb63affc82e05c97 --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-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-01-30T04:17:01.108Z Compiling serde_tokenstream v0.2.0
21432024-01-30T04:17:01.113Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9882fb17efa4ead3 -C extra-filename=-9882fb17efa4ead3 --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21442024-01-30T04:17:01.656Z Compiling regress v0.7.1
21452024-01-30T04:17:01.659Z Running `/home/build/.rustup/toolchains/1.74.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=becc442d6b1001e9 -C extra-filename=-becc442d6b1001e9 --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-8547f42a6b8ec186.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21462024-01-30T04:17:01.973Z Compiling getopts v0.2.21
21472024-01-30T04:17:01.978Z Running `/home/build/.rustup/toolchains/1.74.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=baeed00c4892b615 -C extra-filename=-baeed00c4892b615 --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21482024-01-30T04:17:03.048Z Compiling unsafe-libyaml v0.2.10
21492024-01-30T04:17:03.052Z Running `/home/build/.rustup/toolchains/1.74.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.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=3e0eb814995768c3 -C extra-filename=-3e0eb814995768c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21502024-01-30T04:17:03.723Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
21512024-01-30T04:17:03.727Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/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=7cf992ed0af351b8 -C extra-filename=-7cf992ed0af351b8 --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-0a9789d01b345e83.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
21522024-01-30T04:17:04.370Z Compiling fastrand v2.0.0
21532024-01-30T04:17:04.373Z Running `/home/build/.rustup/toolchains/1.74.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=093a2b7dc323b192 -C extra-filename=-093a2b7dc323b192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21542024-01-30T04:17:05.247Z Compiling serde_yaml v0.9.25
21552024-01-30T04:17:05.250Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=74cb1d1280866b8d -C extra-filename=-74cb1d1280866b8d --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-b7f86e409adac61d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-3e0eb814995768c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21562024-01-30T04:17:05.370Z Compiling tempfile v3.9.0
21572024-01-30T04:17:05.376Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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=807758c81052918c -C extra-filename=-807758c81052918c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-093a2b7dc323b192.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1c95917b931a6210.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21582024-01-30T04:17:06.338Z Compiling dirs-sys-next v0.1.2
21592024-01-30T04:17:06.343Z Running `/home/build/.rustup/toolchains/1.74.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=b1395140b603132d -C extra-filename=-b1395140b603132d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21602024-01-30T04:17:06.754Z Compiling dirs-next v2.0.0
21612024-01-30T04:17:06.758Z Running `/home/build/.rustup/toolchains/1.74.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=2f34d113fa6b2dd3 -C extra-filename=-2f34d113fa6b2dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-b1395140b603132d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622024-01-30T04:17:07.033Z Compiling toml v0.8.8
21632024-01-30T04:17:07.036Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=dcf20fa27d7e39fc -C extra-filename=-dcf20fa27d7e39fc --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-c715252fb2629716.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-e2468ea27838b28f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-01-30T04:17:07.364Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
21652024-01-30T04:17:07.369Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/1f97f16/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=a1914fd462d444cb -C extra-filename=-a1914fd462d444cb --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-22616ea412428ac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662024-01-30T04:17:07.425Z Compiling ident_case v1.0.1
21672024-01-30T04:17:07.449Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=8299fe9430dc73f9 -C extra-filename=-8299fe9430dc73f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682024-01-30T04:17:07.727Z Compiling term v0.7.0
21692024-01-30T04:17:07.730Z Running `/home/build/.rustup/toolchains/1.74.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=6a9714dafe5130d1 -C extra-filename=-6a9714dafe5130d1 --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-2f34d113fa6b2dd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702024-01-30T04:17:08.568Z Compiling match_cfg v0.1.0
21712024-01-30T04:17:08.572Z Running `/home/build/.rustup/toolchains/1.74.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=8d6f796531e71837 -C extra-filename=-8d6f796531e71837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722024-01-30T04:17:08.699Z Compiling hostname v0.3.1
21732024-01-30T04:17:08.702Z Running `/home/build/.rustup/toolchains/1.74.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=39848b3a4263f74c -C extra-filename=-39848b3a4263f74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-01-30T04:17:09.064Z Compiling quick-error v1.2.3
21752024-01-30T04:17:09.068Z Running `/home/build/.rustup/toolchains/1.74.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=f4ece63d59b921ed -C extra-filename=-f4ece63d59b921ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762024-01-30T04:17:09.273Z Compiling rustls-pki-types v1.1.0
21772024-01-30T04:17:09.312Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eeccc4e3c9bdc54b -C extra-filename=-eeccc4e3c9bdc54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782024-01-30T04:17:09.921Z Compiling http v1.0.0
21792024-01-30T04:17:09.924Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=708fecddce6c1cd0 -C extra-filename=-708fecddce6c1cd0 --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-0a9789d01b345e83.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-01-30T04:17:10.269Z Compiling atty v0.2.14
21812024-01-30T04:17:10.272Z Running `/home/build/.rustup/toolchains/1.74.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=fed362899b4e2bd7 -C extra-filename=-fed362899b4e2bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822024-01-30T04:17:10.469Z Compiling paste v1.0.14
21832024-01-30T04:17:10.473Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=17f860821eb44ff2 -C extra-filename=-17f860821eb44ff2 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21842024-01-30T04:17:10.503Z Compiling crossbeam-channel v0.5.8
21852024-01-30T04:17:10.506Z Running `/home/build/.rustup/toolchains/1.74.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=32a85d5b9d9472a5 -C extra-filename=-32a85d5b9d9472a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862024-01-30T04:17:10.803Z Compiling sha1 v0.10.6
21872024-01-30T04:17:10.826Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7ff92aa8ee42d6ac -C extra-filename=-7ff92aa8ee42d6ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cffaf1afed8b036a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21882024-01-30T04:17:11.079Z Compiling rustls v0.22.2
21892024-01-30T04:17:11.082Z Running `/home/build/.rustup/toolchains/1.74.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.22.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=fd391898a2e69fd1 -C extra-filename=-fd391898a2e69fd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21902024-01-30T04:17:11.366Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build`
21912024-01-30T04:17:11.462Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=60fab0b6ed22a15f -C extra-filename=-60fab0b6ed22a15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21922024-01-30T04:17:11.489Z Compiling rustls-webpki v0.102.1
21932024-01-30T04:17:11.492Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.1/src/lib.rs --error-format=json --json=diagnostic-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="ring"' --cfg 'feature="std"' -C metadata=446dd1b05e4e7b7d -C extra-filename=-446dd1b05e4e7b7d --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-3a486ebe7244ab62.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
21942024-01-30T04:17:11.620Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-fd391898a2e69fd1/build-script-build`
21952024-01-30T04:17:11.660Z Compiling thread_local v1.1.7
21962024-01-30T04:17:11.668Z Running `/home/build/.rustup/toolchains/1.74.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=a956bb67073eaaaf -C extra-filename=-a956bb67073eaaaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972024-01-30T04:17:12.370Z Compiling instant v0.1.12
21982024-01-30T04:17:12.374Z Running `/home/build/.rustup/toolchains/1.74.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=a3b9195715d78840 -C extra-filename=-a3b9195715d78840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21992024-01-30T04:17:12.389Z Compiling slog-async v2.8.0
22002024-01-30T04:17:12.392Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2d7c77191a0e5009 -C extra-filename=-2d7c77191a0e5009 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-01-30T04:17:12.565Z Compiling rustls-pemfile v2.0.0
22022024-01-30T04:17:12.568Z Compiling multer v3.0.0
22032024-01-30T04:17:12.568Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-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="std"' -C metadata=2d52e8b8bf19ea0f -C extra-filename=-2d52e8b8bf19ea0f --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-64492b43562e8960.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-01-30T04:17:12.568Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=805d3ae66b726d7e -C extra-filename=-805d3ae66b726d7e --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22052024-01-30T04:17:13.225Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=f7d600a54fef6189 -C extra-filename=-f7d600a54fef6189 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-446dd1b05e4e7b7d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
22062024-01-30T04:17:13.283Z Compiling debug-ignore v1.0.5
22072024-01-30T04:17:13.286Z Running `/home/build/.rustup/toolchains/1.74.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=c316abf7f0096b7b -C extra-filename=-c316abf7f0096b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082024-01-30T04:17:13.357Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build`
22092024-01-30T04:17:13.405Z Compiling take_mut v0.2.2
22102024-01-30T04:17:13.408Z Running `/home/build/.rustup/toolchains/1.74.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=02738aa85a18abf3 -C extra-filename=-02738aa85a18abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112024-01-30T04:17:13.553Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-805d3ae66b726d7e/build-script-build`
22122024-01-30T04:17:13.608Z Compiling slog-term v2.9.0
22132024-01-30T04:17:13.611Z Running `/home/build/.rustup/toolchains/1.74.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=d1313c0d8c09cf74 -C extra-filename=-d1313c0d8c09cf74 --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-fed362899b4e2bd7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-01-30T04:17:13.668Z Running `/home/build/.rustup/toolchains/1.74.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=265466263196d585 -C extra-filename=-265466263196d585 --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-32a85d5b9d9472a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-02738aa85a18abf3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
22152024-01-30T04:17:13.696Z Compiling darling_core v0.20.3
22162024-01-30T04:17:13.700Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=b7b51f1187553e77 -C extra-filename=-b7b51f1187553e77 --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172024-01-30T04:17:13.774Z Compiling diesel v2.1.4
22182024-01-30T04:17:13.778Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=2e7c0ba24d857ab7 -C extra-filename=-2e7c0ba24d857ab7 --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-8618405ce2bc21e1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-993265829b10b824.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-e7af36b2f3f41786.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
22192024-01-30T04:17:14.112Z Compiling slog-json v2.6.1
22202024-01-30T04:17:14.116Z Running `/home/build/.rustup/toolchains/1.74.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=6a25c55a07e84f47 -C extra-filename=-6a25c55a07e84f47 --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-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-01-30T04:17:14.706Z Compiling async-stream-impl v0.3.5
22222024-01-30T04:17:14.711Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=410bfcf6a1bacea0 -C extra-filename=-410bfcf6a1bacea0 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232024-01-30T04:17:15.189Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
22242024-01-30T04:17:15.204Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bb63725e5877f0fc -C extra-filename=-bb63725e5877f0fc --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-01-30T04:17:15.641Z Compiling atomic-waker v1.1.1
22262024-01-30T04:17:15.644Z Running `/home/build/.rustup/toolchains/1.74.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=a50df26b514b845d -C extra-filename=-a50df26b514b845d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272024-01-30T04:17:15.723Z Compiling slog-bunyan v2.5.0
22282024-01-30T04:17:15.727Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-bunyan-2.5.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=7d8e3a4a30cfea22 -C extra-filename=-7d8e3a4a30cfea22 --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-39848b3a4263f74c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-6a25c55a07e84f47.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22292024-01-30T04:17:15.753Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build`
22302024-01-30T04:17:15.857Z Compiling waitgroup v0.1.2
22312024-01-30T04:17:15.860Z Running `/home/build/.rustup/toolchains/1.74.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=7ddf078f473b7f9e -C extra-filename=-7ddf078f473b7f9e --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-a50df26b514b845d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22322024-01-30T04:17:15.912Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multer-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1c355441340e8c39 -C extra-filename=-1c355441340e8c39 --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-0a9789d01b345e83.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332024-01-30T04:17:16.017Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
22342024-01-30T04:17:16.020Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46d1858fa5b4850e -C extra-filename=-46d1858fa5b4850e --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352024-01-30T04:17:16.173Z Compiling serde_path_to_error v0.1.15
22362024-01-30T04:17:16.176Z Running `/home/build/.rustup/toolchains/1.74.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.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=869fc7afa7d573ed -C extra-filename=-869fc7afa7d573ed --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-7ee2097a83409d11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372024-01-30T04:17:17.238Z Compiling async-stream v0.3.5
22382024-01-30T04:17:17.241Z Running `/home/build/.rustup/toolchains/1.74.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=a837d467bd45f539 -C extra-filename=-a837d467bd45f539 --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-410bfcf6a1bacea0.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392024-01-30T04:17:17.570Z Compiling strum v0.25.0
22402024-01-30T04:17:17.574Z Running `/home/build/.rustup/toolchains/1.74.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=1e278cffa1bf8d44 -C extra-filename=-1e278cffa1bf8d44 --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-811fe26553f8ceb9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412024-01-30T04:17:17.781Z Compiling structmeta-derive v0.2.0
22422024-01-30T04:17:17.784Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2344354b907fe132 -C extra-filename=-2344354b907fe132 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432024-01-30T04:17:17.809Z Compiling wait-timeout v0.2.0
22442024-01-30T04:17:17.816Z Running `/home/build/.rustup/toolchains/1.74.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=6994f79223f2cbd5 -C extra-filename=-6994f79223f2cbd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452024-01-30T04:17:17.844Z Compiling rand_xorshift v0.3.0
22462024-01-30T04:17:17.850Z Running `/home/build/.rustup/toolchains/1.74.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=950c208c76eddda3 -C extra-filename=-950c208c76eddda3 --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-595de3a4e24d6123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472024-01-30T04:17:18.320Z Compiling rusty-fork v0.3.0
22482024-01-30T04:17:18.323Z Running `/home/build/.rustup/toolchains/1.74.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=98cd093845d4ab34 -C extra-filename=-98cd093845d4ab34 --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-6cf1b0ed1ebc9dce.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6994f79223f2cbd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-01-30T04:17:18.673Z Compiling unarray v0.1.4
22502024-01-30T04:17:18.698Z Running `/home/build/.rustup/toolchains/1.74.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=8ef4c22b4a35dc11 -C extra-filename=-8ef4c22b4a35dc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512024-01-30T04:17:18.916Z Compiling regex-syntax v0.7.5
22522024-01-30T04:17:18.921Z Running `/home/build/.rustup/toolchains/1.74.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=0e1d4132dc5c5639 -C extra-filename=-0e1d4132dc5c5639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532024-01-30T04:17:19.545Z Compiling proptest v1.4.0
22542024-01-30T04:17:19.570Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=07f7326d9086d5e0 -C extra-filename=-07f7326d9086d5e0 --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-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-950c208c76eddda3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-98cd093845d4ab34.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-01-30T04:17:20.009Z Compiling backoff v0.4.0
22562024-01-30T04:17:20.013Z Running `/home/build/.rustup/toolchains/1.74.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=04ec87052dc46780 -C extra-filename=-04ec87052dc46780 --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-df288950ad332dec.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572024-01-30T04:17:20.554Z Compiling tokio-rustls v0.25.0
22582024-01-30T04:17:20.578Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-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="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' -C metadata=a7b7adc55e6ac088 -C extra-filename=-a7b7adc55e6ac088 --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-f7d600a54fef6189.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
22592024-01-30T04:17:21.279Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/711a749/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=257bcc1d824a977f -C extra-filename=-257bcc1d824a977f --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-a837d467bd45f539.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-46d1858fa5b4850e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-39848b3a4263f74c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-1c355441340e8c39.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7ff92aa8ee42d6ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7d8e3a4a30cfea22.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-6a25c55a07e84f47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a7b7adc55e6ac088.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-de814db92e9bf33d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
22602024-01-30T04:17:23.210Z Compiling structmeta v0.2.0
22612024-01-30T04:17:23.213Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2b86e202d68bb75d -C extra-filename=-2b86e202d68bb75d --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-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-2344354b907fe132.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22622024-01-30T04:17:23.872Z Compiling test-strategy v0.3.1
22632024-01-30T04:17:23.876Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=27b20e1d8b8c8539 -C extra-filename=-27b20e1d8b8c8539 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b86e202d68bb75d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-01-30T04:17:23.959Z Compiling darling_macro v0.20.3
22652024-01-30T04:17:23.963Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9298a228b1741548 -C extra-filename=-9298a228b1741548 --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-b7b51f1187553e77.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662024-01-30T04:17:26.027Z Compiling darling v0.20.3
22672024-01-30T04:17:26.030Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=a34d9bee0dc7c428 -C extra-filename=-a34d9bee0dc7c428 --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-b7b51f1187553e77.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-9298a228b1741548.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22682024-01-30T04:17:26.198Z Compiling serde_with_macros v3.5.1
22692024-01-30T04:17:26.201Z Running `/home/build/.rustup/toolchains/1.74.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-3.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' -C metadata=837fd8ec989dad07 -C extra-filename=-837fd8ec989dad07 --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-a34d9bee0dc7c428.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-01-30T04:17:30.362Z Compiling parse-display-derive v0.8.2
22712024-01-30T04:17:30.365Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-derive-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca1c526a6650f609 -C extra-filename=-ca1c526a6650f609 --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-78575848a39b5a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0e1d4132dc5c5639.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-2b86e202d68bb75d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722024-01-30T04:17:30.898Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732024-01-30T04:17:30.901Z Running `/home/build/.rustup/toolchains/1.74.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=f6f6c7df7c120fea -C extra-filename=-f6f6c7df7c120fea --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-27805d16eed38710.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742024-01-30T04:17:30.985Z Compiling macaddr v1.0.1
22752024-01-30T04:17:30.989Z Running `/home/build/.rustup/toolchains/1.74.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=2e45b84a56390454 -C extra-filename=-2e45b84a56390454 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-01-30T04:17:31.132Z Compiling camino-tempfile v1.1.1
22772024-01-30T04:17:31.138Z Running `/home/build/.rustup/toolchains/1.74.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.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=857986d509724db1 -C extra-filename=-857986d509724db1 --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-90e54d00725bce1d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-01-30T04:17:31.718Z Compiling is-terminal v0.4.9
22792024-01-30T04:17:31.721Z Running `/home/build/.rustup/toolchains/1.74.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=f53dd9e2f3af7f8e -C extra-filename=-f53dd9e2f3af7f8e --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-1c95917b931a6210.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802024-01-30T04:17:31.771Z Compiling same-file v1.0.6
22812024-01-30T04:17:31.774Z Running `/home/build/.rustup/toolchains/1.74.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=cd802ac22f1c09f0 -C extra-filename=-cd802ac22f1c09f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-01-30T04:17:31.858Z Compiling serde_with v3.5.1
22832024-01-30T04:17:31.861Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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 '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=621b9613ef51ba8e -C extra-filename=-621b9613ef51ba8e --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-c715252fb2629716.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-837fd8ec989dad07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842024-01-30T04:17:31.902Z Compiling proc-macro-error-attr v1.0.4
22852024-01-30T04:17:31.934Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a92b53c06bbbcb17 -C extra-filename=-a92b53c06bbbcb17 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862024-01-30T04:17:32.139Z Compiling walkdir v2.4.0
22872024-01-30T04:17:32.142Z Running `/home/build/.rustup/toolchains/1.74.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=ad6f0ce566ab5d25 -C extra-filename=-ad6f0ce566ab5d25 --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-cd802ac22f1c09f0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882024-01-30T04:17:32.504Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build`
22892024-01-30T04:17:32.568Z Compiling proc-macro-error v1.0.4
22902024-01-30T04:17:32.571Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4fc757a082fb008a -C extra-filename=-4fc757a082fb008a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912024-01-30T04:17:33.207Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build`
22922024-01-30T04:17:33.465Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=c614a6284c671f85 -C extra-filename=-c614a6284c671f85 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-01-30T04:17:33.471Z Compiling xattr v1.0.1
22942024-01-30T04:17:33.471Z Running `/home/build/.rustup/toolchains/1.74.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=0db6b032d6ea8eb6 -C extra-filename=-0db6b032d6ea8eb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952024-01-30T04:17:33.875Z Compiling filetime v0.2.23
22962024-01-30T04:17:33.879Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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=22693fcd42416a9b -C extra-filename=-22693fcd42416a9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972024-01-30T04:17:34.397Z Compiling tar v0.4.40
22982024-01-30T04:17:34.400Z Running `/home/build/.rustup/toolchains/1.74.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=60ec22e42775f3c6 -C extra-filename=-60ec22e42775f3c6 --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-22693fcd42416a9b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-0db6b032d6ea8eb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992024-01-30T04:17:34.930Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4cd3cd7a801c31ba -C extra-filename=-4cd3cd7a801c31ba --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-c614a6284c671f85.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
23002024-01-30T04:17:35.068Z Compiling usdt-attr-macro v0.5.0
23012024-01-30T04:17:35.071Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=594931e36d8f6543 -C extra-filename=-594931e36d8f6543 --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-88d1bd2393a25950.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44b139c212f5e184.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23022024-01-30T04:17:36.171Z Compiling usdt-macro v0.5.0
23032024-01-30T04:17:36.175Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=4d33a0fb76dd63c3 -C extra-filename=-4d33a0fb76dd63c3 --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-88d1bd2393a25950.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44b139c212f5e184.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23042024-01-30T04:17:37.929Z Compiling memmap v0.7.0
23052024-01-30T04:17:37.932Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap-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=53f151f5b7458756 -C extra-filename=-53f151f5b7458756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062024-01-30T04:17:38.234Z Compiling termtree v0.4.1
23072024-01-30T04:17:38.237Z Running `/home/build/.rustup/toolchains/1.74.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=4f8a505025bd240a -C extra-filename=-4f8a505025bd240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-01-30T04:17:38.465Z Compiling proc-macro-crate v1.3.1
23092024-01-30T04:17:38.490Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d6b808e507839769 -C extra-filename=-d6b808e507839769 --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-78575848a39b5a91.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a6ba9df0bf952ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-01-30T04:17:38.540Z Compiling parse-display v0.8.2
23112024-01-30T04:17:38.544Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=78d02dbd876db383 -C extra-filename=-78d02dbd876db383 --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-78575848a39b5a91.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-ca1c526a6650f609.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122024-01-30T04:17:38.573Z Compiling predicates-tree v1.0.9
23132024-01-30T04:17:38.577Z Running `/home/build/.rustup/toolchains/1.74.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=a10b956f74bf4c45 -C extra-filename=-a10b956f74bf4c45 --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-7d111e89a58c4d20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4f8a505025bd240a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-01-30T04:17:38.800Z Compiling heapless v0.8.0
23152024-01-30T04:17:38.803Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=032ca00bcef39cf3 -C extra-filename=-032ca00bcef39cf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23162024-01-30T04:17:38.830Z Compiling hash32 v0.3.1
23172024-01-30T04:17:38.830Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-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=f3e82812a85a875b -C extra-filename=-f3e82812a85a875b --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182024-01-30T04:17:39.133Z Compiling usdt v0.5.0
23192024-01-30T04:17:39.136Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/usdt-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="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=bf1170344010fce6 -C extra-filename=-bf1170344010fce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-88d1bd2393a25950.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-15f4b35d95d3f2a5.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-53f151f5b7458756.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-594931e36d8f6543.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44b139c212f5e184.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-4d33a0fb76dd63c3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-01-30T04:17:39.172Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23212024-01-30T04:17:39.176Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/1f97f16/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f6a1def3e1867604 -C extra-filename=-f6a1def3e1867604 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-a1914fd462d444cb.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222024-01-30T04:17:39.186Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232024-01-30T04:17:39.210Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=fc6877d46a24d6b7 -C extra-filename=-fc6877d46a24d6b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23242024-01-30T04:17:39.408Z Compiling smoltcp v0.11.0
23252024-01-30T04:17:39.411Z Running `/home/build/.rustup/toolchains/1.74.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.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=7948c97bae278fef -C extra-filename=-7948c97bae278fef --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-01-30T04:17:39.818Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-032ca00bcef39cf3/build-script-build`
23272024-01-30T04:17:39.843Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build`
23282024-01-30T04:17:39.860Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23292024-01-30T04:17:39.864Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=f81b0c2ad61a74a1 -C extra-filename=-f81b0c2ad61a74a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23302024-01-30T04:17:39.905Z Compiling crucible-workspace-hack v0.1.0
23312024-01-30T04:17:39.909Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=dc1d1786538742c9 -C extra-filename=-dc1d1786538742c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23322024-01-30T04:17:40.255Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-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=0eb71b76a816b909 -C extra-filename=-0eb71b76a816b909 --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-f3e82812a85a875b.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332024-01-30T04:17:40.283Z Compiling num_enum_derive v0.5.11
23342024-01-30T04:17:40.286Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=66137413c9e60cf0 -C extra-filename=-66137413c9e60cf0 --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-d6b808e507839769.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23352024-01-30T04:17:40.407Z Compiling embedded-io v0.4.0
23362024-01-30T04:17:40.410Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-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"' -C metadata=03213792b7ecc648 -C extra-filename=-03213792b7ecc648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-01-30T04:17:40.437Z Compiling cobs v0.2.3
23382024-01-30T04:17:40.440Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-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=5a3d97eb568d3803 -C extra-filename=-5a3d97eb568d3803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392024-01-30T04:17:40.669Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-7948c97bae278fef/build-script-build`
23402024-01-30T04:17:40.708Z Compiling postcard v1.0.8
23412024-01-30T04:17:40.715Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.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="embedded-io"' -C metadata=6d137f30f5ccec05 -C extra-filename=-6d137f30f5ccec05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-5a3d97eb568d3803.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-03213792b7ecc648.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422024-01-30T04:17:40.766Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build`
23432024-01-30T04:17:40.806Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build`
23442024-01-30T04:17:40.842Z Compiling foreign-types-macros v0.2.3
23452024-01-30T04:17:40.884Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=2f14c3f5fb64b64e -C extra-filename=-2f14c3f5fb64b64e --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462024-01-30T04:17:40.917Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23472024-01-30T04:17:40.920Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=5b167de2a1acb27f -C extra-filename=-5b167de2a1acb27f --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482024-01-30T04:17:41.495Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23492024-01-30T04:17:41.498Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=8ecf415fda16518a -C extra-filename=-8ecf415fda16518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502024-01-30T04:17:41.772Z Compiling foreign-types-shared v0.3.1
23512024-01-30T04:17:41.775Z Running `/home/build/.rustup/toolchains/1.74.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=1aad55c56eb66317 -C extra-filename=-1aad55c56eb66317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-01-30T04:17:41.940Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23532024-01-30T04:17:41.944Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=dd4e5d325a4cdc6a -C extra-filename=-dd4e5d325a4cdc6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542024-01-30T04:17:42.101Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-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="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=5afd63cc3a677340 -C extra-filename=-5afd63cc3a677340 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0eb71b76a816b909.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-01-30T04:17:42.102Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-5b167de2a1acb27f/build-script-build`
23562024-01-30T04:17:42.189Z Running `/home/build/.rustup/toolchains/1.74.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=1cd0cf5301ed57db -C extra-filename=-1cd0cf5301ed57db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
23572024-01-30T04:17:42.439Z Running `/home/build/.rustup/toolchains/1.74.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=84ecd44a98e3688b -C extra-filename=-84ecd44a98e3688b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-01-30T04:17:42.520Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build`
23592024-01-30T04:17:42.584Z Running `/home/build/.rustup/toolchains/1.74.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=53e50daadc4ec088 -C extra-filename=-53e50daadc4ec088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
23602024-01-30T04:17:42.587Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
23612024-01-30T04:17:42.587Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a37c6ebd46a4cd07 -C extra-filename=-a37c6ebd46a4cd07 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23622024-01-30T04:17:42.961Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23632024-01-30T04:17:42.964Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cab22822850664b7 -C extra-filename=-cab22822850664b7 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642024-01-30T04:17:43.272Z Compiling foreign-types v0.5.0
23652024-01-30T04:17:43.278Z Running `/home/build/.rustup/toolchains/1.74.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=037f6e2ea010334e -C extra-filename=-037f6e2ea010334e --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-2f14c3f5fb64b64e.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662024-01-30T04:17:43.435Z Compiling cstr-argument v0.1.2
23672024-01-30T04:17:43.472Z Running `/home/build/.rustup/toolchains/1.74.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=aa8cf6bc33f5e695 -C extra-filename=-aa8cf6bc33f5e695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682024-01-30T04:17:43.793Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
23692024-01-30T04:17:43.796Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9f73abf30ced9bbb -C extra-filename=-9f73abf30ced9bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702024-01-30T04:17:44.300Z Compiling pretty-hex v0.2.1
23712024-01-30T04:17:44.304Z Running `/home/build/.rustup/toolchains/1.74.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=8bedb3b668532990 -C extra-filename=-8bedb3b668532990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-01-30T04:17:44.380Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build`
23732024-01-30T04:17:44.386Z Running `/home/build/.rustup/toolchains/1.74.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=da85d0c37caff521 -C extra-filename=-da85d0c37caff521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a37c6ebd46a4cd07.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
23742024-01-30T04:17:44.584Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23752024-01-30T04:17:44.587Z Running `/home/build/.rustup/toolchains/1.74.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=81757f986a90e6b2 -C extra-filename=-81757f986a90e6b2 --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-aa8cf6bc33f5e695.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-037f6e2ea010334e.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762024-01-30T04:17:44.620Z Compiling colored v2.0.4
23772024-01-30T04:17:44.646Z Running `/home/build/.rustup/toolchains/1.74.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=8d40a5b5d72cab27 -C extra-filename=-8d40a5b5d72cab27 --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-f53dd9e2f3af7f8e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782024-01-30T04:17:44.657Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23792024-01-30T04:17:44.660Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=305a3b0da76da73f -C extra-filename=-305a3b0da76da73f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-01-30T04:17:45.157Z Compiling zone_cfg_derive v0.3.0
23812024-01-30T04:17:45.173Z Running `/home/build/.rustup/toolchains/1.74.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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0410dd5aee11f7e -C extra-filename=-b0410dd5aee11f7e --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822024-01-30T04:17:45.440Z Compiling num_enum v0.5.11
23832024-01-30T04:17:45.443Z Running `/home/build/.rustup/toolchains/1.74.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=14f508f7f1c2ceb3 -C extra-filename=-14f508f7f1c2ceb3 --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-66137413c9e60cf0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842024-01-30T04:17:45.481Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
23852024-01-30T04:17:45.487Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/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=040e1cc538162f34 -C extra-filename=-040e1cc538162f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862024-01-30T04:17:45.669Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23872024-01-30T04:17:45.673Z Running `/home/build/.rustup/toolchains/1.74.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=0866b3f81db78c7e -C extra-filename=-0866b3f81db78c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-1cd0cf5301ed57db.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-14f508f7f1c2ceb3.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882024-01-30T04:17:45.730Z Compiling num-derive v0.4.0
23892024-01-30T04:17:45.733Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=46b50ed90cd92d22 -C extra-filename=-46b50ed90cd92d22 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902024-01-30T04:17:46.174Z Running `/home/build/.rustup/toolchains/1.74.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=ffc8ddeb5ecf7ee6 -C extra-filename=-ffc8ddeb5ecf7ee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8d40a5b5d72cab27.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-0866b3f81db78c7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-14f508f7f1c2ceb3.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-81757f986a90e6b2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-da85d0c37caff521.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6de2735f70908e7e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
23912024-01-30T04:17:46.196Z Compiling mockall_derive v0.12.0
23922024-01-30T04:17:46.199Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9dd89df589b9b409 -C extra-filename=-9dd89df589b9b409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23932024-01-30T04:17:48.049Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
23942024-01-30T04:17:48.053Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=d4449207524851dc -C extra-filename=-d4449207524851dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-01-30T04:17:48.547Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23962024-01-30T04:17:48.573Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/1f97f16/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=d615509430301195 -C extra-filename=-d615509430301195 --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-a1914fd462d444cb.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-f6a1def3e1867604.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972024-01-30T04:17:48.750Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23982024-01-30T04:17:48.763Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/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=3d2434332da845eb -C extra-filename=-3d2434332da845eb --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d615509430301195.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992024-01-30T04:17:49.982Z Compiling downcast v0.11.0
24002024-01-30T04:17:49.988Z Running `/home/build/.rustup/toolchains/1.74.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=6a8716df6a5de07c -C extra-filename=-6a8716df6a5de07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012024-01-30T04:17:50.332Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=0c05fb98782e2279 -C extra-filename=-0c05fb98782e2279 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-cab22822850664b7.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-d4449207524851dc.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
24022024-01-30T04:17:50.655Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24032024-01-30T04:17:50.658Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=2109e4a2627d099b -C extra-filename=-2109e4a2627d099b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ecf415fda16518a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0c05fb98782e2279.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-305a3b0da76da73f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-5afd63cc3a677340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042024-01-30T04:17:50.785Z Compiling fragile v2.0.0
24052024-01-30T04:17:50.811Z Running `/home/build/.rustup/toolchains/1.74.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=d150d6fb6809f524 -C extra-filename=-d150d6fb6809f524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062024-01-30T04:17:51.596Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
24072024-01-30T04:17:51.600Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2d4bc11/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=224815cd6285033d -C extra-filename=-224815cd6285033d --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-84ecd44a98e3688b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-46b50ed90cd92d22.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082024-01-30T04:17:51.782Z Compiling zone v0.3.0
24092024-01-30T04:17:51.786Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=4554c2fbd1772953 -C extra-filename=-4554c2fbd1772953 --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-015c0fad4a8ed83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-b0410dd5aee11f7e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-01-30T04:17:52.817Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
24112024-01-30T04:17:52.817Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/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=7d86917112cd21af -C extra-filename=-7d86917112cd21af --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-040e1cc538162f34.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122024-01-30T04:17:53.226Z Compiling smf v0.2.2
24132024-01-30T04:17:53.230Z Running `/home/build/.rustup/toolchains/1.74.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=84133904c58985c5 -C extra-filename=-84133904c58985c5 --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-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24142024-01-30T04:17:53.443Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
24152024-01-30T04:17:53.446Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/1d29ef6/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=a2cced386a0cb12d -C extra-filename=-a2cced386a0cb12d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ffc8ddeb5ecf7ee6.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-0c05fb98782e2279.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-2109e4a2627d099b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-6d137f30f5ccec05.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-01-30T04:17:54.003Z Compiling pem v3.0.2
24172024-01-30T04:17:54.027Z Running `/home/build/.rustup/toolchains/1.74.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=e9c1463b07ede707 -C extra-filename=-e9c1463b07ede707 --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-64492b43562e8960.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-01-30T04:17:54.396Z Compiling headers-core v0.2.0
24192024-01-30T04:17:54.399Z Running `/home/build/.rustup/toolchains/1.74.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=0c1716034038b766 -C extra-filename=-0c1716034038b766 --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-17e0598029016fd2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24202024-01-30T04:17:54.627Z Compiling headers v0.3.9
24212024-01-30T04:17:54.631Z Running `/home/build/.rustup/toolchains/1.74.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=fb6147981be5b7d0 -C extra-filename=-fb6147981be5b7d0 --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-64492b43562e8960.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-0c1716034038b766.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7ff92aa8ee42d6ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-01-30T04:17:55.118Z Compiling rcgen v0.12.1
24232024-01-30T04:17:55.123Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rcgen-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"' --cfg 'feature="pem"' --cfg 'feature="ring"' -C metadata=c48d358235a20230 -C extra-filename=-c48d358235a20230 --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-e9c1463b07ede707.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
24242024-01-30T04:17:55.243Z Compiling atomicwrites v0.4.3
24252024-01-30T04:17:55.271Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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=84d47ed997993e0e -C extra-filename=-84d47ed997993e0e --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-1c95917b931a6210.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262024-01-30T04:17:55.523Z Compiling subprocess v0.2.9
24272024-01-30T04:17:55.526Z Running `/home/build/.rustup/toolchains/1.74.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=2cbcbc06071e569a -C extra-filename=-2cbcbc06071e569a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-01-30T04:17:55.770Z Compiling linked-hash-map v0.5.6
24292024-01-30T04:17:55.773Z Running `/home/build/.rustup/toolchains/1.74.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=b6fdc8cd52f47df2 -C extra-filename=-b6fdc8cd52f47df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302024-01-30T04:17:56.325Z Compiling lru-cache v0.1.2
24312024-01-30T04:17:56.328Z Running `/home/build/.rustup/toolchains/1.74.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=ac6e649b210698f7 -C extra-filename=-ac6e649b210698f7 --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-b6fdc8cd52f47df2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322024-01-30T04:17:56.612Z Compiling itertools v0.12.0
24332024-01-30T04:17:56.615Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=41c284b060b44704 -C extra-filename=-41c284b060b44704 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-01-30T04:17:58.091Z Compiling swrite v0.1.0
24352024-01-30T04:17:58.094Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e54f14917505fd4b -C extra-filename=-e54f14917505fd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362024-01-30T04:17:58.269Z Compiling password-hash v0.5.0
24372024-01-30T04:17:58.272Z Running `/home/build/.rustup/toolchains/1.74.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=162706469340f092 -C extra-filename=-162706469340f092 --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-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382024-01-30T04:17:59.025Z Compiling blake2 v0.10.6
24392024-01-30T04:17:59.028Z Running `/home/build/.rustup/toolchains/1.74.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=4f6d0372d71e360f -C extra-filename=-4f6d0372d71e360f --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-cffaf1afed8b036a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24402024-01-30T04:17:59.347Z Compiling cancel-safe-futures v0.1.5
24412024-01-30T04:17:59.350Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=8f4a6794809c5c94 -C extra-filename=-8f4a6794809c5c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422024-01-30T04:17:59.983Z Compiling argon2 v0.5.3
24432024-01-30T04:17:59.986Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/argon2-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 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=168e08085878f9de -C extra-filename=-168e08085878f9de --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-db2759387f67ed24.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-4f6d0372d71e360f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-162706469340f092.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-01-30T04:18:00.064Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build`
24452024-01-30T04:18:00.067Z Compiling arc-swap v1.6.0
24462024-01-30T04:18:00.067Z Running `/home/build/.rustup/toolchains/1.74.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=3c1f1da5460a196e -C extra-filename=-3c1f1da5460a196e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472024-01-30T04:18:00.656Z Compiling mockall v0.12.0
24482024-01-30T04:18:00.678Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d370449767f06d09 -C extra-filename=-d370449767f06d09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6a8716df6a5de07c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d150d6fb6809f524.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd89df589b9b409.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-01-30T04:18:01.143Z Compiling slog-scope v4.4.0
24502024-01-30T04:18:01.149Z Running `/home/build/.rustup/toolchains/1.74.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=133fd07da514051c -C extra-filename=-133fd07da514051c --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-3c1f1da5460a196e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24512024-01-30T04:18:01.170Z Running `/home/build/.rustup/toolchains/1.74.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=9f7dba92b5f99cfb -C extra-filename=-9f7dba92b5f99cfb --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522024-01-30T04:18:01.575Z Compiling toml v0.5.11
24532024-01-30T04:18:01.582Z Running `/home/build/.rustup/toolchains/1.74.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=c0135baddaf047d0 -C extra-filename=-c0135baddaf047d0 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542024-01-30T04:18:01.860Z Compiling slog-stdlog v4.1.1
24552024-01-30T04:18:01.864Z Running `/home/build/.rustup/toolchains/1.74.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=447b5b91d58a9534 -C extra-filename=-447b5b91d58a9534 --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-a8da004f5204fad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562024-01-30T04:18:01.994Z Compiling half v2.3.1
24572024-01-30T04:18:01.998Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.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=9393b882343b5371 -C extra-filename=-9393b882343b5371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582024-01-30T04:18:02.063Z Compiling ciborium-io v0.2.2
24592024-01-30T04:18:02.067Z Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-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=c59469613c5b8e57 -C extra-filename=-c59469613c5b8e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-01-30T04:18:02.248Z Compiling slog-envlogger v2.2.0
24612024-01-30T04:18:02.251Z Running `/home/build/.rustup/toolchains/1.74.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=2a48ee96522022c1 -C extra-filename=-2a48ee96522022c1 --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-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-447b5b91d58a9534.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622024-01-30T04:18:02.294Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24632024-01-30T04:18:02.299Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7b14a5bfe1c67baa -C extra-filename=-7b14a5bfe1c67baa --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-8a5093f975bcd4fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3d2434332da845eb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-74cb1d1280866b8d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642024-01-30T04:18:02.405Z Compiling libsw v3.3.1
24652024-01-30T04:18:02.409Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=b2df522db5e3e312 -C extra-filename=-b2df522db5e3e312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662024-01-30T04:18:02.906Z Compiling ciborium-ll v0.2.2
24672024-01-30T04:18:02.910Z Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7bf3400fca3c7a04 -C extra-filename=-7bf3400fca3c7a04 --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-c59469613c5b8e57.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-9393b882343b5371.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24682024-01-30T04:18:02.968Z Compiling derive-where v1.2.7
24692024-01-30T04:18:02.971Z Running `/home/build/.rustup/toolchains/1.74.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.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99137e97c3cb7edd -C extra-filename=-99137e97c3cb7edd --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-01-30T04:18:03.508Z Compiling ciborium v0.2.2
24712024-01-30T04:18:03.513Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=44e3ea887799f379 -C extra-filename=-44e3ea887799f379 --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-c59469613c5b8e57.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-7bf3400fca3c7a04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722024-01-30T04:18:03.611Z Compiling home v0.5.5
24732024-01-30T04:18:03.615Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=814cad4654b5349a -C extra-filename=-814cad4654b5349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742024-01-30T04:18:04.014Z Compiling owo-colors v4.0.0
24752024-01-30T04:18:04.018Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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=809f059798a7cc9f -C extra-filename=-809f059798a7cc9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762024-01-30T04:18:05.465Z Compiling linear-map v1.2.0
24772024-01-30T04:18:05.468Z Running `/home/build/.rustup/toolchains/1.74.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=abfded384cdfb682 -C extra-filename=-abfded384cdfb682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782024-01-30T04:18:06.037Z Compiling resolv-conf v0.7.0
24792024-01-30T04:18:06.041Z Running `/home/build/.rustup/toolchains/1.74.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=da4a03c8c99392de -C extra-filename=-da4a03c8c99392de --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-39848b3a4263f74c.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802024-01-30T04:18:06.071Z Compiling heck v0.3.3
24812024-01-30T04:18:06.074Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=1b2f45e4af363357 -C extra-filename=-1b2f45e4af363357 --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-01-30T04:18:06.728Z Compiling trust-dns-resolver v0.22.0
24832024-01-30T04:18:06.731Z Running `/home/build/.rustup/toolchains/1.74.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=07470833acd291b7 -C extra-filename=-07470833acd291b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-da4a03c8c99392de.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842024-01-30T04:18:07.243Z Compiling textwrap v0.11.0
24852024-01-30T04:18:07.246Z Running `/home/build/.rustup/toolchains/1.74.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=72a969bd0a1f56fe -C extra-filename=-72a969bd0a1f56fe --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-01-30T04:18:07.423Z Compiling libefi-sys v0.1.0
24872024-01-30T04:18:07.426Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=02c3bc0f71beca8d -C extra-filename=-02c3bc0f71beca8d --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-01-30T04:18:07.988Z Compiling vec_map v0.8.2
24892024-01-30T04:18:07.991Z Running `/home/build/.rustup/toolchains/1.74.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=f39fc3d29d6b2404 -C extra-filename=-f39fc3d29d6b2404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902024-01-30T04:18:08.016Z Compiling strsim v0.8.0
24912024-01-30T04:18:08.020Z Running `/home/build/.rustup/toolchains/1.74.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=f51e80585c7d7b9c -C extra-filename=-f51e80585c7d7b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922024-01-30T04:18:08.098Z Compiling ansi_term v0.12.1
24932024-01-30T04:18:08.100Z Running `/home/build/.rustup/toolchains/1.74.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=0cdc0de0e97e67e1 -C extra-filename=-0cdc0de0e97e67e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942024-01-30T04:18:08.223Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build`
24952024-01-30T04:18:08.240Z Compiling structopt-derive v0.4.18
24962024-01-30T04:18:08.243Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=7484ef1dfa850fec -C extra-filename=-7484ef1dfa850fec --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-1b2f45e4af363357.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972024-01-30T04:18:08.422Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
24982024-01-30T04:18:08.425Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a6f52d9e6c68463a -C extra-filename=-a6f52d9e6c68463a --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-a6f52d9e6c68463a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7e802a53f4eac952.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-01-30T04:18:08.955Z Compiling clap v2.34.0
25002024-01-30T04:18:08.958Z Running `/home/build/.rustup/toolchains/1.74.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=69207c209b95e54b -C extra-filename=-69207c209b95e54b --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-0cdc0de0e97e67e1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fed362899b4e2bd7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51e80585c7d7b9c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-72a969bd0a1f56fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-f39fc3d29d6b2404.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012024-01-30T04:18:09.049Z Compiling slog-dtrace v0.3.0
25022024-01-30T04:18:09.052Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cc3f82c17415ae55 -C extra-filename=-cc3f82c17415ae55 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-cc3f82c17415ae55 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032024-01-30T04:18:09.163Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-a6f52d9e6c68463a/build-script-build`
25042024-01-30T04:18:09.312Z Running `/home/build/.rustup/toolchains/1.74.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=795cf1b109b7acc0 -C extra-filename=-795cf1b109b7acc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
25052024-01-30T04:18:09.462Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25062024-01-30T04:18:09.466Z Running `/home/build/.rustup/toolchains/1.74.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=a0f104e638f1bcaa -C extra-filename=-a0f104e638f1bcaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-14f508f7f1c2ceb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-01-30T04:18:09.628Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-cc3f82c17415ae55/build-script-build`
25082024-01-30T04:18:09.723Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-dtrace-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=b5bb8025557a62ec -C extra-filename=-b5bb8025557a62ec --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-4141cfc584c78c19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-01-30T04:18:10.242Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25102024-01-30T04:18:10.245Z Running `/home/build/.rustup/toolchains/1.74.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=04884c03421d0489 -C extra-filename=-04884c03421d0489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-01-30T04:18:10.539Z Compiling termcolor v1.2.0
25122024-01-30T04:18:10.542Z Running `/home/build/.rustup/toolchains/1.74.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=2e558ad2340e05ad -C extra-filename=-2e558ad2340e05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-01-30T04:18:10.644Z Compiling radium v0.7.0
25142024-01-30T04:18:10.677Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=fba5e3f37040d9d7 -C extra-filename=-fba5e3f37040d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152024-01-30T04:18:10.792Z Compiling nibble_vec v0.1.0
25162024-01-30T04:18:10.795Z Running `/home/build/.rustup/toolchains/1.74.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=acff101e6eaca729 -C extra-filename=-acff101e6eaca729 --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-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172024-01-30T04:18:11.096Z Compiling fxhash v0.2.1
25182024-01-30T04:18:11.102Z Running `/home/build/.rustup/toolchains/1.74.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=ff88d5c2e7048037 -C extra-filename=-ff88d5c2e7048037 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192024-01-30T04:18:11.404Z Compiling endian-type v0.1.2
25202024-01-30T04:18:11.408Z Running `/home/build/.rustup/toolchains/1.74.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=70dff33bfd749910 -C extra-filename=-70dff33bfd749910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212024-01-30T04:18:11.489Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build`
25222024-01-30T04:18:11.493Z Compiling semver v0.1.20
25232024-01-30T04:18:11.496Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9fecfb734d7157b3 -C extra-filename=-9fecfb734d7157b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-01-30T04:18:11.759Z Compiling tap v1.0.1
25252024-01-30T04:18:11.763Z Running `/home/build/.rustup/toolchains/1.74.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=08cb45dba0ef4142 -C extra-filename=-08cb45dba0ef4142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262024-01-30T04:18:11.979Z Compiling maybe-uninit v2.0.0
25272024-01-30T04:18:12.009Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=bf78889f24b0c2b0 -C extra-filename=-bf78889f24b0c2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282024-01-30T04:18:12.044Z Compiling rustc_version v0.1.7
25292024-01-30T04:18:12.047Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=6367f93d5bcb467d -C extra-filename=-6367f93d5bcb467d --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-9fecfb734d7157b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-01-30T04:18:12.576Z Compiling wyz v0.5.1
25312024-01-30T04:18:12.582Z Running `/home/build/.rustup/toolchains/1.74.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=424abcbb0c8bbf00 -C extra-filename=-424abcbb0c8bbf00 --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-08cb45dba0ef4142.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322024-01-30T04:18:12.850Z Compiling radix_trie v0.2.1
25332024-01-30T04:18:12.873Z Running `/home/build/.rustup/toolchains/1.74.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=a8d026b080a5f1c0 -C extra-filename=-a8d026b080a5f1c0 --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-70dff33bfd749910.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-acff101e6eaca729.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342024-01-30T04:18:12.964Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build`
25352024-01-30T04:18:13.090Z Running `/home/build/.rustup/toolchains/1.74.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=27d5047e80e91a90 -C extra-filename=-27d5047e80e91a90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
25362024-01-30T04:18:13.316Z Compiling newline-converter v0.3.0
25372024-01-30T04:18:13.355Z Running `/home/build/.rustup/toolchains/1.74.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=27d283bedd3ab80d -C extra-filename=-27d283bedd3ab80d --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382024-01-30T04:18:13.550Z Compiling funty v2.0.0
25392024-01-30T04:18:13.553Z Running `/home/build/.rustup/toolchains/1.74.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=e082b742fe21b22b -C extra-filename=-e082b742fe21b22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-01-30T04:18:13.577Z Compiling topological-sort v0.2.2
25412024-01-30T04:18:13.581Z Running `/home/build/.rustup/toolchains/1.74.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=2d8a79eafcf012fe -C extra-filename=-2d8a79eafcf012fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422024-01-30T04:18:13.793Z Compiling num-bigint-dig v0.8.4
25432024-01-30T04:18:13.796Z Running `/home/build/.rustup/toolchains/1.74.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 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=5a6cfc0aceccdd2d -C extra-filename=-5a6cfc0aceccdd2d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-01-30T04:18:13.901Z Compiling packed_struct v0.10.1
25452024-01-30T04:18:13.904Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1187ed4801970867 -C extra-filename=-1187ed4801970867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462024-01-30T04:18:13.927Z Compiling crc-catalog v2.2.0
25472024-01-30T04:18:13.930Z Running `/home/build/.rustup/toolchains/1.74.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=44635128b63b72f6 -C extra-filename=-44635128b63b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482024-01-30T04:18:14.144Z Compiling crc v3.0.1
25492024-01-30T04:18:14.148Z Running `/home/build/.rustup/toolchains/1.74.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=3d7308d675906fc6 -C extra-filename=-3d7308d675906fc6 --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-44635128b63b72f6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502024-01-30T04:18:14.386Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build`
25512024-01-30T04:18:14.390Z Compiling omicron-zone-package v0.10.1
25522024-01-30T04:18:14.393Z Running `/home/build/.rustup/toolchains/1.74.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.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=4aad0c16c7ea4786 -C extra-filename=-4aad0c16c7ea4786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a1b6eeacb3871e46.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6095e7a76be6ac7a.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
25532024-01-30T04:18:14.609Z Compiling structopt v0.3.26
25542024-01-30T04:18:14.613Z Running `/home/build/.rustup/toolchains/1.74.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=b98263eab4ce00e8 -C extra-filename=-b98263eab4ce00e8 --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-69207c209b95e54b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-7484ef1dfa850fec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552024-01-30T04:18:14.663Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build`
25562024-01-30T04:18:14.706Z Compiling expectorate v1.1.0
25572024-01-30T04:18:14.709Z Running `/home/build/.rustup/toolchains/1.74.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=d3c077db9d645a7c -C extra-filename=-d3c077db9d645a7c --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-5e14df9aa3579516.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-27d283bedd3ab80d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-01-30T04:18:14.845Z Running `/home/build/.rustup/toolchains/1.74.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=f9466e5d84d8230a -C extra-filename=-f9466e5d84d8230a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a0f104e638f1bcaa.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-b98263eab4ce00e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -l static=pci`
25592024-01-30T04:18:14.942Z Running `/home/build/.rustup/toolchains/1.74.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=f1e1e2d2e6ac882d -C extra-filename=-f1e1e2d2e6ac882d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
25602024-01-30T04:18:15.083Z Compiling newtype_derive v0.1.6
25612024-01-30T04:18:15.086Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1c6c0c01e1dcc86e -C extra-filename=-1c6c0c01e1dcc86e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6367f93d5bcb467d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622024-01-30T04:18:15.610Z Compiling bitvec v1.0.1
25632024-01-30T04:18:15.613Z Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=2daf68ad4baccc37 -C extra-filename=-2daf68ad4baccc37 --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-e082b742fe21b22b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-27d5047e80e91a90.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-424abcbb0c8bbf00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-01-30T04:18:15.657Z Compiling packed_struct_codegen v0.10.1
25652024-01-30T04:18:15.660Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=245a28b11c55bec6 -C extra-filename=-245a28b11c55bec6 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-01-30T04:18:16.844Z Compiling indexmap v1.9.3
25672024-01-30T04:18:16.847Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7196777581f31a33 -C extra-filename=-7196777581f31a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682024-01-30T04:18:17.166Z Compiling nodrop v0.1.14
25692024-01-30T04:18:17.210Z Running `/home/build/.rustup/toolchains/1.74.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=a0c77fb985e48085 -C extra-filename=-a0c77fb985e48085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-01-30T04:18:17.350Z Compiling array-init v0.0.4
25712024-01-30T04:18:17.353Z Running `/home/build/.rustup/toolchains/1.74.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=eb1fd4f2490a020f -C extra-filename=-eb1fd4f2490a020f --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-a0c77fb985e48085.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-01-30T04:18:17.417Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build`
25732024-01-30T04:18:17.457Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build`
25742024-01-30T04:18:17.547Z Compiling smallvec v0.6.14
25752024-01-30T04:18:17.550Z Running `/home/build/.rustup/toolchains/1.74.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=e606479ac2e80ec3 -C extra-filename=-e606479ac2e80ec3 --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-f1e1e2d2e6ac882d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-01-30T04:18:18.276Z Running `/home/build/.rustup/toolchains/1.74.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=b319dc173e0080e1 -C extra-filename=-b319dc173e0080e1 --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-4ff908e223b9ba35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
25772024-01-30T04:18:19.385Z Compiling pkcs1 v0.7.5
25782024-01-30T04:18:19.388Z Running `/home/build/.rustup/toolchains/1.74.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=366253bfd58635b4 -C extra-filename=-366253bfd58635b4 --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-9195e699c88ce3be.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792024-01-30T04:18:21.013Z Compiling signature v2.1.0
25802024-01-30T04:18:21.028Z Compiling bitfield v0.14.0
25812024-01-30T04:18:21.028Z Running `/home/build/.rustup/toolchains/1.74.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=4bf952c44e1a6dee -C extra-filename=-4bf952c44e1a6dee --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-cffaf1afed8b036a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-01-30T04:18:21.028Z Running `/home/build/.rustup/toolchains/1.74.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=8b564f5b2dba98c8 -C extra-filename=-8b564f5b2dba98c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832024-01-30T04:18:21.223Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25842024-01-30T04:18:21.227Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=35ef19675395480a -C extra-filename=-35ef19675395480a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-35ef19675395480a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-106e83437150c29e.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ffad132e1539d953.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-9d29b6baa6bc9a3b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-8b594573c6ef6f60.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cffaf1afed8b036a.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e088b26f8be55f95.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-9f8a26a9f4d69998.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8547f42a6b8ec186.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-44de53dbfe136d53.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-576e369d53548902.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dbb113a1bc4c993d.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1c95917b931a6210.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a0123d4f833f106e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6095e7a76be6ac7a.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a6ba9df0bf952ed.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-de814db92e9bf33d.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44b139c212f5e184.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25852024-01-30T04:18:21.397Z Compiling hashbrown v0.12.3
25862024-01-30T04:18:21.400Z Running `/home/build/.rustup/toolchains/1.74.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=cb3bc798c96b03ca -C extra-filename=-cb3bc798c96b03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872024-01-30T04:18:21.517Z Compiling serde-hex v0.1.0
25882024-01-30T04:18:21.520Z Running `/home/build/.rustup/toolchains/1.74.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=dcb974daeaf7ca1c -C extra-filename=-dcb974daeaf7ca1c --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-eb1fd4f2490a020f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-01-30T04:18:21.768Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-35ef19675395480a/build-script-build`
25902024-01-30T04:18:21.813Z Running `/home/build/.rustup/toolchains/1.74.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=56971b2c29028071 -C extra-filename=-56971b2c29028071 --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-106e83437150c29e.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-e39b65394af31ca3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ffad132e1539d953.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-9d29b6baa6bc9a3b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-8b594573c6ef6f60.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cffaf1afed8b036a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-5e63158c651fd920.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e088b26f8be55f95.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-9f8a26a9f4d69998.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-55b34ee6c43ae463.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-902bf6e0c20c75b3.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-730a65a2a998e17d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-0404c7768b906e03.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5d8fd96594c20530.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8547f42a6b8ec186.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-44de53dbfe136d53.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-576e369d53548902.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-15281089ab3f7dbc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-db9c338b076acc72.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-56f3a8f0dbe9956d.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dbb113a1bc4c993d.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-40dfbed7bcb9fb30.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1c95917b931a6210.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a0123d4f833f106e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6095e7a76be6ac7a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-995db5c29458619d.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a6ba9df0bf952ed.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-de814db92e9bf33d.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-44b139c212f5e184.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e585ed2c467540bb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3986eb937002ab5c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25912024-01-30T04:18:21.919Z Running `/home/build/.rustup/toolchains/1.74.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=b20f60ed1131baa4 -C extra-filename=-b20f60ed1131baa4 --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-2daf68ad4baccc37.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-245a28b11c55bec6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922024-01-30T04:18:21.970Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25932024-01-30T04:18:21.976Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=7233a5738680688f -C extra-filename=-7233a5738680688f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25942024-01-30T04:18:22.278Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25952024-01-30T04:18:22.283Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f9342ea4a1179039 -C extra-filename=-f9342ea4a1179039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25962024-01-30T04:18:23.216Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25972024-01-30T04:18:23.220Z Running `/home/build/.rustup/toolchains/1.74.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=582f84e7ab2fe86d -C extra-filename=-582f84e7ab2fe86d --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-168e08085878f9de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
25982024-01-30T04:18:23.424Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25992024-01-30T04:18:23.430Z Running `/home/build/.rustup/toolchains/1.74.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=3012dd986af64e49 -C extra-filename=-3012dd986af64e49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b2df522db5e3e312.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26002024-01-30T04:18:23.815Z Running `/home/build/.rustup/toolchains/1.74.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=30180bc88c646d38 -C extra-filename=-30180bc88c646d38 --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-cb3bc798c96b03ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
26012024-01-30T04:18:23.863Z Compiling rsa v0.9.2
26022024-01-30T04:18:23.888Z Running `/home/build/.rustup/toolchains/1.74.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=d038c93da35ba64e -C extra-filename=-d038c93da35ba64e --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cffaf1afed8b036a.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b319dc173e0080e1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-366253bfd58635b4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-5b3823ca7b698327.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-4bf952c44e1a6dee.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032024-01-30T04:18:24.143Z Running `/home/build/.rustup/toolchains/1.74.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=a702442b7c13e95a -C extra-filename=-a702442b7c13e95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
26042024-01-30T04:18:24.317Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26052024-01-30T04:18:24.321Z Running `/home/build/.rustup/toolchains/1.74.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=386fe13d89e574eb -C extra-filename=-386fe13d89e574eb --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062024-01-30T04:18:24.845Z Compiling env_logger v0.10.0
26072024-01-30T04:18:24.853Z Running `/home/build/.rustup/toolchains/1.74.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=2fc11d73d19e2817 -C extra-filename=-2fc11d73d19e2817 --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-f53dd9e2f3af7f8e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082024-01-30T04:18:25.212Z Compiling x509-cert v0.2.4
26092024-01-30T04:18:25.215Z Running `/home/build/.rustup/toolchains/1.74.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=2696719566872a20 -C extra-filename=-2696719566872a20 --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-66455a9b00682027.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618e8f0a78e95d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-01-30T04:18:27.018Z Compiling ron v0.8.1
26112024-01-30T04:18:27.025Z Running `/home/build/.rustup/toolchains/1.74.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=407b41a942ecd915 -C extra-filename=-407b41a942ecd915 --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-64492b43562e8960.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8618405ce2bc21e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122024-01-30T04:18:28.733Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26132024-01-30T04:18:28.736Z Running `/home/build/.rustup/toolchains/1.74.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=e15a6bab2c8bd546 -C extra-filename=-e15a6bab2c8bd546 --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-8b564f5b2dba98c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-b20f60ed1131baa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142024-01-30T04:18:29.630Z Compiling semver-parser v0.10.2
26152024-01-30T04:18:29.663Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=489187b11cd44954 -C extra-filename=-489187b11cd44954 --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-15ea8f00e3d66a10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162024-01-30T04:18:30.786Z Compiling crc-any v2.4.3
26172024-01-30T04:18:30.789Z Running `/home/build/.rustup/toolchains/1.74.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=3c86b9368e38f611 -C extra-filename=-3c86b9368e38f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-01-30T04:18:31.637Z Compiling semver v0.11.0
26192024-01-30T04:18:31.641Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2d9230d2a8c406df -C extra-filename=-2d9230d2a8c406df --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-489187b11cd44954.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-01-30T04:18:31.679Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
26212024-01-30T04:18:31.683Z Running `/home/build/.rustup/toolchains/1.74.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=793d81d7e743491b -C extra-filename=-793d81d7e743491b --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-407b41a942ecd915.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-386fe13d89e574eb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26222024-01-30T04:18:32.943Z Compiling object v0.30.4
26232024-01-30T04:18:32.947Z Running `/home/build/.rustup/toolchains/1.74.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=cfa6d1a2d91c4f53 -C extra-filename=-cfa6d1a2d91c4f53 --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-ddd6b783a064eb7e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8547f42a6b8ec186.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242024-01-30T04:18:33.010Z Compiling steno v0.4.0
26252024-01-30T04:18:33.014Z Running `/home/build/.rustup/toolchains/1.74.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=dc59efbe8b5d3c0d -C extra-filename=-dc59efbe8b5d3c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-01-30T04:18:33.439Z Compiling num-rational v0.4.1
26272024-01-30T04:18:33.443Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2f37d431f14d093d -C extra-filename=-2f37d431f14d093d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-01-30T04:18:33.777Z Compiling path-slash v0.1.5
26292024-01-30T04:18:33.810Z Running `/home/build/.rustup/toolchains/1.74.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=67c53f1d8bdbada0 -C extra-filename=-67c53f1d8bdbada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302024-01-30T04:18:34.008Z Compiling convert_case v0.4.0
26312024-01-30T04:18:34.015Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=39d193f1dce25c95 -C extra-filename=-39d193f1dce25c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322024-01-30T04:18:34.088Z Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build`
26332024-01-30T04:18:34.476Z Compiling toolchain_find v0.2.0
26342024-01-30T04:18:34.479Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=59320eeea9bb8d7b -C extra-filename=-59320eeea9bb8d7b --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-814cad4654b5349a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2d9230d2a8c406df.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-01-30T04:18:34.762Z Compiling glob v0.3.1
26362024-01-30T04:18:34.802Z Running `/home/build/.rustup/toolchains/1.74.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=219023a8387da708 -C extra-filename=-219023a8387da708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-01-30T04:18:35.310Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
26382024-01-30T04:18:35.313Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/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=09c38b171e96afd4 -C extra-filename=-09c38b171e96afd4 --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-7cf992ed0af351b8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-3d2434332da845eb.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7b14a5bfe1c67baa.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
26392024-01-30T04:18:35.449Z Compiling rustfmt-wrapper v0.2.0
26402024-01-30T04:18:35.452Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=67d6700ef96f4367 -C extra-filename=-67d6700ef96f4367 --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-c715252fb2629716.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c0135baddaf047d0.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-59320eeea9bb8d7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412024-01-30T04:18:35.568Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26422024-01-30T04:18:35.572Z Running `/home/build/.rustup/toolchains/1.74.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=7dacad09d429f2c4 -C extra-filename=-7dacad09d429f2c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7233a5738680688f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-04ec87052dc46780.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26432024-01-30T04:18:35.628Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26442024-01-30T04:18:35.679Z Running `/home/build/.rustup/toolchains/1.74.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=5bb932c2d634d13d -C extra-filename=-5bb932c2d634d13d --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-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26452024-01-30T04:18:36.450Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26462024-01-30T04:18:36.453Z Running `/home/build/.rustup/toolchains/1.74.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=f5212644c0b09132 -C extra-filename=-f5212644c0b09132 --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-4141cfc584c78c19.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26472024-01-30T04:18:36.470Z Compiling derive_more v0.99.17
26482024-01-30T04:18:36.473Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=2d02097356b0f682 -C extra-filename=-2d02097356b0f682 --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-39d193f1dce25c95.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-01-30T04:18:38.967Z Running `/home/build/.rustup/toolchains/1.74.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=0426d3570874e650 -C extra-filename=-0426d3570874e650 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_int_exp_fmt`
26502024-01-30T04:18:41.603Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26512024-01-30T04:18:41.607Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=1f66e08e9af40cc2 -C extra-filename=-1f66e08e9af40cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26522024-01-30T04:18:41.966Z Compiling num-complex v0.4.4
26532024-01-30T04:18:41.969Z Running `/home/build/.rustup/toolchains/1.74.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=63889bed41e78e89 -C extra-filename=-63889bed41e78e89 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542024-01-30T04:18:43.731Z Compiling num v0.4.1
26552024-01-30T04:18:43.734Z Running `/home/build/.rustup/toolchains/1.74.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=aa56a7303df8436e -C extra-filename=-aa56a7303df8436e --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-63889bed41e78e89.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-0426d3570874e650.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562024-01-30T04:18:43.828Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26572024-01-30T04:18:43.865Z Running `/home/build/.rustup/toolchains/1.74.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=d2902bc11edd532c -C extra-filename=-d2902bc11edd532c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26582024-01-30T04:18:43.903Z Compiling utf-8 v0.7.6
26592024-01-30T04:18:43.935Z Running `/home/build/.rustup/toolchains/1.74.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=2531f524387a9a1f -C extra-filename=-2531f524387a9a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602024-01-30T04:18:44.309Z Compiling tungstenite v0.20.1
26612024-01-30T04:18:44.312Z Running `/home/build/.rustup/toolchains/1.74.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=02b795b8cae7c45d -C extra-filename=-02b795b8cae7c45d --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-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-7ff92aa8ee42d6ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-2531f524387a9a1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-01-30T04:18:44.440Z Compiling buf-list v1.0.3
26632024-01-30T04:18:44.443Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=8893d74600b806d8 -C extra-filename=-8893d74600b806d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642024-01-30T04:18:45.519Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build`
26652024-01-30T04:18:45.615Z Compiling display-error-chain v0.2.0
26662024-01-30T04:18:45.619Z Running `/home/build/.rustup/toolchains/1.74.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=aaa19c355036061d -C extra-filename=-aaa19c355036061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672024-01-30T04:18:45.860Z Running `/home/build/.rustup/toolchains/1.74.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=41cce8036127717e -C extra-filename=-41cce8036127717e --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-0a9789d01b345e83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
26682024-01-30T04:18:46.766Z Compiling tokio-tungstenite v0.20.1
26692024-01-30T04:18:46.780Z Running `/home/build/.rustup/toolchains/1.74.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=33b1dd5ba2e8a166 -C extra-filename=-33b1dd5ba2e8a166 --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-53f9058382a517fe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-02b795b8cae7c45d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702024-01-30T04:18:47.157Z Compiling parking_lot_core v0.8.6
26712024-01-30T04:18:47.160Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=48826031f0281653 -C extra-filename=-48826031f0281653 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722024-01-30T04:18:47.463Z Compiling keccak v0.1.4
26732024-01-30T04:18:47.468Z Running `/home/build/.rustup/toolchains/1.74.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=af737db1943fc8a2 -C extra-filename=-af737db1943fc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-01-30T04:18:47.567Z Compiling secrecy v0.8.0
26752024-01-30T04:18:47.606Z Running `/home/build/.rustup/toolchains/1.74.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=44aac42af2daaf63 -C extra-filename=-44aac42af2daaf63 --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-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-01-30T04:18:47.993Z Compiling sha3 v0.10.8
26772024-01-30T04:18:47.996Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build`
26782024-01-30T04:18:47.996Z Running `/home/build/.rustup/toolchains/1.74.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=071b99cfad2d6215 -C extra-filename=-071b99cfad2d6215 --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-cffaf1afed8b036a.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792024-01-30T04:18:48.033Z Compiling trust-dns-client v0.22.0
26802024-01-30T04:18:48.037Z Running `/home/build/.rustup/toolchains/1.74.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=8b7018c285849bc5 -C extra-filename=-8b7018c285849bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812024-01-30T04:18:48.082Z Running `/home/build/.rustup/toolchains/1.74.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=10ff818452942b45 -C extra-filename=-10ff818452942b45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822024-01-30T04:18:48.899Z Compiling parking_lot v0.11.2
26832024-01-30T04:18:48.905Z Running `/home/build/.rustup/toolchains/1.74.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=b59e0bc1a83e922c -C extra-filename=-b59e0bc1a83e922c --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-a3b9195715d78840.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-10ff818452942b45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842024-01-30T04:18:49.162Z Compiling pin-project-internal v1.1.3
26852024-01-30T04:18:49.186Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a92bd3273c90ac60 -C extra-filename=-a92bd3273c90ac60 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862024-01-30T04:18:49.212Z Compiling doc-comment v0.3.3
26872024-01-30T04:18:49.215Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ca2ad0e50b7a2d32 -C extra-filename=-ca2ad0e50b7a2d32 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882024-01-30T04:18:49.533Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26892024-01-30T04:18:49.541Z Running `/home/build/.rustup/toolchains/1.74.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=d42f33251d998abc -C extra-filename=-d42f33251d998abc --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3c86b9368e38f611.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9195e699c88ce3be.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-2fc11d73d19e2817.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-e15a6bab2c8bd546.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-b20f60ed1131baa4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d038c93da35ba64e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-dcb974daeaf7ca1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2696719566872a20.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902024-01-30T04:18:50.177Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build`
26912024-01-30T04:18:50.399Z Compiling trust-dns-server v0.22.1
26922024-01-30T04:18:50.462Z Running `/home/build/.rustup/toolchains/1.74.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=bb78a60d1ca7b1d6 -C extra-filename=-bb78a60d1ca7b1d6 --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-153467c069b7bf56.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-ffa3fb5dbd3437a4.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-c224673be8777514.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-669ce683fdc86f01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c0135baddaf047d0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932024-01-30T04:18:50.539Z Compiling sled v0.34.7
26942024-01-30T04:18:50.543Z Running `/home/build/.rustup/toolchains/1.74.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=fabc30ef8cc9c909 -C extra-filename=-fabc30ef8cc9c909 --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-ddd6b783a064eb7e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b59e0bc1a83e922c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952024-01-30T04:18:51.484Z Running `/home/build/.rustup/toolchains/1.74.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=07fc207f0825dc23 -C extra-filename=-07fc207f0825dc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962024-01-30T04:18:51.632Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26972024-01-30T04:18:51.636Z Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="tmp_keypath"' -C metadata=21da2efc0a7a077d -C extra-filename=-21da2efc0a7a077d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7d86917112cd21af.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-224815cd6285033d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-2109e4a2627d099b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9342ea4a1179039.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
26982024-01-30T04:18:53.138Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26992024-01-30T04:18:53.142Z Running `/home/build/.rustup/toolchains/1.74.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=327553632571c30c -C extra-filename=-327553632571c30c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-84d47ed997993e0e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27002024-01-30T04:18:54.736Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27012024-01-30T04:18:54.739Z Running `/home/build/.rustup/toolchains/1.74.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=0f4e2a0be48c0e9e -C extra-filename=-0f4e2a0be48c0e9e --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-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27022024-01-30T04:18:57.474Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27032024-01-30T04:18:57.477Z Running `/home/build/.rustup/toolchains/1.74.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=83f97bd749049b2f -C extra-filename=-83f97bd749049b2f --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-e15a6bab2c8bd546.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-d42f33251d998abc.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-cfa6d1a2d91c4f53.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d038c93da35ba64e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-386fe13d89e574eb.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-793d81d7e743491b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6095e7a76be6ac7a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-2696719566872a20.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27042024-01-30T04:18:57.904Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27052024-01-30T04:18:57.908Z Running `/home/build/.rustup/toolchains/1.74.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=1316107bb21f1d52 -C extra-filename=-1316107bb21f1d52 --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-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1f66e08e9af40cc2.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27062024-01-30T04:19:01.261Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27072024-01-30T04:19:01.265Z Running `/home/build/.rustup/toolchains/1.74.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=3290beeb3eb9750d -C extra-filename=-3290beeb3eb9750d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27082024-01-30T04:19:02.249Z Compiling pin-project v1.1.3
27092024-01-30T04:19:02.253Z Running `/home/build/.rustup/toolchains/1.74.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=178809d605f03505 -C extra-filename=-178809d605f03505 --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-a92bd3273c90ac60.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102024-01-30T04:19:02.443Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27112024-01-30T04:19:02.447Z Running `/home/build/.rustup/toolchains/1.74.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=68f7996bac461ce5 -C extra-filename=-68f7996bac461ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27122024-01-30T04:19:02.685Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27132024-01-30T04:19:02.688Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=91e4d69ee39a4d3d -C extra-filename=-91e4d69ee39a4d3d --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-91e4d69ee39a4d3d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4aad0c16c7ea4786.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-67d6700ef96f4367.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
27142024-01-30T04:19:06.783Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27152024-01-30T04:19:06.818Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=40e1892421dc2fe5 -C extra-filename=-40e1892421dc2fe5 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-40e1892421dc2fe5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4aad0c16c7ea4786.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-67d6700ef96f4367.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
27162024-01-30T04:19:10.278Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27172024-01-30T04:19:10.282Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f89714557ef5d4b1 -C extra-filename=-f89714557ef5d4b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182024-01-30T04:19:10.837Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-f89714557ef5d4b1/build-script-build`
27192024-01-30T04:19:10.874Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27202024-01-30T04:19:10.895Z Running `/home/build/.rustup/toolchains/1.74.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=8c601bc5b6896541 -C extra-filename=-8c601bc5b6896541 --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-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27212024-01-30T04:19:11.994Z Compiling platforms v3.0.2
27222024-01-30T04:19:11.997Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86233e944617d37a -C extra-filename=-86233e944617d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-01-30T04:19:12.042Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb42a22b9fec89e6 -C extra-filename=-cb42a22b9fec89e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27242024-01-30T04:19:12.616Z Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build`
27252024-01-30T04:19:12.683Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27262024-01-30T04:19:12.690Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b91124b2d5b2b0f6 -C extra-filename=-b91124b2d5b2b0f6 --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-22616ea412428ac4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272024-01-30T04:19:13.796Z Compiling snafu-derive v0.7.5
27282024-01-30T04:19:13.799Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=b8fb59d923987be8 -C extra-filename=-b8fb59d923987be8 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292024-01-30T04:19:14.118Z Compiling fs-err v2.11.0
27302024-01-30T04:19:14.122Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d03364d7a6a5341a -C extra-filename=-d03364d7a6a5341a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312024-01-30T04:19:14.683Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build`
27322024-01-30T04:19:14.882Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332024-01-30T04:19:14.907Z Running `/home/build/.rustup/toolchains/1.74.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=651e6fd3fd4dff28 -C extra-filename=-651e6fd3fd4dff28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a0f104e638f1bcaa.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-04884c03421d0489.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
27342024-01-30T04:19:15.696Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27352024-01-30T04:19:15.699Z Running `/home/build/.rustup/toolchains/1.74.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=3d4dbb5c948aa812 -C extra-filename=-3d4dbb5c948aa812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27362024-01-30T04:19:19.535Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27372024-01-30T04:19:19.574Z Running `/home/build/.rustup/toolchains/1.74.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=8b01eaee3f119189 -C extra-filename=-8b01eaee3f119189 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7233a5738680688f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27382024-01-30T04:19:20.660Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27392024-01-30T04:19:20.663Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=bb760de491e865fb -C extra-filename=-bb760de491e865fb --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-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
27402024-01-30T04:19:23.984Z Compiling snafu v0.7.5
27412024-01-30T04:19:23.987Z Running `/home/build/.rustup/toolchains/1.74.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="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=66b08c45c45549fe -C extra-filename=-66b08c45c45549fe --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-07fc207f0825dc23.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-b8fb59d923987be8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422024-01-30T04:19:24.967Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5b59cb338043d9cb -C extra-filename=-5b59cb338043d9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432024-01-30T04:19:25.377Z Compiling globset v0.4.13
27442024-01-30T04:19:25.406Z Running `/home/build/.rustup/toolchains/1.74.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=6b7f5e9098b05110 -C extra-filename=-6b7f5e9098b05110 --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-e39b65394af31ca3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452024-01-30T04:19:25.710Z Compiling olpc-cjson v0.1.3
27462024-01-30T04:19:25.713Z Running `/home/build/.rustup/toolchains/1.74.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=47ebfac3f1297880 -C extra-filename=-47ebfac3f1297880 --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-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-01-30T04:19:25.992Z Compiling serde_plain v1.0.2
27482024-01-30T04:19:25.996Z Running `/home/build/.rustup/toolchains/1.74.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=ce81e6f7bd9cc6ad -C extra-filename=-ce81e6f7bd9cc6ad --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492024-01-30T04:19:26.250Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27502024-01-30T04:19:26.275Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=943a8f76c19537e9 -C extra-filename=-943a8f76c19537e9 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512024-01-30T04:19:26.595Z Compiling async-recursion v1.0.5
27522024-01-30T04:19:26.605Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=cb3ef5d90e81dbed -C extra-filename=-cb3ef5d90e81dbed --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532024-01-30T04:19:27.750Z Compiling vte_generate_state_changes v0.1.1
27542024-01-30T04:19:27.774Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=85420c3996d0da53 -C extra-filename=-85420c3996d0da53 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-01-30T04:19:28.605Z Compiling memoffset v0.7.1
27562024-01-30T04:19:28.639Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=90d0c2331e6d1154 -C extra-filename=-90d0c2331e6d1154 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-01-30T04:19:28.703Z Compiling unicase v2.7.0
27582024-01-30T04:19:28.739Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=b5361546712bf869 -C extra-filename=-b5361546712bf869 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-01-30T04:19:28.998Z Compiling typed-path v0.7.0
27602024-01-30T04:19:29.003Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-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=37a37c96914ce752 -C extra-filename=-37a37c96914ce752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-01-30T04:19:29.223Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build`
27622024-01-30T04:19:29.335Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build`
27632024-01-30T04:19:29.425Z Compiling vte v0.11.1
27642024-01-30T04:19:29.429Z Running `/home/build/.rustup/toolchains/1.74.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=c895fa5fd3738696 -C extra-filename=-c895fa5fd3738696 --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-23480799e7d77cab.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-85420c3996d0da53.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-01-30T04:19:29.569Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27662024-01-30T04:19:29.573Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=5852226104f5c1c5 -C extra-filename=-5852226104f5c1c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-943a8f76c19537e9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-01-30T04:19:29.836Z Compiling curve25519-dalek v4.1.1
27682024-01-30T04:19:29.839Z Running `/home/build/.rustup/toolchains/1.74.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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=eba05420c341f32e -C extra-filename=-eba05420c341f32e --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-eba05420c341f32e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-5b59cb338043d9cb.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-01-30T04:19:30.747Z Running `/home/build/.rustup/toolchains/1.74.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.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=f7f269a573d7ce7a -C extra-filename=-f7f269a573d7ce7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
27702024-01-30T04:19:30.801Z Compiling parse-size v1.0.0
27712024-01-30T04:19:30.801Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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=8e24ec9991093909 -C extra-filename=-8e24ec9991093909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722024-01-30T04:19:31.183Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-eba05420c341f32e/build-script-build`
27732024-01-30T04:19:31.326Z Running `/home/build/.rustup/toolchains/1.74.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=0e102328a0a1d9d3 -C extra-filename=-0e102328a0a1d9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
27742024-01-30T04:19:31.542Z Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-91e4d69ee39a4d3d/build-script-build`
27752024-01-30T04:19:31.625Z Running `/home/build/.rustup/toolchains/1.74.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=8589795a66c6a8b6 -C extra-filename=-8589795a66c6a8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros`
27762024-01-30T04:19:31.785Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27772024-01-30T04:19:31.788Z Running `/home/build/.rustup/toolchains/1.74.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=382c45c1a56aff21 -C extra-filename=-382c45c1a56aff21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
27782024-01-30T04:19:31.871Z Running `/home/build/.rustup/toolchains/1.74.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=cf0aa9332f223b2b -C extra-filename=-cf0aa9332f223b2b --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
27792024-01-30T04:19:31.925Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
27802024-01-30T04:19:31.929Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=065a73669fdd0fd4 -C extra-filename=-065a73669fdd0fd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-065a73669fdd0fd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4aad0c16c7ea4786.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-67d6700ef96f4367.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
27812024-01-30T04:19:34.076Z Compiling tough v0.16.0
27822024-01-30T04:19:34.080Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-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="http"' --cfg 'feature="reqwest"' -C metadata=246ca6aa148f45b3 -C extra-filename=-246ca6aa148f45b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-cb3ef5d90e81dbed.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6b7f5e9098b05110.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-47ebfac3f1297880.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ce81e6f7bd9cc6ad.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66b08c45c45549fe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-37a37c96914ce752.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
27832024-01-30T04:19:34.546Z Compiling strip-ansi-escapes v0.2.0
27842024-01-30T04:19:34.549Z Running `/home/build/.rustup/toolchains/1.74.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=832d4baf018b888c -C extra-filename=-832d4baf018b888c --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-c895fa5fd3738696.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852024-01-30T04:19:35.170Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
27862024-01-30T04:19:35.221Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/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=8ee0bb0d1a0b6cc4 -C extra-filename=-8ee0bb0d1a0b6cc4 --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d615509430301195.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-01-30T04:19:35.382Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-40e1892421dc2fe5/build-script-build`
27882024-01-30T04:19:36.519Z Running `/home/build/.rustup/toolchains/1.74.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=2927f80a2e839e25 -C extra-filename=-2927f80a2e839e25 --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-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27892024-01-30T04:19:36.901Z Compiling crossbeam-deque v0.8.3
27902024-01-30T04:19:36.904Z Running `/home/build/.rustup/toolchains/1.74.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=16d1f389a1cfe257 -C extra-filename=-16d1f389a1cfe257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912024-01-30T04:19:37.461Z Compiling fd-lock v3.0.13
27922024-01-30T04:19:37.465Z Running `/home/build/.rustup/toolchains/1.74.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=34e7a7af1254162a -C extra-filename=-34e7a7af1254162a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1c95917b931a6210.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932024-01-30T04:19:37.833Z Compiling universal-hash v0.5.1
27942024-01-30T04:19:37.836Z Running `/home/build/.rustup/toolchains/1.74.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=67d4ece9ef5a6114 -C extra-filename=-67d4ece9ef5a6114 --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-8b594573c6ef6f60.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952024-01-30T04:19:38.151Z Compiling thiserror-impl-no-std v2.0.2
27962024-01-30T04:19:38.154Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=24ff2ba960948293 -C extra-filename=-24ff2ba960948293 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-01-30T04:19:40.055Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27982024-01-30T04:19:40.058Z Running `/home/build/.rustup/toolchains/1.74.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=b78f26d53a02d293 -C extra-filename=-b78f26d53a02d293 --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-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
27992024-01-30T04:19:41.161Z Compiling curve25519-dalek-derive v0.1.0
28002024-01-30T04:19:41.164Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d9fb79c3e0182086 -C extra-filename=-d9fb79c3e0182086 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012024-01-30T04:19:43.972Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
28022024-01-30T04:19:43.975Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=3738544f39015edd -C extra-filename=-3738544f39015edd --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032024-01-30T04:19:43.993Z Compiling rayon-core v1.12.0
28042024-01-30T04:19:43.997Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=382a30302ea49031 -C extra-filename=-382a30302ea49031 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052024-01-30T04:19:44.532Z Compiling nu-ansi-term v0.49.0
28062024-01-30T04:19:44.555Z Running `/home/build/.rustup/toolchains/1.74.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=7b035ea1035ca2f0 -C extra-filename=-7b035ea1035ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072024-01-30T04:19:44.559Z Compiling opaque-debug v0.3.0
28082024-01-30T04:19:44.559Z Running `/home/build/.rustup/toolchains/1.74.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=dabfecc51b8658ae -C extra-filename=-dabfecc51b8658ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092024-01-30T04:19:44.697Z Compiling signature v1.6.4
28102024-01-30T04:19:44.701Z Running `/home/build/.rustup/toolchains/1.74.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=68274637701a506d -C extra-filename=-68274637701a506d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112024-01-30T04:19:44.938Z Compiling salty v0.2.0
28122024-01-30T04:19:44.941Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on -C metadata=fc97587430feb76f -C extra-filename=-fc97587430feb76f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-01-30T04:19:45.734Z Compiling reedline v0.28.0
28142024-01-30T04:19:45.760Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 -C metadata=f0d356177754f665 -C extra-filename=-f0d356177754f665 --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-4141cfc584c78c19.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-34e7a7af1254162a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7b035ea1035ca2f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-832d4baf018b888c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-811fe26553f8ceb9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-01-30T04:19:45.859Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build`
28162024-01-30T04:19:45.898Z Compiling ed25519 v1.5.3
28172024-01-30T04:19:45.901Z Running `/home/build/.rustup/toolchains/1.74.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=f055a26e6c4af7ec -C extra-filename=-f055a26e6c4af7ec --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-68274637701a506d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182024-01-30T04:19:46.430Z Compiling poly1305 v0.8.0
28192024-01-30T04:19:46.433Z Running `/home/build/.rustup/toolchains/1.74.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=4eb3b973587a2c15 -C extra-filename=-4eb3b973587a2c15 --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-c7155cd217f75a24.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-67d4ece9ef5a6114.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-01-30T04:19:48.857Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28212024-01-30T04:19:48.860Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3879f29eb81ee6e7 -C extra-filename=-3879f29eb81ee6e7 --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-8a5093f975bcd4fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8ee0bb0d1a0b6cc4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-74cb1d1280866b8d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-01-30T04:19:49.434Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build`
28232024-01-30T04:19:49.533Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build`
28242024-01-30T04:19:49.575Z Compiling thiserror-no-std v2.0.2
28252024-01-30T04:19:49.612Z Running `/home/build/.rustup/toolchains/1.74.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=7fbb0c46ded5af47 -C extra-filename=-7fbb0c46ded5af47 --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-24ff2ba960948293.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262024-01-30T04:19:49.751Z Running `/home/build/.rustup/toolchains/1.74.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.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="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=62bb1b11d82da143 -C extra-filename=-62bb1b11d82da143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-d9fb79c3e0182086.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-cffaf1afed8b036a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
28272024-01-30T04:19:52.971Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28282024-01-30T04:19:52.975Z Running `/home/build/.rustup/toolchains/1.74.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=ebaacd7e8ff3640b -C extra-filename=-ebaacd7e8ff3640b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
28292024-01-30T04:19:53.326Z Compiling mime_guess v2.0.4
28302024-01-30T04:19:53.331Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=b193a917dec71cf9 -C extra-filename=-b193a917dec71cf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312024-01-30T04:19:55.627Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
28322024-01-30T04:19:55.630Z Running `/home/build/.rustup/toolchains/1.74.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=32a8d939afbff164 -C extra-filename=-32a8d939afbff164 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8589795a66c6a8b6.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332024-01-30T04:19:56.356Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28342024-01-30T04:19:56.359Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on -C metadata=45c5abe67b036f66 -C extra-filename=-45c5abe67b036f66 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-45c5abe67b036f66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d2902bc11edd532c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28352024-01-30T04:19:56.938Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362024-01-30T04:19:56.943Z Running `/home/build/.rustup/toolchains/1.74.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=b552382d177e5af2 -C extra-filename=-b552382d177e5af2 --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-78ca245d915e4d36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372024-01-30T04:19:57.433Z Compiling chacha20 v0.9.1
28382024-01-30T04:19:57.446Z Running `/home/build/.rustup/toolchains/1.74.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=0431729f8f8bb246 -C extra-filename=-0431729f8f8bb246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ffad132e1539d953.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-c7155cd217f75a24.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-01-30T04:19:58.202Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
28402024-01-30T04:19:58.205Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/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=a0c713f6f17560ff -C extra-filename=-a0c713f6f17560ff --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-0a9789d01b345e83.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-df288950ad332dec.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
28412024-01-30T04:19:58.866Z Compiling serde-big-array v0.5.1
28422024-01-30T04:19:58.869Z Running `/home/build/.rustup/toolchains/1.74.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=5f5b4e75b99360ad -C extra-filename=-5f5b4e75b99360ad --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432024-01-30T04:19:59.207Z Compiling aead v0.5.2
28442024-01-30T04:19:59.210Z Running `/home/build/.rustup/toolchains/1.74.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=82971e1c11894586 -C extra-filename=-82971e1c11894586 --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-8b594573c6ef6f60.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5926e37d1f197e57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452024-01-30T04:20:00.189Z Compiling kstat-rs v0.2.3
28462024-01-30T04:20:00.217Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7aea5c8a6c3e2b69 -C extra-filename=-7aea5c8a6c3e2b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472024-01-30T04:20:00.550Z Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-065a73669fdd0fd4/build-script-build`
28482024-01-30T04:20:00.943Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28492024-01-30T04:20:00.948Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=125cba92a240f422 -C extra-filename=-125cba92a240f422 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-01-30T04:20:01.314Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28512024-01-30T04:20:01.324Z Running `/home/build/.rustup/toolchains/1.74.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=c62c6040a15b73b7 -C extra-filename=-c62c6040a15b73b7 --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-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28522024-01-30T04:20:02.663Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28532024-01-30T04:20:02.667Z Running `/home/build/.rustup/toolchains/1.74.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=183c23c166f848d9 -C extra-filename=-183c23c166f848d9 --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-125cba92a240f422.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542024-01-30T04:20:03.477Z Running `/home/build/.rustup/toolchains/1.74.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=c7c9b2b3330b3ba0 -C extra-filename=-c7c9b2b3330b3ba0 --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-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-04ec87052dc46780.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-7b7aebcce2621efe.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-32a8d939afbff164.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-5f5b4e75b99360ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a0123d4f833f106e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-b552382d177e5af2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-de814db92e9bf33d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28552024-01-30T04:20:04.449Z Compiling chacha20poly1305 v0.10.1
28562024-01-30T04:20:04.452Z Running `/home/build/.rustup/toolchains/1.74.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=7a2917c990c1a4c2 -C extra-filename=-7a2917c990c1a4c2 --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-82971e1c11894586.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-0431729f8f8bb246.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ffad132e1539d953.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-4eb3b973587a2c15.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572024-01-30T04:20:04.787Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-45c5abe67b036f66/build-script-build`
28582024-01-30T04:20:04.855Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build`
28592024-01-30T04:20:04.883Z Compiling vsss-rs v3.3.4
28602024-01-30T04:20:04.960Z Running `/home/build/.rustup/toolchains/1.74.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.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="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=054034575ef9bee9 -C extra-filename=-054034575ef9bee9 --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-62bb1b11d82da143.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-e088b26f8be55f95.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-07b056034bd98ac0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-595de3a4e24d6123.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-7fbb0c46ded5af47.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612024-01-30T04:20:05.119Z Running `/home/build/.rustup/toolchains/1.74.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=4e29700f4020e47d -C extra-filename=-4e29700f4020e47d --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-16d1f389a1cfe257.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-01-30T04:20:07.122Z Running `/home/build/.rustup/toolchains/1.74.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=b46467efc4eb97c9 -C extra-filename=-b46467efc4eb97c9 --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-f055a26e6c4af7ec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
28632024-01-30T04:20:08.213Z Compiling signal-hook-tokio v0.3.1
28642024-01-30T04:20:08.217Z Running `/home/build/.rustup/toolchains/1.74.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=356ead854a594333 -C extra-filename=-356ead854a594333 --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-df288950ad332dec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652024-01-30T04:20:08.490Z Compiling serde-big-array v0.4.1
28662024-01-30T04:20:08.493Z Running `/home/build/.rustup/toolchains/1.74.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=906fceb15b8f2fcc -C extra-filename=-906fceb15b8f2fcc --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-01-30T04:20:08.761Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28682024-01-30T04:20:08.765Z Running `/home/build/.rustup/toolchains/1.74.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=ff775c3c7116d8c3 -C extra-filename=-ff775c3c7116d8c3 --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-2d02097356b0f682.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-183c23c166f848d9.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b46467efc4eb97c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-906fceb15b8f2fcc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692024-01-30T04:20:10.778Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702024-01-30T04:20:10.781Z Running `/home/build/.rustup/toolchains/1.74.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=07380d9e493dad3e -C extra-filename=-07380d9e493dad3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c7c9b2b3330b3ba0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
28712024-01-30T04:20:11.122Z Compiling rayon v1.8.0
28722024-01-30T04:20:11.125Z Running `/home/build/.rustup/toolchains/1.74.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=cec177c6f58aa418 -C extra-filename=-cec177c6f58aa418 --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-88da6cc752eb5faf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4e29700f4020e47d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732024-01-30T04:20:11.789Z Running `/home/build/.rustup/toolchains/1.74.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=cd66ff657cb29e11 -C extra-filename=-cd66ff657cb29e11 --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-6a7bea3b3edc87ca.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-01-30T04:20:13.298Z Running `/home/build/.rustup/toolchains/1.74.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=ceea3bfda07fb94d -C extra-filename=-ceea3bfda07fb94d --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
28752024-01-30T04:20:13.526Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28762024-01-30T04:20:13.566Z Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=f3bd293f0605d849 -C extra-filename=-f3bd293f0605d849 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7aea5c8a6c3e2b69.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
28772024-01-30T04:20:14.414Z Compiling corncobs v0.1.3
28782024-01-30T04:20:14.418Z Running `/home/build/.rustup/toolchains/1.74.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=a5f02f7056344f34 -C extra-filename=-a5f02f7056344f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792024-01-30T04:20:14.909Z Compiling humantime v2.1.0
28802024-01-30T04:20:14.912Z Running `/home/build/.rustup/toolchains/1.74.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=553bdda45eb6aba6 -C extra-filename=-553bdda45eb6aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812024-01-30T04:20:15.761Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28822024-01-30T04:20:15.765Z Running `/home/build/.rustup/toolchains/1.74.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=dd4b6fd6805b124f -C extra-filename=-dd4b6fd6805b124f --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-a5f02f7056344f34.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-183c23c166f848d9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-b46467efc4eb97c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-ff775c3c7116d8c3.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832024-01-30T04:20:16.462Z Running `/home/build/.rustup/toolchains/1.74.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=d61c61e837066338 -C extra-filename=-d61c61e837066338 --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-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7a2917c990c1a4c2.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-054034575ef9bee9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
28842024-01-30T04:20:17.141Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
28852024-01-30T04:20:17.144Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2d4bc11/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=7217fe05289898a2 -C extra-filename=-7217fe05289898a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
28862024-01-30T04:20:17.196Z Compiling diff v0.1.13
28872024-01-30T04:20:17.200Z Running `/home/build/.rustup/toolchains/1.74.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=5ba3fbbf1ae2423e -C extra-filename=-5ba3fbbf1ae2423e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882024-01-30T04:20:18.313Z Compiling bytecount v0.6.3
28892024-01-30T04:20:18.317Z Running `/home/build/.rustup/toolchains/1.74.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=1f95f3084ef75bb6 -C extra-filename=-1f95f3084ef75bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902024-01-30T04:20:18.649Z Compiling papergrid v0.11.0
28912024-01-30T04:20:18.653Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/papergrid-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="std"' -C metadata=a4f6ae10c0d686de -C extra-filename=-a4f6ae10c0d686de --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-1f95f3084ef75bb6.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922024-01-30T04:20:18.923Z Compiling tabled_derive v0.7.0
28932024-01-30T04:20:19.066Z Running `/home/build/.rustup/toolchains/1.74.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.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 debuginfo=line-tables-only -C metadata=eb90dd3231fe1974 -C extra-filename=-eb90dd3231fe1974 --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-4cd3cd7a801c31ba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-01-30T04:20:19.069Z Compiling fd-lock v4.0.2
28952024-01-30T04:20:19.069Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.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=2f11fc1a49581e49 -C extra-filename=-2f11fc1a49581e49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-1c95917b931a6210.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-01-30T04:20:19.376Z Compiling nix v0.27.1
28972024-01-30T04:20:19.402Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=c115bf477b4e30e1 -C extra-filename=-c115bf477b4e30e1 --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-8618405ce2bc21e1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-01-30T04:20:19.896Z Compiling sqlparser_derive v0.2.2
28992024-01-30T04:20:19.900Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b673030917391b2 -C extra-filename=-9b673030917391b2 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-01-30T04:20:21.743Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
29012024-01-30T04:20:21.746Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/86b6022/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=b47ca8b78c58e2d1 -C extra-filename=-b47ca8b78c58e2d1 --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-a0c713f6f17560ff.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8ee0bb0d1a0b6cc4.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-3879f29eb81ee6e7.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
29022024-01-30T04:20:21.970Z Compiling unicode_categories v0.1.1
29032024-01-30T04:20:21.975Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-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=e0252d069718e29c -C extra-filename=-e0252d069718e29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-01-30T04:20:22.075Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
29052024-01-30T04:20:22.079Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2d37c6e7634d54d0 -C extra-filename=-2d37c6e7634d54d0 --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-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b47ca8b78c58e2d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
29062024-01-30T04:20:22.514Z Compiling sqlformat v0.2.3
29072024-01-30T04:20:22.518Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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=1a42679c4f9c9d0c -C extra-filename=-1a42679c4f9c9d0c --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-41c284b060b44704.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e0252d069718e29c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-01-30T04:20:23.023Z Compiling sqlparser v0.43.1
29092024-01-30T04:20:23.026Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.43.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=90736736a0f4005e -C extra-filename=-90736736a0f4005e --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-a8da004f5204fad5.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-9b673030917391b2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-01-30T04:20:23.573Z Compiling tabled v0.15.0
29112024-01-30T04:20:23.576Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabled-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="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=1cefd18f671566b1 -C extra-filename=-1cefd18f671566b1 --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-a4f6ae10c0d686de.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-eb90dd3231fe1974.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-01-30T04:20:26.058Z Compiling rustyline v13.0.0
29132024-01-30T04:20:26.061Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-13.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="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=57f2e2d135c8c179 -C extra-filename=-57f2e2d135c8c179 --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-8618405ce2bc21e1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-2f11fc1a49581e49.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-c115bf477b4e30e1.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142024-01-30T04:20:26.085Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29152024-01-30T04:20:26.128Z Running `/home/build/.rustup/toolchains/1.74.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=05c7c5247da738f3 -C extra-filename=-05c7c5247da738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-dd4b6fd6805b124f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/`
29162024-01-30T04:20:27.792Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
29172024-01-30T04:20:27.798Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/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=54552f3e88829974 -C extra-filename=-54552f3e88829974 --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-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182024-01-30T04:20:28.372Z Compiling bcs v0.1.6
29192024-01-30T04:20:28.398Z Running `/home/build/.rustup/toolchains/1.74.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=1778cc9cbade4248 -C extra-filename=-1778cc9cbade4248 --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-c715252fb2629716.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202024-01-30T04:20:29.572Z Compiling highway v1.1.0
29212024-01-30T04:20:29.576Z Running `/home/build/.rustup/toolchains/1.74.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=a460a3da56e42aa6 -C extra-filename=-a460a3da56e42aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222024-01-30T04:20:30.799Z Compiling http-range v0.1.5
29232024-01-30T04:20:30.805Z Running `/home/build/.rustup/toolchains/1.74.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=1f91b72b02bed1c7 -C extra-filename=-1f91b72b02bed1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242024-01-30T04:20:31.385Z Compiling prettyplease v0.2.16
29252024-01-30T04:20:31.389Z Running `/home/build/.rustup/toolchains/1.74.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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' -C metadata=ec9a907d7371406b -C extra-filename=-ec9a907d7371406b --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-ec9a907d7371406b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-01-30T04:20:31.938Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-ec9a907d7371406b/build-script-build`
29272024-01-30T04:20:31.975Z Compiling hyper-staticfile v0.9.5
29282024-01-30T04:20:31.979Z Running `/home/build/.rustup/toolchains/1.74.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=76af77c50348b3c7 -C extra-filename=-76af77c50348b3c7 --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1f91b72b02bed1c7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292024-01-30T04:20:33.359Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
29302024-01-30T04:20:33.362Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/ff6c4df/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=440d244bee415243 -C extra-filename=-440d244bee415243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fed362899b4e2bd7.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b47ca8b78c58e2d1.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-54552f3e88829974.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-7d8e3a4a30cfea22.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
29312024-01-30T04:20:33.545Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29322024-01-30T04:20:33.605Z Running `/home/build/.rustup/toolchains/1.74.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=127290521218f5f7 -C extra-filename=-127290521218f5f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29332024-01-30T04:20:33.608Z Compiling assert_matches v1.5.0
29342024-01-30T04:20:33.609Z Running `/home/build/.rustup/toolchains/1.74.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=237e8556096248b4 -C extra-filename=-237e8556096248b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352024-01-30T04:20:33.782Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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="verbatim"' -C metadata=487d71315671361b -C extra-filename=-487d71315671361b --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-f57b927d6c5d0106.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362024-01-30T04:20:34.313Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29372024-01-30T04:20:34.355Z Running `/home/build/.rustup/toolchains/1.74.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=7e71531a0a949b26 -C extra-filename=-7e71531a0a949b26 --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-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29382024-01-30T04:20:34.640Z Compiling portable-atomic v1.4.3
29392024-01-30T04:20:34.643Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=b10aa26e1864131f -C extra-filename=-b10aa26e1864131f --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402024-01-30T04:20:36.148Z Compiling crunchy v0.2.2
29412024-01-30T04:20:36.175Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=276708032ba2aa8e -C extra-filename=-276708032ba2aa8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422024-01-30T04:20:36.386Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build`
29432024-01-30T04:20:36.480Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29442024-01-30T04:20:36.483Z Running `/home/build/.rustup/toolchains/1.74.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=a82f6be20a3b1c4a -C extra-filename=-a82f6be20a3b1c4a --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-90e54d00725bce1d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
29452024-01-30T04:20:37.010Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build`
29462024-01-30T04:20:37.051Z Compiling clang-sys v1.6.1
29472024-01-30T04:20:37.060Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=409f2ba701aff8c6 -C extra-filename=-409f2ba701aff8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482024-01-30T04:20:37.898Z Compiling tiny-keccak v2.0.2
29492024-01-30T04:20:37.902Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=3ea3e7c285d4b3be -C extra-filename=-3ea3e7c285d4b3be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502024-01-30T04:20:38.336Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build`
29512024-01-30T04:20:38.377Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=dc581852091c8239 -C extra-filename=-dc581852091c8239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-01-30T04:20:38.475Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build`
29532024-01-30T04:20:38.514Z Running `/home/build/.rustup/toolchains/1.74.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=26b4efbb12889e47 -C extra-filename=-26b4efbb12889e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg portable_atomic_llvm_16`
29542024-01-30T04:20:38.537Z Compiling darling_core v0.14.4
29552024-01-30T04:20:38.541Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=de00349bf3461105 -C extra-filename=-de00349bf3461105 --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-01-30T04:20:38.902Z Compiling number_prefix v0.4.0
29572024-01-30T04:20:38.940Z Running `/home/build/.rustup/toolchains/1.74.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=d6555b50a0192add -C extra-filename=-d6555b50a0192add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-01-30T04:20:39.252Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e26093762467b69f -C extra-filename=-e26093762467b69f --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-dc581852091c8239.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-01-30T04:20:39.931Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602024-01-30T04:20:39.934Z Running `/home/build/.rustup/toolchains/1.74.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=36ea5bff74067d35 -C extra-filename=-36ea5bff74067d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-57f2e2d135c8c179.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29612024-01-30T04:20:40.392Z Compiling indicatif v0.17.7
29622024-01-30T04:20:40.395Z Running `/home/build/.rustup/toolchains/1.74.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=1bb63f7a9a58bbb6 -C extra-filename=-1bb63f7a9a58bbb6 --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-5e14df9aa3579516.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d6555b50a0192add.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-26b4efbb12889e47.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632024-01-30T04:20:40.714Z Compiling ascii-canvas v3.0.0
29642024-01-30T04:20:40.758Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=c47ced9f0e7d93e0 -C extra-filename=-c47ced9f0e7d93e0 --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-6a9714dafe5130d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652024-01-30T04:20:41.596Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29662024-01-30T04:20:41.629Z Running `/home/build/.rustup/toolchains/1.74.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=6a9c2127da47bc66 -C extra-filename=-6a9c2127da47bc66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
29672024-01-30T04:20:44.042Z Compiling ena v0.14.2
29682024-01-30T04:20:44.045Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e919ddcae1e97f38 -C extra-filename=-e919ddcae1e97f38 --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-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692024-01-30T04:20:44.714Z Compiling libloading v0.7.4
29702024-01-30T04:20:44.718Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=63bac09e9f2644e0 -C extra-filename=-63bac09e9f2644e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712024-01-30T04:20:45.327Z Compiling bindgen v0.69.2
29722024-01-30T04:20:45.330Z Running `/home/build/.rustup/toolchains/1.74.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.69.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=c731e09b2f3ff7ed -C extra-filename=-c731e09b2f3ff7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-c731e09b2f3ff7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-01-30T04:20:46.535Z Compiling regex-syntax v0.6.29
29742024-01-30T04:20:46.538Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=3c4bae917f8cf355 -C extra-filename=-3c4bae917f8cf355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752024-01-30T04:20:48.824Z Compiling darling_macro v0.14.4
29762024-01-30T04:20:48.827Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e10dafa8c602c834 -C extra-filename=-e10dafa8c602c834 --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-de00349bf3461105.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-01-30T04:20:50.854Z Compiling ref-cast v1.0.20
29782024-01-30T04:20:50.879Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=821b2ffc3e6d43e9 -C extra-filename=-821b2ffc3e6d43e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792024-01-30T04:20:51.779Z Compiling maplit v1.0.2
29802024-01-30T04:20:51.782Z Running `/home/build/.rustup/toolchains/1.74.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=83ebfaaf8e08f401 -C extra-filename=-83ebfaaf8e08f401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812024-01-30T04:20:51.957Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build`
29822024-01-30T04:20:52.059Z Compiling lalrpop v0.19.12
29832024-01-30T04:20:52.062Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on -C metadata=9857f4750ca18256 -C extra-filename=-9857f4750ca18256 --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-c47ced9f0e7d93e0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e919ddcae1e97f38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-f53dd9e2f3af7f8e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3c4bae917f8cf355.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a0123d4f833f106e.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e26093762467b69f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-01-30T04:20:53.950Z Compiling darling v0.14.4
29852024-01-30T04:20:53.953Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=32c2ca60d4e861e3 -C extra-filename=-32c2ca60d4e861e3 --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-de00349bf3461105.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e10dafa8c602c834.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-01-30T04:20:54.138Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-c731e09b2f3ff7ed/build-script-build`
29872024-01-30T04:20:54.142Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=6bcd66cfe095307e -C extra-filename=-6bcd66cfe095307e --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-219023a8387da708.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882024-01-30T04:20:54.174Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29892024-01-30T04:20:54.197Z Running `/home/build/.rustup/toolchains/1.74.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=db087c3e4c88779b -C extra-filename=-db087c3e4c88779b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29902024-01-30T04:20:57.051Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29912024-01-30T04:20:57.054Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=00938b717156a992 -C extra-filename=-00938b717156a992 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-00938b717156a992 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d2902bc11edd532c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29922024-01-30T04:20:57.077Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29932024-01-30T04:20:57.080Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=baac81b342ab83b0 -C extra-filename=-baac81b342ab83b0 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
29942024-01-30T04:20:57.390Z Compiling cexpr v0.6.0
29952024-01-30T04:20:57.427Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e2953340f9db8097 -C extra-filename=-e2953340f9db8097 --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-24dc8bd775458b21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-01-30T04:20:57.607Z Compiling which v4.4.0
29972024-01-30T04:20:57.610Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=356e1fe5f8c649df -C extra-filename=-356e1fe5f8c649df --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-88da6cc752eb5faf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-01-30T04:20:58.612Z Compiling ref-cast-impl v1.0.20
29992024-01-30T04:20:58.617Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=3404fb1882bfd558 -C extra-filename=-3404fb1882bfd558 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-01-30T04:21:00.269Z Compiling rustc-hash v1.1.0
30012024-01-30T04:21:00.272Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b7bac8460bb1330 -C extra-filename=-7b7bac8460bb1330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-01-30T04:21:00.502Z Compiling lazycell v1.3.0
30032024-01-30T04:21:00.506Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=8779f586eb159602 -C extra-filename=-8779f586eb159602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042024-01-30T04:21:00.760Z Compiling peeking_take_while v0.1.2
30052024-01-30T04:21:00.760Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=c3d1425bfda4ae47 -C extra-filename=-c3d1425bfda4ae47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-01-30T04:21:00.869Z Compiling shlex v1.3.0
30072024-01-30T04:21:00.875Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-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="std"' -C metadata=ebdfeff092d7b8a8 -C extra-filename=-ebdfeff092d7b8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082024-01-30T04:21:00.970Z Running `/home/build/.rustup/toolchains/1.74.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=4fad036910d2c397 -C extra-filename=-4fad036910d2c397 --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-3404fb1882bfd558.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-01-30T04:21:01.176Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-00938b717156a992/build-script-build`
30102024-01-30T04:21:01.217Z Compiling derive_builder_core v0.12.0
30112024-01-30T04:21:01.220Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=db6b8655762566a4 -C extra-filename=-db6b8655762566a4 --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-32c2ca60d4e861e3.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122024-01-30T04:21:01.589Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.2/lib.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="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' -C metadata=cba367ca1481e2a0 -C extra-filename=-cba367ca1481e2a0 --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-8618405ce2bc21e1.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-6bcd66cfe095307e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8779f586eb159602.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-c3d1425bfda4ae47.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-ebdfeff092d7b8a8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-356e1fe5f8c649df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-01-30T04:21:02.912Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30142024-01-30T04:21:02.915Z Running `/home/build/.rustup/toolchains/1.74.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=de80d6cc6716f88a -C extra-filename=-de80d6cc6716f88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30152024-01-30T04:21:02.939Z Compiling libxml v0.3.3
30162024-01-30T04:21:02.943Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=11de4411db6ff758 -C extra-filename=-11de4411db6ff758 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172024-01-30T04:21:03.569Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build`
30182024-01-30T04:21:03.597Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30192024-01-30T04:21:03.601Z Running `/home/build/.rustup/toolchains/1.74.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=9539c301c0096f9d -C extra-filename=-9539c301c0096f9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30202024-01-30T04:21:03.633Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30212024-01-30T04:21:03.638Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-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=9e5e22269932a19a -C extra-filename=-9e5e22269932a19a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
30222024-01-30T04:21:05.397Z Compiling derive_builder_macro v0.12.0
30232024-01-30T04:21:05.423Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9e632c56d0acfd2c -C extra-filename=-9e632c56d0acfd2c --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-db6b8655762566a4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242024-01-30T04:21:06.322Z Compiling strum_macros v0.24.3
30252024-01-30T04:21:06.325Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=86574ce3fef1668e -C extra-filename=-86574ce3fef1668e --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262024-01-30T04:21:07.158Z Compiling cookie v0.18.0
30272024-01-30T04:21:07.162Z Running `/home/build/.rustup/toolchains/1.74.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.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b1b277098cc37eb -C extra-filename=-0b1b277098cc37eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282024-01-30T04:21:07.273Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30292024-01-30T04:21:07.296Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92e4a724849d313c -C extra-filename=-92e4a724849d313c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-92e4a724849d313c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302024-01-30T04:21:07.770Z Compiling indoc v1.0.9
30312024-01-30T04:21:07.773Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=63b7117dbf8d1e97 -C extra-filename=-63b7117dbf8d1e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322024-01-30T04:21:08.021Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-92e4a724849d313c/build-script-build`
30332024-01-30T04:21:08.062Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build`
30342024-01-30T04:21:08.158Z Compiling derive_builder v0.12.0
30352024-01-30T04:21:08.164Z Running `/home/build/.rustup/toolchains/1.74.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=a85522de554a9848 -C extra-filename=-a85522de554a9848 --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-9e632c56d0acfd2c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362024-01-30T04:21:08.422Z Running `/home/build/.rustup/toolchains/1.74.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=3bfca88c61a02e15 -C extra-filename=-3bfca88c61a02e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
30372024-01-30T04:21:09.567Z Running `/home/build/.rustup/toolchains/1.74.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=af54b5c20af156ee -C extra-filename=-af54b5c20af156ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-baac81b342ab83b0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30382024-01-30T04:21:13.348Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30392024-01-30T04:21:13.351Z Running `/home/build/.rustup/toolchains/1.74.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=5eebae6b633602b4 -C extra-filename=-5eebae6b633602b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30402024-01-30T04:21:13.725Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30412024-01-30T04:21:13.728Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=bc2cdf286519e816 -C extra-filename=-bc2cdf286519e816 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-bc2cdf286519e816 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d2902bc11edd532c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30422024-01-30T04:21:14.283Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30432024-01-30T04:21:14.287Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=43028171b40cac22 -C extra-filename=-43028171b40cac22 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30442024-01-30T04:21:16.713Z Compiling bb8 v0.8.1
30452024-01-30T04:21:16.720Z Running `/home/build/.rustup/toolchains/1.74.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=3a6d3d3e191099a2 -C extra-filename=-3a6d3d3e191099a2 --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-153467c069b7bf56.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-aee7eb93d952742f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-01-30T04:21:16.969Z Compiling quick-xml v0.30.0
30472024-01-30T04:21:16.973Z Running `/home/build/.rustup/toolchains/1.74.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.30.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c770b2bec531a502 -C extra-filename=-c770b2bec531a502 --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-19c64e24300af82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482024-01-30T04:21:17.538Z Compiling impl-trait-for-tuples v0.2.2
30492024-01-30T04:21:17.583Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=f2c35d1739b1fb43 -C extra-filename=-f2c35d1739b1fb43 --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-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-01-30T04:21:22.458Z Compiling oso-derive v0.27.0
30512024-01-30T04:21:22.461Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=bd97940cf9f4c246 -C extra-filename=-bd97940cf9f4c246 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522024-01-30T04:21:22.525Z Compiling is_ci v1.1.1
30532024-01-30T04:21:22.552Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f51f43a5767b927b -C extra-filename=-f51f43a5767b927b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-01-30T04:21:22.920Z Compiling smawk v0.3.1
30552024-01-30T04:21:22.923Z Running `/home/build/.rustup/toolchains/1.74.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=114b268f418e4796 -C extra-filename=-114b268f418e4796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562024-01-30T04:21:23.224Z Compiling unicode-linebreak v0.1.5
30572024-01-30T04:21:23.228Z Running `/home/build/.rustup/toolchains/1.74.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=dac2249bb67fad46 -C extra-filename=-dac2249bb67fad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582024-01-30T04:21:24.066Z Compiling textwrap v0.16.0
30592024-01-30T04:21:24.072Z Running `/home/build/.rustup/toolchains/1.74.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=a9fe9f90ca417355 -C extra-filename=-a9fe9f90ca417355 --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-114b268f418e4796.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-dac2249bb67fad46.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602024-01-30T04:21:24.540Z Compiling supports-color v2.1.0
30612024-01-30T04:21:24.543Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=db2dad36c0643328 -C extra-filename=-db2dad36c0643328 --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-f53dd9e2f3af7f8e.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-f51f43a5767b927b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622024-01-30T04:21:25.155Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30632024-01-30T04:21:25.158Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=f24efcd5937c8976 -C extra-filename=-f24efcd5937c8976 --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-153467c069b7bf56.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-3a6d3d3e191099a2.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30642024-01-30T04:21:26.246Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-bc2cdf286519e816/build-script-build`
30652024-01-30T04:21:26.271Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1a39e916f42b29e0 -C extra-filename=-1a39e916f42b29e0 --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-669ce683fdc86f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-01-30T04:21:26.308Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/62ef5ca/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=30cb6d89e77e33bb -C extra-filename=-30cb6d89e77e33bb --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-2e7c0ba24d857ab7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
30672024-01-30T04:21:26.933Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30682024-01-30T04:21:26.938Z Running `/home/build/.rustup/toolchains/1.74.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=4cad7aa8531b5e56 -C extra-filename=-4cad7aa8531b5e56 --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-4141cfc584c78c19.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30692024-01-30T04:21:28.051Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30702024-01-30T04:21:28.055Z Running `/home/build/.rustup/toolchains/1.74.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=da80a2cfc2eafcff -C extra-filename=-da80a2cfc2eafcff --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-153467c069b7bf56.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30712024-01-30T04:21:28.691Z Compiling lru v0.12.1
30722024-01-30T04:21:28.697Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name lru /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-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"' --cfg 'feature="hashbrown"' -C metadata=0d2bcb5816310c58 -C extra-filename=-0d2bcb5816310c58 --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-44de53dbfe136d53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732024-01-30T04:21:29.186Z Compiling stability v0.1.1
30742024-01-30T04:21:29.190Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name stability --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stability-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=236ddc5e70f83261 -C extra-filename=-236ddc5e70f83261 --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-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2e8afc5f495402b1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752024-01-30T04:21:31.078Z Compiling cassowary v0.3.0
30762024-01-30T04:21:31.081Z Running `/home/build/.rustup/toolchains/1.74.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=62d3458e82eb5912 -C extra-filename=-62d3458e82eb5912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772024-01-30T04:21:33.332Z Compiling indoc v2.0.3
30782024-01-30T04:21:33.335Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=da4a49defead9c2a -C extra-filename=-da4a49defead9c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792024-01-30T04:21:35.269Z Compiling ratatui v0.25.0
30802024-01-30T04:21:35.273Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' -C metadata=722df01818c7b97a -C extra-filename=-722df01818c7b97a --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-8618405ce2bc21e1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-0d2bcb5816310c58.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern stability=/work/oxidecomputer/omicron/target/debug/deps/libstability-236ddc5e70f83261.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812024-01-30T04:21:37.810Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
30822024-01-30T04:21:37.834Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e09afb357edc1135 -C extra-filename=-e09afb357edc1135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30832024-01-30T04:21:40.845Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30842024-01-30T04:21:40.849Z Running `/home/build/.rustup/toolchains/1.74.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=da57ff82d33e520f -C extra-filename=-da57ff82d33e520f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30852024-01-30T04:21:44.231Z Compiling rtoolbox v0.0.1
30862024-01-30T04:21:44.235Z Running `/home/build/.rustup/toolchains/1.74.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=b8dbe2a3d15abc37 -C extra-filename=-b8dbe2a3d15abc37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872024-01-30T04:21:44.938Z Compiling rpassword v7.3.1
30882024-01-30T04:21:44.941Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70ab01582b18a2fd -C extra-filename=-70ab01582b18a2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-b8dbe2a3d15abc37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892024-01-30T04:21:44.963Z Compiling tui-tree-widget v0.16.0
30902024-01-30T04:21:44.967Z Running `/home/build/.rustup/toolchains/1.74.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.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=d7d43835dcf0d1b3 -C extra-filename=-d7d43835dcf0d1b3 --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-722df01818c7b97a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912024-01-30T04:21:45.442Z Compiling shell-words v1.1.0
30922024-01-30T04:21:45.480Z Running `/home/build/.rustup/toolchains/1.74.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=42243f9dff0c01c7 -C extra-filename=-42243f9dff0c01c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932024-01-30T04:21:45.488Z Compiling yansi v0.5.1
30942024-01-30T04:21:45.491Z Running `/home/build/.rustup/toolchains/1.74.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=ea7e7c397c8cc657 -C extra-filename=-ea7e7c397c8cc657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952024-01-30T04:21:45.916Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30962024-01-30T04:21:45.919Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=3f43d733dd2e3183 -C extra-filename=-3f43d733dd2e3183 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3f43d733dd2e3183 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d2902bc11edd532c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
30972024-01-30T04:21:45.938Z Compiling pretty_assertions v1.4.0
30982024-01-30T04:21:45.938Z Running `/home/build/.rustup/toolchains/1.74.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=49915d2a1e363f07 -C extra-filename=-49915d2a1e363f07 --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-5ba3fbbf1ae2423e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ea7e7c397c8cc657.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-01-30T04:21:46.072Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31002024-01-30T04:21:46.075Z Running `/home/build/.rustup/toolchains/1.74.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=14ca6f9d93ed844a -C extra-filename=-14ca6f9d93ed844a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-722df01818c7b97a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d7d43835dcf0d1b3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31012024-01-30T04:21:46.485Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3f43d733dd2e3183/build-script-build`
31022024-01-30T04:21:46.488Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
31032024-01-30T04:21:46.488Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/2d4bc11/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=b3aebff73cb2ed31 -C extra-filename=-b3aebff73cb2ed31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
31042024-01-30T04:21:46.519Z Compiling fatfs v0.3.6
31052024-01-30T04:21:46.523Z Running `/home/build/.rustup/toolchains/1.74.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=e0ca13b06d544467 -C extra-filename=-e0ca13b06d544467 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062024-01-30T04:21:49.498Z Compiling target-lexicon v0.12.12
31072024-01-30T04:21:49.501Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=58441bb8d71fd0c2 -C extra-filename=-58441bb8d71fd0c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082024-01-30T04:21:50.847Z Compiling guppy-workspace-hack v0.1.0
31092024-01-30T04:21:50.850Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01fb90101b4967fb -C extra-filename=-01fb90101b4967fb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102024-01-30T04:21:51.177Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2/build-script-build`
31112024-01-30T04:21:51.294Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=9650606a6b096b6a -C extra-filename=-9650606a6b096b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
31122024-01-30T04:21:51.401Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build`
31132024-01-30T04:21:51.441Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31142024-01-30T04:21:51.445Z Running `/home/build/.rustup/toolchains/1.74.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=4b85e60423ec44b2 -C extra-filename=-4b85e60423ec44b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31152024-01-30T04:21:52.584Z Compiling http-body v1.0.0
31162024-01-30T04:21:52.588Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-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=e0f0264263cf6dce -C extra-filename=-e0f0264263cf6dce --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-0a9789d01b345e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172024-01-30T04:21:53.008Z Compiling rand v0.4.6
31182024-01-30T04:21:53.013Z Running `/home/build/.rustup/toolchains/1.74.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=6feb69aa793286f1 -C extra-filename=-6feb69aa793286f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192024-01-30T04:21:54.017Z Compiling remove_dir_all v0.5.3
31202024-01-30T04:21:54.020Z Running `/home/build/.rustup/toolchains/1.74.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=661434d0dc50455e -C extra-filename=-661434d0dc50455e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212024-01-30T04:21:54.175Z Compiling target-spec v3.0.1
31222024-01-30T04:21:54.178Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a061793d02d3ccdb -C extra-filename=-a061793d02d3ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232024-01-30T04:21:55.180Z Compiling plotters-backend v0.3.5
31242024-01-30T04:21:55.184Z Running `/home/build/.rustup/toolchains/1.74.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=e462c2a67ec472b3 -C extra-filename=-e462c2a67ec472b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252024-01-30T04:21:56.107Z Compiling tower-layer v0.3.2
31262024-01-30T04:21:56.110Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-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=8765ca4a7ec268a4 -C extra-filename=-8765ca4a7ec268a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272024-01-30T04:21:56.584Z Compiling tower v0.4.13
31282024-01-30T04:21:56.587Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-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="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' -C metadata=b1e6a7198e21e6b2 -C extra-filename=-b1e6a7198e21e6b2 --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-df288950ad332dec.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-8765ca4a7ec268a4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292024-01-30T04:21:57.708Z Compiling plotters-svg v0.3.5
31302024-01-30T04:21:57.732Z Running `/home/build/.rustup/toolchains/1.74.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=0f7ec5feb44a5134 -C extra-filename=-0f7ec5feb44a5134 --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-e462c2a67ec472b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-01-30T04:21:58.119Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb/build-script-build`
31322024-01-30T04:21:58.123Z Compiling tempdir v0.3.7
31332024-01-30T04:21:58.123Z Running `/home/build/.rustup/toolchains/1.74.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=85ddbdbdd9a7b6f1 -C extra-filename=-85ddbdbdd9a7b6f1 --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-6feb69aa793286f1.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342024-01-30T04:21:58.408Z Compiling hyper v1.1.0
31352024-01-30T04:21:58.412Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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="client"' --cfg 'feature="default"' --cfg 'feature="http1"' -C metadata=612f3ce487147adb -C extra-filename=-612f3ce487147adb --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-0a9789d01b345e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e0f0264263cf6dce.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362024-01-30T04:21:58.756Z Compiling cfg-expr v0.15.5
31372024-01-30T04:21:58.762Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=1d24bd8863dd03f6 -C extra-filename=-1d24bd8863dd03f6 --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-b9214902439ca54b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382024-01-30T04:22:01.074Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-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=15002156b02673e3 -C extra-filename=-15002156b02673e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392024-01-30T04:22:01.238Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
31402024-01-30T04:22:01.242Z Running `/home/build/.rustup/toolchains/1.74.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=3366a89d11ecd9fa -C extra-filename=-3366a89d11ecd9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31412024-01-30T04:22:02.926Z Compiling assert_cmd v2.0.13
31422024-01-30T04:22:02.929Z Running `/home/build/.rustup/toolchains/1.74.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.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=0a478fc1a1fc8192 -C extra-filename=-0a478fc1a1fc8192 --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-ae5ed257b591d4e2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6994f79223f2cbd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432024-01-30T04:22:05.131Z Compiling cargo-platform v0.1.3
31442024-01-30T04:22:05.154Z Running `/home/build/.rustup/toolchains/1.74.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=571d5acca1876f83 -C extra-filename=-571d5acca1876f83 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-01-30T04:22:06.104Z Compiling cast v0.3.0
31462024-01-30T04:22:06.108Z Running `/home/build/.rustup/toolchains/1.74.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=2242429bf0d1ca7e -C extra-filename=-2242429bf0d1ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472024-01-30T04:22:06.729Z Compiling criterion-plot v0.5.0
31482024-01-30T04:22:06.741Z Running `/home/build/.rustup/toolchains/1.74.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=4c1e8b9104795524 -C extra-filename=-4c1e8b9104795524 --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-2242429bf0d1ca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492024-01-30T04:22:08.499Z Compiling cargo_metadata v0.18.1
31502024-01-30T04:22:08.509Z Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=2a0d3c1ed02adb75 -C extra-filename=-2a0d3c1ed02adb75 --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-90e54d00725bce1d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-571d5acca1876f83.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-01-30T04:22:13.345Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-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=579ae90924db0ad3 -C extra-filename=-579ae90924db0ad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-1d24bd8863dd03f6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-01-30T04:22:15.058Z Compiling hyper-util v0.1.2
31532024-01-30T04:22:15.061Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="http1"' --cfg 'feature="tokio"' -C metadata=0985b65869d79e89 -C extra-filename=-0985b65869d79e89 --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-0a9789d01b345e83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-f881803d4674264d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e0f0264263cf6dce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-612f3ce487147adb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-8389728073b7de3f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-b1e6a7198e21e6b2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-01-30T04:22:15.105Z Compiling plotters v0.3.5
31552024-01-30T04:22:15.109Z Running `/home/build/.rustup/toolchains/1.74.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=e92a635b62a210e4 -C extra-filename=-e92a635b62a210e4 --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-cc34ce3dd45ecec2.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0f7ec5feb44a5134.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562024-01-30T04:22:19.196Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31572024-01-30T04:22:19.218Z Running `/home/build/.rustup/toolchains/1.74.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=592e6f5c07a97dba -C extra-filename=-592e6f5c07a97dba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31582024-01-30T04:22:19.399Z Compiling rustls-native-certs v0.7.0
31592024-01-30T04:22:19.404Z Running `/home/build/.rustup/toolchains/1.74.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.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=49b1be24b5072b4f -C extra-filename=-49b1be24b5072b4f --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-52fc005630b42931.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602024-01-30T04:22:19.989Z Compiling pathdiff v0.2.1
31612024-01-30T04:22:19.992Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' -C metadata=880dd0d993a92bc3 -C extra-filename=-880dd0d993a92bc3 --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-90e54d00725bce1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-01-30T04:22:20.246Z Compiling tinytemplate v1.2.1
31632024-01-30T04:22:20.252Z Running `/home/build/.rustup/toolchains/1.74.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=c9cbc4988d17beed -C extra-filename=-c9cbc4988d17beed --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-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642024-01-30T04:22:22.036Z Compiling nested v0.1.1
31652024-01-30T04:22:22.040Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nested /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-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=1f2a3b2e80653418 -C extra-filename=-1f2a3b2e80653418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662024-01-30T04:22:22.513Z Compiling anes v0.1.6
31672024-01-30T04:22:22.516Z Running `/home/build/.rustup/toolchains/1.74.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=4dc1630ea95817a2 -C extra-filename=-4dc1630ea95817a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682024-01-30T04:22:23.372Z Compiling oorandom v11.1.3
31692024-01-30T04:22:23.379Z Running `/home/build/.rustup/toolchains/1.74.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=e694ec5b9251c269 -C extra-filename=-e694ec5b9251c269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702024-01-30T04:22:23.678Z Compiling criterion v0.5.1
31712024-01-30T04:22:23.682Z Running `/home/build/.rustup/toolchains/1.74.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=509823ee0d73fd96 -C extra-filename=-509823ee0d73fd96 --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-4dc1630ea95817a2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-4c1e8b9104795524.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-f53dd9e2f3af7f8e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e694ec5b9251c269.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e92a635b62a210e4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-c9cbc4988d17beed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722024-01-30T04:22:28.159Z Compiling guppy v0.17.4
31732024-01-30T04:22:28.163Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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=ed018a2c5acec744 -C extra-filename=-ed018a2c5acec744 --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-106e83437150c29e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-2a0d3c1ed02adb75.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-1f2a3b2e80653418.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-880dd0d993a92bc3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-579ae90924db0ad3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-01-30T04:22:43.971Z Compiling hyper-rustls v0.26.0
31752024-01-30T04:22:43.974Z Running `/home/build/.rustup/toolchains/1.74.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.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="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' -C metadata=6c2647f2f04fbced -C extra-filename=-6c2647f2f04fbced --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-53f9058382a517fe.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-708fecddce6c1cd0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-612f3ce487147adb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-0985b65869d79e89.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-49b1be24b5072b4f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-eeccc4e3c9bdc54b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a7b7adc55e6ac088.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out`
31762024-01-30T04:22:44.762Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
31772024-01-30T04:22:44.765Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=312cb04ccdf0ad45 -C extra-filename=-312cb04ccdf0ad45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
31782024-01-30T04:22:47.341Z Compiling snafu-derive v0.8.0
31792024-01-30T04:22:47.347Z Running `/home/build/.rustup/toolchains/1.74.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.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' -C metadata=fbf40c6d5433f4d7 -C extra-filename=-fbf40c6d5433f4d7 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802024-01-30T04:22:47.483Z Compiling threadpool v1.8.1
31812024-01-30T04:22:47.486Z Running `/home/build/.rustup/toolchains/1.74.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=d1e830ff1fe27396 -C extra-filename=-d1e830ff1fe27396 --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-b2be53810e5075d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822024-01-30T04:22:48.955Z Compiling nanorand v0.7.0
31832024-01-30T04:22:48.999Z Running `/home/build/.rustup/toolchains/1.74.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=be935b56a233f54b -C extra-filename=-be935b56a233f54b --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-0404c7768b906e03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842024-01-30T04:22:49.901Z Compiling flume v0.11.0
31852024-01-30T04:22:49.905Z Running `/home/build/.rustup/toolchains/1.74.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=4b6702aa37163546 -C extra-filename=-4b6702aa37163546 --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-df288950ad332dec.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-0c1a4084db1a40ab.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-be935b56a233f54b.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862024-01-30T04:22:51.007Z Compiling libtest-mimic v0.6.1
31872024-01-30T04:22:51.010Z Running `/home/build/.rustup/toolchains/1.74.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=e8d3c92da144d225 -C extra-filename=-e8d3c92da144d225 --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-57a75888e29184fc.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-d1e830ff1fe27396.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-01-30T04:22:53.116Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31892024-01-30T04:22:53.119Z Running `/home/build/.rustup/toolchains/1.74.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=228caf9504b3ed4e -C extra-filename=-228caf9504b3ed4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
31902024-01-30T04:22:54.366Z Compiling rstest_macros v0.18.2
31912024-01-30T04:22:54.369Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=3d08925308e73f59 -C extra-filename=-3d08925308e73f59 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d08925308e73f59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f35542721e35081f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922024-01-30T04:22:55.323Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-3d08925308e73f59/build-script-build`
31932024-01-30T04:22:55.475Z Compiling datatest-stable v0.2.3
31942024-01-30T04:22:55.478Z Running `/home/build/.rustup/toolchains/1.74.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=0ce79bda9032169a -C extra-filename=-0ce79bda9032169a --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-90e54d00725bce1d.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-e8d3c92da144d225.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-01-30T04:22:56.455Z Compiling httptest v0.15.5
31962024-01-30T04:22:56.459Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2247ebea04c09e1c -C extra-filename=-2247ebea04c09e1c --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-b8e8dc310f6d46a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-01-30T04:22:57.485Z Compiling snafu v0.8.0
31982024-01-30T04:22:57.489Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' -C metadata=793503872f3c2d3d -C extra-filename=-793503872f3c2d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-fbf40c6d5433f4d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-01-30T04:22:58.678Z Compiling similar-asserts v1.5.0
32002024-01-30T04:22:58.680Z Running `/home/build/.rustup/toolchains/1.74.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=09d12944b1fd9d43 -C extra-filename=-09d12944b1fd9d43 --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-5e14df9aa3579516.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012024-01-30T04:23:00.579Z Compiling trybuild v1.0.89
32022024-01-30T04:23:00.582Z Running `/home/build/.rustup/toolchains/1.74.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.89/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=92ce704835deb483 -C extra-filename=-92ce704835deb483 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032024-01-30T04:23:01.345Z Compiling relative-path v1.9.0
32042024-01-30T04:23:01.349Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a2ec034d746b546 -C extra-filename=-3a2ec034d746b546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052024-01-30T04:23:02.567Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=0efdbeb311b153eb -C extra-filename=-0efdbeb311b153eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062024-01-30T04:23:06.006Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-92ce704835deb483/build-script-build`
32072024-01-30T04:23:06.047Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32082024-01-30T04:23:06.051Z Running `/home/build/.rustup/toolchains/1.74.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=8515889ebf09e336 -C extra-filename=-8515889ebf09e336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-793503872f3c2d3d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32092024-01-30T04:23:07.820Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32102024-01-30T04:23:07.858Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=bbfbcd392a83d21b -C extra-filename=-bbfbcd392a83d21b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bbfbcd392a83d21b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d2902bc11edd532c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32112024-01-30T04:23:08.381Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32122024-01-30T04:23:08.384Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=742937635e33ec90 -C extra-filename=-742937635e33ec90 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-742937635e33ec90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d2902bc11edd532c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32132024-01-30T04:23:08.950Z Compiling basic-toml v0.1.8
32142024-01-30T04:23:08.953Z Running `/home/build/.rustup/toolchains/1.74.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.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=68125616da2cda58 -C extra-filename=-68125616da2cda58 --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-c715252fb2629716.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152024-01-30T04:23:12.501Z Compiling arrayref v0.3.7
32162024-01-30T04:23:12.504Z Running `/home/build/.rustup/toolchains/1.74.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=c82937e0539cd78a -C extra-filename=-c82937e0539cd78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172024-01-30T04:23:12.683Z Compiling constant_time_eq v0.2.6
32182024-01-30T04:23:12.686Z Running `/home/build/.rustup/toolchains/1.74.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=5a566bdcef8f3648 -C extra-filename=-5a566bdcef8f3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192024-01-30T04:23:12.971Z Compiling crossbeam-queue v0.3.8
32202024-01-30T04:23:13.013Z Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=bd3cd4be0d1da9fa -C extra-filename=-bd3cd4be0d1da9fa --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212024-01-30T04:23:13.886Z Compiling arrayvec v0.7.4
32222024-01-30T04:23:13.889Z Running `/home/build/.rustup/toolchains/1.74.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=310e9298594bc586 -C extra-filename=-310e9298594bc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232024-01-30T04:23:14.599Z Compiling futures-timer v3.0.2
32242024-01-30T04:23:14.602Z Running `/home/build/.rustup/toolchains/1.74.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=03c4018de16c3e74 -C extra-filename=-03c4018de16c3e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252024-01-30T04:23:16.020Z Compiling blake2b_simd v1.0.1
32262024-01-30T04:23:16.023Z Running `/home/build/.rustup/toolchains/1.74.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=33fc952068f258a4 -C extra-filename=-33fc952068f258a4 --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-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5a566bdcef8f3648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272024-01-30T04:23:19.083Z Compiling rstest v0.18.2
32282024-01-30T04:23:19.086Z Running `/home/build/.rustup/toolchains/1.74.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=d4ff6265e2a5fb01 -C extra-filename=-d4ff6265e2a5fb01 --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-2e804b49337b586d.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-03c4018de16c3e74.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-0efdbeb311b153eb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292024-01-30T04:23:19.436Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa/build-script-build`
32302024-01-30T04:23:19.477Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6edff93be6d9da1e -C extra-filename=-6edff93be6d9da1e --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-68125616da2cda58.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312024-01-30T04:23:26.276Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-742937635e33ec90/build-script-build`
32322024-01-30T04:23:26.336Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-bbfbcd392a83d21b/build-script-build`
32332024-01-30T04:23:26.353Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32342024-01-30T04:23:26.356Z Running `/home/build/.rustup/toolchains/1.74.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=855a8a8362e3d371 -C extra-filename=-855a8a8362e3d371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32352024-01-30T04:23:34.563Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32362024-01-30T04:23:34.566Z Running `/home/build/.rustup/toolchains/1.74.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=7961b302dabc37d1 -C extra-filename=-7961b302dabc37d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4aad0c16c7ea4786.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32372024-01-30T04:23:35.350Z Compiling partial-io v0.5.4
32382024-01-30T04:23:35.353Z Running `/home/build/.rustup/toolchains/1.74.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=e5858226b8596f47 -C extra-filename=-e5858226b8596f47 --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-2e804b49337b586d.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-178809d605f03505.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392024-01-30T04:23:36.102Z Compiling approx v0.5.1
32402024-01-30T04:23:36.105Z Running `/home/build/.rustup/toolchains/1.74.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=4f8b84f57001d30c -C extra-filename=-4f8b84f57001d30c --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412024-01-30T04:23:36.503Z Compiling hex-literal v0.4.1
32422024-01-30T04:23:36.507Z Running `/home/build/.rustup/toolchains/1.74.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=085e4acea661f57d -C extra-filename=-085e4acea661f57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432024-01-30T04:23:36.738Z Compiling constant_time_eq v0.3.0
32442024-01-30T04:23:36.740Z Running `/home/build/.rustup/toolchains/1.74.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=488618ce28bbcd62 -C extra-filename=-488618ce28bbcd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452024-01-30T04:23:37.011Z Compiling rust-argon2 v1.0.1
32462024-01-30T04:23:37.014Z Running `/home/build/.rustup/toolchains/1.74.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=9c5e6539b335665d -C extra-filename=-9c5e6539b335665d --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-64492b43562e8960.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-33fc952068f258a4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472024-01-30T04:23:38.992Z Running `/home/build/.rustup/toolchains/1.74.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=59af466b54d38a09 -C extra-filename=-59af466b54d38a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482024-01-30T04:23:39.396Z Compiling crossbeam v0.8.2
32492024-01-30T04:23:39.399Z Running `/home/build/.rustup/toolchains/1.74.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=d47bdef88776902c -C extra-filename=-d47bdef88776902c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-16d1f389a1cfe257.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-59af466b54d38a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502024-01-30T04:23:39.564Z Compiling termios v0.3.3
32512024-01-30T04:23:39.570Z Running `/home/build/.rustup/toolchains/1.74.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=724932e2c0066b19 -C extra-filename=-724932e2c0066b19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522024-01-30T04:23:39.626Z Compiling samael v0.0.14
32532024-01-30T04:23:39.628Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.14/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=66ac4dbf8196a5f5 -C extra-filename=-66ac4dbf8196a5f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-66ac4dbf8196a5f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-cba367ca1481e2a0.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542024-01-30T04:23:39.952Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32552024-01-30T04:23:39.956Z Running `/home/build/.rustup/toolchains/1.74.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=45cd3ff5b0df1312 -C extra-filename=-45cd3ff5b0df1312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-724932e2c0066b19.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32562024-01-30T04:23:42.470Z Running `/home/build/.rustup/toolchains/1.74.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=4e1a904be5acaeae -C extra-filename=-4e1a904be5acaeae --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-168e08085878f9de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-509823ee0d73fd96.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32572024-01-30T04:23:43.445Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-66ac4dbf8196a5f5/build-script-bindings`
32582024-01-30T04:23:44.379Z Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger)
32592024-01-30T04:23:44.394Z Running `/home/build/.rustup/toolchains/1.74.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=ece007305474cab0 -C extra-filename=-ece007305474cab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-d47bdef88776902c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7961b302dabc37d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32602024-01-30T04:23:46.408Z Running `/home/build/.rustup/toolchains/1.74.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=0308662f8f7487e2 -C extra-filename=-0308662f8f7487e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7961b302dabc37d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4aad0c16c7ea4786.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32612024-01-30T04:23:47.085Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.14/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=533a3e73d9ae6e42 -C extra-filename=-533a3e73d9ae6e42 --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-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a85522de554a9848.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-3bfca88c61a02e15.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-c770b2bec531a502.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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`
32622024-01-30T04:23:47.091Z Running `/home/build/.rustup/toolchains/1.74.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=831da67d1d188625 -C extra-filename=-831da67d1d188625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-855a8a8362e3d371.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32632024-01-30T04:23:50.197Z Running `/home/build/.rustup/toolchains/1.74.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=aabd2d64d4fe5e3c -C extra-filename=-aabd2d64d4fe5e3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-855a8a8362e3d371.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32642024-01-30T04:23:50.569Z Running `/home/build/.rustup/toolchains/1.74.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=c0627397a17f073d -C extra-filename=-c0627397a17f073d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e5858226b8596f47.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
32652024-01-30T04:23:53.025Z Running `/home/build/.rustup/toolchains/1.74.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=161ffe46546fe11c -C extra-filename=-161ffe46546fe11c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-228caf9504b3ed4e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e5858226b8596f47.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
32662024-01-30T04:23:56.018Z Running `/home/build/.rustup/toolchains/1.74.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=aa48fb0663b27e6c -C extra-filename=-aa48fb0663b27e6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1f66e08e9af40cc2.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32672024-01-30T04:23:56.044Z Running `/home/build/.rustup/toolchains/1.74.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=63c3eb27657e3f39 -C extra-filename=-63c3eb27657e3f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1f66e08e9af40cc2.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32682024-01-30T04:23:57.086Z Running `/home/build/.rustup/toolchains/1.74.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=a451e2a6e673e61e -C extra-filename=-a451e2a6e673e61e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-228caf9504b3ed4e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-793503872f3c2d3d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
32692024-01-30T04:23:57.375Z Running `/home/build/.rustup/toolchains/1.74.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=bad515973a71de6a -C extra-filename=-bad515973a71de6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ce79bda9032169a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32702024-01-30T04:23:58.572Z Running `/home/build/.rustup/toolchains/1.74.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=379f44fc52f67dba -C extra-filename=-379f44fc52f67dba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ed018a2c5acec744.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32712024-01-30T04:24:02.672Z Running `/home/build/.rustup/toolchains/1.74.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=e67639eee84c0cc8 -C extra-filename=-e67639eee84c0cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ed018a2c5acec744.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32722024-01-30T04:24:07.538Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.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=9fa919c24a89d9d9 -C extra-filename=-9fa919c24a89d9d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32732024-01-30T04:24:12.677Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=08f026a0a49bc631 -C extra-filename=-08f026a0a49bc631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32742024-01-30T04:24:22.070Z Running `/home/build/.rustup/toolchains/1.74.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=fea1e831f3c5a597 -C extra-filename=-fea1e831f3c5a597 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32752024-01-30T04:24:28.009Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f716602634cae30b -C extra-filename=-f716602634cae30b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ed018a2c5acec744.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32762024-01-30T04:24:32.927Z Running `/home/build/.rustup/toolchains/1.74.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=aba011d8e96bf4e6 -C extra-filename=-aba011d8e96bf4e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ed018a2c5acec744.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32772024-01-30T04:24:36.820Z Running `/home/build/.rustup/toolchains/1.74.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=1e1f25ca31aa0f14 -C extra-filename=-1e1f25ca31aa0f14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-228caf9504b3ed4e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-793503872f3c2d3d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8515889ebf09e336.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
32782024-01-30T04:24:37.700Z Running `/home/build/.rustup/toolchains/1.74.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=c8359570fe47d9bc -C extra-filename=-c8359570fe47d9bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-228caf9504b3ed4e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-793503872f3c2d3d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8515889ebf09e336.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L /usr/platform/oxide/lib/amd64/`
32792024-01-30T04:24:39.982Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e1cd40fede5057a1 -C extra-filename=-e1cd40fede5057a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-793503872f3c2d3d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8515889ebf09e336.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32802024-01-30T04:24:41.979Z Running `/home/build/.rustup/toolchains/1.74.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=0b79e791866215d4 -C extra-filename=-0b79e791866215d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ed018a2c5acec744.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32812024-01-30T04:24:47.185Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37f00491a8b33285 -C extra-filename=-37f00491a8b33285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32822024-01-30T04:24:48.656Z Compiling polar-core v0.27.0
32832024-01-30T04:24:48.661Z Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=cf300f095055ebb3 -C extra-filename=-cf300f095055ebb3 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-cf300f095055ebb3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-9857f4750ca18256.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-fcd3a711c4d980a1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842024-01-30T04:24:51.366Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-cf300f095055ebb3/build-script-build`
32852024-01-30T04:24:53.628Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d7cea9de038e60c -C extra-filename=-1d7cea9de038e60c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32862024-01-30T04:24:54.974Z Running `/home/build/.rustup/toolchains/1.74.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=5c5237e72c0fce72 -C extra-filename=-5c5237e72c0fce72 --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-63b7117dbf8d1e97.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-86574ce3fef1668e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-01-30T04:25:16.173Z Compiling oso v0.27.0
32882024-01-30T04:25:16.177Z Running `/home/build/.rustup/toolchains/1.74.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=e6043b3307744315 -C extra-filename=-e6043b3307744315 --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-f2c35d1739b1fb43.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-bd97940cf9f4c246.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-5c5237e72c0fce72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-a6677895971ae67b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-01-30T04:25:28.377Z Running `/home/build/.rustup/toolchains/1.74.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=f7ba9e1063e775b7 -C extra-filename=-f7ba9e1063e775b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-43028171b40cac22.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-3a6d3d3e191099a2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-baac81b342ab83b0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-30cb6d89e77e33bb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e6043b3307744315.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
32902024-01-30T04:25:49.534Z Running `/home/build/.rustup/toolchains/1.74.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=2275a755840f6e1c -C extra-filename=-2275a755840f6e1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ce79bda9032169a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32912024-01-30T04:25:53.267Z Running `/home/build/.rustup/toolchains/1.74.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=e4d90e3acb84cbe3 -C extra-filename=-e4d90e3acb84cbe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ce79bda9032169a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32922024-01-30T04:26:17.895Z Running `/home/build/.rustup/toolchains/1.74.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=e30f7539367c8e33 -C extra-filename=-e30f7539367c8e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ce79bda9032169a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32932024-01-30T04:26:20.870Z Running `/home/build/.rustup/toolchains/1.74.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=449ddf319e44f820 -C extra-filename=-449ddf319e44f820 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-722df01818c7b97a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d7d43835dcf0d1b3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32942024-01-30T04:26:23.128Z Running `/home/build/.rustup/toolchains/1.74.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=57e6dc5edbf83bb2 -C extra-filename=-57e6dc5edbf83bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32952024-01-30T04:26:27.074Z Running `/home/build/.rustup/toolchains/1.74.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=672c59bddc19d2e8 -C extra-filename=-672c59bddc19d2e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-722df01818c7b97a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d7d43835dcf0d1b3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32962024-01-30T04:26:31.196Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad0c5ca7030b0f49 -C extra-filename=-ad0c5ca7030b0f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-722df01818c7b97a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d7d43835dcf0d1b3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
32972024-01-30T04:26:34.826Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32982024-01-30T04:26:34.830Z Running `/home/build/.rustup/toolchains/1.74.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=fe3e02ac39503219 -C extra-filename=-fe3e02ac39503219 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9539c301c0096f9d.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
32992024-01-30T04:26:49.786Z Running `/home/build/.rustup/toolchains/1.74.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=5e1e316b8812b515 -C extra-filename=-5e1e316b8812b515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b3aebff73cb2ed31.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rmeta --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33002024-01-30T04:27:00.236Z Running `/home/build/.rustup/toolchains/1.74.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=7ef7f729dfe5123c -C extra-filename=-7ef7f729dfe5123c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ed018a2c5acec744.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33012024-01-30T04:27:02.350Z Running `/home/build/.rustup/toolchains/1.74.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=684b11b22964d504 -C extra-filename=-684b11b22964d504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33022024-01-30T04:27:05.642Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=518b2b74367ed129 -C extra-filename=-518b2b74367ed129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33032024-01-30T04:27:19.780Z Running `/home/build/.rustup/toolchains/1.74.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=d311b0c90437ec81 -C extra-filename=-d311b0c90437ec81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33042024-01-30T04:27:22.684Z Running `/home/build/.rustup/toolchains/1.74.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=ca31a725fb09a8c0 -C extra-filename=-ca31a725fb09a8c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-722df01818c7b97a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d7d43835dcf0d1b3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33052024-01-30T04:27:25.119Z Running `/home/build/.rustup/toolchains/1.74.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=7d1d877b57a0d4dd -C extra-filename=-7d1d877b57a0d4dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33062024-01-30T04:27:29.355Z Running `/home/build/.rustup/toolchains/1.74.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=1fcd32f7b7b28de2 -C extra-filename=-1fcd32f7b7b28de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33072024-01-30T04:27:31.789Z Running `/home/build/.rustup/toolchains/1.74.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=dcfd1f96678f4a8f -C extra-filename=-dcfd1f96678f4a8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33082024-01-30T04:27:33.813Z Running `/home/build/.rustup/toolchains/1.74.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=9c5c22fe46649731 -C extra-filename=-9c5c22fe46649731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33092024-01-30T04:27:35.032Z Running `/home/build/.rustup/toolchains/1.74.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=c0fae6282470393d -C extra-filename=-c0fae6282470393d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33102024-01-30T04:27:40.234Z Running `/home/build/.rustup/toolchains/1.74.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=8a2bbc63dc5984ec -C extra-filename=-8a2bbc63dc5984ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33112024-01-30T04:27:54.707Z Running `/home/build/.rustup/toolchains/1.74.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=411fee4bbfdd8f37 -C extra-filename=-411fee4bbfdd8f37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33122024-01-30T04:27:57.721Z Running `/home/build/.rustup/toolchains/1.74.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=17272d39db415b3f -C extra-filename=-17272d39db415b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33132024-01-30T04:27:58.769Z Running `/home/build/.rustup/toolchains/1.74.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=58cef78a21b8b9e0 -C extra-filename=-58cef78a21b8b9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9539c301c0096f9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33142024-01-30T04:28:03.877Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a5788407d7fba117 -C extra-filename=-a5788407d7fba117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9539c301c0096f9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33152024-01-30T04:28:05.971Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b3297a68441594e9 -C extra-filename=-b3297a68441594e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9539c301c0096f9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33162024-01-30T04:28:08.331Z Running `/home/build/.rustup/toolchains/1.74.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=e9abd1672f9c34e5 -C extra-filename=-e9abd1672f9c34e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9539c301c0096f9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33172024-01-30T04:28:10.703Z Running `/home/build/.rustup/toolchains/1.74.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=bbedc85a9242e727 -C extra-filename=-bbedc85a9242e727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-43028171b40cac22.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-3a6d3d3e191099a2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-baac81b342ab83b0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-30cb6d89e77e33bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6c2647f2f04fbced.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e6043b3307744315.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33182024-01-30T04:28:12.200Z Running `/home/build/.rustup/toolchains/1.74.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=90c07f72eb4e3fc9 -C extra-filename=-90c07f72eb4e3fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-509823ee0d73fd96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b3aebff73cb2ed31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2247ebea04c09e1c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6c2647f2f04fbced.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-312cb04ccdf0ad45.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-592e6f5c07a97dba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33192024-01-30T04:28:12.626Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0723ee17a0d38c4 -C extra-filename=-c0723ee17a0d38c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33202024-01-30T04:28:15.665Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8e50cb1e7f44440b -C extra-filename=-8e50cb1e7f44440b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9539c301c0096f9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33212024-01-30T04:28:30.050Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-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=959d404ed4357a70 -C extra-filename=-959d404ed4357a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
33222024-01-30T04:28:39.712Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=28b5ca038bc14ab4 -C extra-filename=-28b5ca038bc14ab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33232024-01-30T04:28:54.093Z Running `/home/build/.rustup/toolchains/1.74.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=97b8669cbe01498f -C extra-filename=-97b8669cbe01498f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b2df522db5e3e312.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33242024-01-30T04:29:09.615Z Running `/home/build/.rustup/toolchains/1.74.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=8cad446aa14960b3 -C extra-filename=-8cad446aa14960b3 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b2df522db5e3e312.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33252024-01-30T04:29:16.253Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_deployment --edition=2021 nexus/deployment/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=9b7269860b2c3bc6 -C extra-filename=-9b7269860b2c3bc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33262024-01-30T04:29:38.386Z Running `/home/build/.rustup/toolchains/1.74.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=9699b2ce9382ab30 -C extra-filename=-9699b2ce9382ab30 --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-4141cfc584c78c19.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33272024-01-30T04:29:44.794Z Running `/home/build/.rustup/toolchains/1.74.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=6c4580c3b6a7c009 -C extra-filename=-6c4580c3b6a7c009 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c7c9b2b3330b3ba0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33282024-01-30T04:29:47.298Z Running `/home/build/.rustup/toolchains/1.74.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=9aa2ed29a8c631ad -C extra-filename=-9aa2ed29a8c631ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-dd4b6fd6805b124f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/`
33292024-01-30T04:29:51.314Z Running `/home/build/.rustup/toolchains/1.74.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=dd472ad74982d9b2 -C extra-filename=-dd472ad74982d9b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c7c9b2b3330b3ba0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33302024-01-30T04:29:53.116Z Running `/home/build/.rustup/toolchains/1.74.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=e66924f4630dad2e -C extra-filename=-e66924f4630dad2e --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-90e54d00725bce1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33312024-01-30T04:29:57.509Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e871d9f8e6dd31d0 -C extra-filename=-e871d9f8e6dd31d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c7c9b2b3330b3ba0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33322024-01-30T04:30:04.025Z Running `/home/build/.rustup/toolchains/1.74.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=e4c6aeffce81404f -C extra-filename=-e4c6aeffce81404f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c7c9b2b3330b3ba0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
33332024-01-30T04:30:08.248Z Running `/home/build/.rustup/toolchains/1.74.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=c955fe9436c7e21f -C extra-filename=-c955fe9436c7e21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-dd4b6fd6805b124f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/`
33342024-01-30T04:30:14.228Z Running `/home/build/.rustup/toolchains/1.74.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=b4c8977b8bd45f1e -C extra-filename=-b4c8977b8bd45f1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-baac81b342ab83b0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33352024-01-30T04:30:15.004Z Running `/home/build/.rustup/toolchains/1.74.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=f460305c9f0a4bfb -C extra-filename=-f460305c9f0a4bfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33362024-01-30T04:30:38.645Z Running `/home/build/.rustup/toolchains/1.74.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=164185addc687a92 -C extra-filename=-164185addc687a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-57f2e2d135c8c179.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33372024-01-30T04:30:43.552Z Running `/home/build/.rustup/toolchains/1.74.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=e7539bf7e2b4e41d -C extra-filename=-e7539bf7e2b4e41d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-57f2e2d135c8c179.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33382024-01-30T04:31:04.620Z Running `/home/build/.rustup/toolchains/1.74.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=d7e25c1cf7390a4b -C extra-filename=-d7e25c1cf7390a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7a2917c990c1a4c2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-054034575ef9bee9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33392024-01-30T04:31:17.384Z Running `/home/build/.rustup/toolchains/1.74.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=883aee18bf8bb75e -C extra-filename=-883aee18bf8bb75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7a2917c990c1a4c2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-054034575ef9bee9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33402024-01-30T04:31:48.322Z Running `/home/build/.rustup/toolchains/1.74.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=c4dbf9967ffb1d98 -C extra-filename=-c4dbf9967ffb1d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4aad0c16c7ea4786.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33412024-01-30T04:31:55.072Z Running `/home/build/.rustup/toolchains/1.74.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=36f5be36c557a744 -C extra-filename=-36f5be36c557a744 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33422024-01-30T04:31:57.476Z Running `/home/build/.rustup/toolchains/1.74.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=8f8b6db2c593f147 -C extra-filename=-8f8b6db2c593f147 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33432024-01-30T04:31:58.030Z Running `/home/build/.rustup/toolchains/1.74.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=07cef8287ba1593c -C extra-filename=-07cef8287ba1593c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7a2917c990c1a4c2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-054034575ef9bee9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33442024-01-30T04:32:02.146Z Running `/home/build/.rustup/toolchains/1.74.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=015bed7c728ddd74 -C extra-filename=-015bed7c728ddd74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33452024-01-30T04:32:03.220Z Running `/home/build/.rustup/toolchains/1.74.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=9d436cde3f416bcb -C extra-filename=-9d436cde3f416bcb --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33462024-01-30T04:32:04.582Z Running `/home/build/.rustup/toolchains/1.74.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=51f9a4373a4a484e -C extra-filename=-51f9a4373a4a484e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33472024-01-30T04:32:09.790Z Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=ddfe0482cb82ddbc -C extra-filename=-ddfe0482cb82ddbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7aea5c8a6c3e2b69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33482024-01-30T04:32:13.441Z Running `/home/build/.rustup/toolchains/1.74.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=00f328522c9bed07 -C extra-filename=-00f328522c9bed07 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33492024-01-30T04:32:18.106Z Running `/home/build/.rustup/toolchains/1.74.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=a5a7968e0bb87a37 -C extra-filename=-a5a7968e0bb87a37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
33502024-01-30T04:32:28.513Z Running `/home/build/.rustup/toolchains/1.74.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=076a62076dd72034 -C extra-filename=-076a62076dd72034 --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-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33512024-01-30T04:32:36.377Z Running `/home/build/.rustup/toolchains/1.74.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=595c80e9dd80438d -C extra-filename=-595c80e9dd80438d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33522024-01-30T04:32:41.997Z Running `/home/build/.rustup/toolchains/1.74.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=3526a3d8dacf50ba -C extra-filename=-3526a3d8dacf50ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a0f104e638f1bcaa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-04884c03421d0489.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33532024-01-30T04:32:49.156Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
33542024-01-30T04:32:49.162Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_networking --edition=2021 zone-network-setup/src/bin/zone-networking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=f5d2ce0ec08ec720 -C extra-filename=-f5d2ce0ec08ec720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33552024-01-30T04:32:52.003Z Running `/home/build/.rustup/toolchains/1.74.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=6852d610751dc2ac -C extra-filename=-6852d610751dc2ac --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33562024-01-30T04:32:56.159Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=5354092cdf34dc3d -C extra-filename=-5354092cdf34dc3d --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-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33572024-01-30T04:32:57.528Z Running `/home/build/.rustup/toolchains/1.74.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=8e034848af9c4dd9 -C extra-filename=-8e034848af9c4dd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33582024-01-30T04:33:01.561Z Running `/home/build/.rustup/toolchains/1.74.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=3f436d019b6d249c -C extra-filename=-3f436d019b6d249c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33592024-01-30T04:33:03.714Z Running `/home/build/.rustup/toolchains/1.74.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=43cb2da6c9385cee -C extra-filename=-43cb2da6c9385cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33602024-01-30T04:33:03.939Z Running `/home/build/.rustup/toolchains/1.74.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=27eb22f1cb210db6 -C extra-filename=-27eb22f1cb210db6 --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-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33612024-01-30T04:33:10.018Z Running `/home/build/.rustup/toolchains/1.74.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=8b937a0f77547dff -C extra-filename=-8b937a0f77547dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7233a5738680688f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33622024-01-30T04:33:20.112Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
33632024-01-30T04:33:20.119Z Running `/home/build/.rustup/toolchains/1.74.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=ccc9430c9c1ef59a -C extra-filename=-ccc9430c9c1ef59a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64`
33642024-01-30T04:33:21.098Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8b943f9b37ea34b -C extra-filename=-c8b943f9b37ea34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33652024-01-30T04:33:21.621Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=021d5cfb6391027a -C extra-filename=-021d5cfb6391027a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33662024-01-30T04:33:24.024Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6ce510394237a59d -C extra-filename=-6ce510394237a59d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33672024-01-30T04:33:34.892Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6385e537299a3aa8 -C extra-filename=-6385e537299a3aa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33682024-01-30T04:33:34.993Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/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=e4ad6796de1f7c9a -C extra-filename=-e4ad6796de1f7c9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33692024-01-30T04:33:46.196Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33702024-01-30T04:33:46.199Z Running `/home/build/.rustup/toolchains/1.74.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=9656a8d4a25034f6 -C extra-filename=-9656a8d4a25034f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33712024-01-30T04:33:49.192Z Running `/home/build/.rustup/toolchains/1.74.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=179395d157e73986 -C extra-filename=-179395d157e73986 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7233a5738680688f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-04ec87052dc46780.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33722024-01-30T04:33:52.214Z Running `/home/build/.rustup/toolchains/1.74.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=4e6c6863ccc35329 -C extra-filename=-4e6c6863ccc35329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33732024-01-30T04:33:53.242Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33742024-01-30T04:33:53.245Z Running `/home/build/.rustup/toolchains/1.74.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=270b51cd92e2a9d2 -C extra-filename=-270b51cd92e2a9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33752024-01-30T04:33:56.844Z Running `/home/build/.rustup/toolchains/1.74.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=bda01cbabd4bbe4b -C extra-filename=-bda01cbabd4bbe4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33762024-01-30T04:33:58.102Z Running `/home/build/.rustup/toolchains/1.74.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=b97b5cf134263cf6 -C extra-filename=-b97b5cf134263cf6 --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-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33772024-01-30T04:34:04.165Z Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="tmp_keypath"' -C metadata=9b22e779cd133332 -C extra-filename=-9b22e779cd133332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7d86917112cd21af.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-224815cd6285033d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-2109e4a2627d099b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9342ea4a1179039.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33782024-01-30T04:34:09.564Z Running `/home/build/.rustup/toolchains/1.74.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=e62fe6a4ae215569 -C extra-filename=-e62fe6a4ae215569 --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-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33792024-01-30T04:34:13.099Z Running `/home/build/.rustup/toolchains/1.74.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=00ba36189099c453 -C extra-filename=-00ba36189099c453 --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-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33802024-01-30T04:34:15.695Z Running `/home/build/.rustup/toolchains/1.74.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=a5a9c675481cb86c -C extra-filename=-a5a9c675481cb86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-84d47ed997993e0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33812024-01-30T04:34:20.387Z Running `/home/build/.rustup/toolchains/1.74.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=c82c84d9ad183694 -C extra-filename=-c82c84d9ad183694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33822024-01-30T04:34:24.054Z Running `/home/build/.rustup/toolchains/1.74.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=91dc13828f1ac4e2 -C extra-filename=-91dc13828f1ac4e2 --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-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33832024-01-30T04:34:24.803Z Running `/home/build/.rustup/toolchains/1.74.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=53ed40dbe3c79366 -C extra-filename=-53ed40dbe3c79366 --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-4141cfc584c78c19.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33842024-01-30T04:34:26.995Z Running `/home/build/.rustup/toolchains/1.74.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=a814b284697ab85a -C extra-filename=-a814b284697ab85a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7233a5738680688f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-04ec87052dc46780.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33852024-01-30T04:34:31.953Z Running `/home/build/.rustup/toolchains/1.74.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=baf0fc91e209bb27 -C extra-filename=-baf0fc91e209bb27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33862024-01-30T04:34:44.076Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=a59a37f611d1ab46 -C extra-filename=-a59a37f611d1ab46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9342ea4a1179039.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33872024-01-30T04:34:45.163Z Running `/home/build/.rustup/toolchains/1.74.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=27344bb25bce4f8f -C extra-filename=-27344bb25bce4f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33882024-01-30T04:34:45.669Z Running `/home/build/.rustup/toolchains/1.74.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=0560bd61b2612ca6 -C extra-filename=-0560bd61b2612ca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33892024-01-30T04:34:46.322Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/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=d0525dd551c4d439 -C extra-filename=-d0525dd551c4d439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib`
33902024-01-30T04:36:55.179Z Running `/home/build/.rustup/toolchains/1.74.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=20037b57e474c6ff -C extra-filename=-20037b57e474c6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-592e6f5c07a97dba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33912024-01-30T04:36:55.185Z Running `/home/build/.rustup/toolchains/1.74.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=1682454de44af291 -C extra-filename=-1682454de44af291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-509823ee0d73fd96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b3aebff73cb2ed31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2247ebea04c09e1c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6c2647f2f04fbced.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-312cb04ccdf0ad45.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-592e6f5c07a97dba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33922024-01-30T04:36:55.208Z Running `/home/build/.rustup/toolchains/1.74.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=054d8884e5f685f6 -C extra-filename=-054d8884e5f685f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-592e6f5c07a97dba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33932024-01-30T04:36:55.208Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab0adb7a0acf0ccd -C extra-filename=-ab0adb7a0acf0ccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b3aebff73cb2ed31.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33942024-01-30T04:36:58.994Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b18600e3cf144e3d -C extra-filename=-b18600e3cf144e3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b3aebff73cb2ed31.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/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-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33952024-01-30T04:37:01.753Z Running `/home/build/.rustup/toolchains/1.74.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=fcf4ad22b50a3ba2 -C extra-filename=-fcf4ad22b50a3ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-312cb04ccdf0ad45.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33962024-01-30T04:37:03.320Z Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8f7739ca14c4544e -C extra-filename=-8f7739ca14c4544e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33972024-01-30T04:37:14.746Z Running `/home/build/.rustup/toolchains/1.74.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=26dd44a538e31ffe -C extra-filename=-26dd44a538e31ffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-312cb04ccdf0ad45.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out`
33982024-01-30T04:37:24.838Z Running `/home/build/.rustup/toolchains/1.74.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=9cf82fad066d98c6 -C extra-filename=-9cf82fad066d98c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-509823ee0d73fd96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b3aebff73cb2ed31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2247ebea04c09e1c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6c2647f2f04fbced.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-312cb04ccdf0ad45.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-592e6f5c07a97dba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
33992024-01-30T04:37:39.459Z Running `/home/build/.rustup/toolchains/1.74.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=c9233048766e5ff0 -C extra-filename=-c9233048766e5ff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-509823ee0d73fd96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b3aebff73cb2ed31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2247ebea04c09e1c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6c2647f2f04fbced.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-312cb04ccdf0ad45.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-592e6f5c07a97dba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -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-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
34002024-01-30T04:51:34.329Z Finished test [unoptimized + debuginfo] target(s) in 36m 53s
34012024-01-30T04:51:35.466Z Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-36f5be36c557a744`
34022024-01-30T04:51:35.467Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-07cef8287ba1593c`
34032024-01-30T04:51:35.467Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-d7e25c1cf7390a4b`
34042024-01-30T04:51:35.467Z Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-883aee18bf8bb75e`
34052024-01-30T04:51:35.468Z Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-8e034848af9c4dd9`
34062024-01-30T04:51:35.468Z Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-ccc9430c9c1ef59a`
34072024-01-30T04:51:35.468Z Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-270b51cd92e2a9d2`
34082024-01-30T04:51:35.468Z Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-8f8b6db2c593f147`
34092024-01-30T04:51:35.468Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-6852d610751dc2ac`
34102024-01-30T04:51:35.485Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-c0fae6282470393d`
34112024-01-30T04:51:35.485Z Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-1fcd32f7b7b28de2`
34122024-01-30T04:51:35.485Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-17272d39db415b3f`
34132024-01-30T04:51:35.485Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-411fee4bbfdd8f37`
34142024-01-30T04:51:35.485Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-dcfd1f96678f4a8f`
34152024-01-30T04:51:35.486Z Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-9c5c22fe46649731`
34162024-01-30T04:51:35.486Z Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-7d1d877b57a0d4dd`
34172024-01-30T04:51:35.486Z Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-8a2bbc63dc5984ec`
34182024-01-30T04:51:35.489Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-53ed40dbe3c79366`
34192024-01-30T04:51:35.489Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-27eb22f1cb210db6`
34202024-01-30T04:51:35.489Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-45cd3ff5b0df1312`
34212024-01-30T04:51:35.490Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-91dc13828f1ac4e2`
34222024-01-30T04:51:35.490Z Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-e66924f4630dad2e`
34232024-01-30T04:51:35.490Z Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-9b22e779cd133332`
34242024-01-30T04:51:35.490Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-c0627397a17f073d`
34252024-01-30T04:51:35.490Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-161ffe46546fe11c`
34262024-01-30T04:51:35.490Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-3f436d019b6d249c`
34272024-01-30T04:51:35.491Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-595c80e9dd80438d`
34282024-01-30T04:51:35.491Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-d311b0c90437ec81`
34292024-01-30T04:51:35.491Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-684b11b22964d504`
34302024-01-30T04:51:35.491Z Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-43cb2da6c9385cee`
34312024-01-30T04:51:35.491Z Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-015bed7c728ddd74`
34322024-01-30T04:51:35.491Z Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-9656a8d4a25034f6`
34332024-01-30T04:51:35.491Z Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc-e4ad6796de1f7c9a`
34342024-01-30T04:51:35.491Z Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-00ba36189099c453`
34352024-01-30T04:51:35.492Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-00f328522c9bed07`
34362024-01-30T04:51:35.492Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-076a62076dd72034`
34372024-01-30T04:51:35.494Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-b4c8977b8bd45f1e`
34382024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-bbedc85a9242e727`
34392024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-4e6c6863ccc35329`
34402024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_deployment-9b7269860b2c3bc6`
34412024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-fea1e831f3c5a597`
34422024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-8b937a0f77547dff`
34432024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-bda01cbabd4bbe4b`
34442024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-a814b284697ab85a`
34452024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-ece007305474cab0`
34462024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-054d8884e5f685f6`
34472024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-20037b57e474c6ff`
34482024-01-30T04:51:35.495Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-6c4580c3b6a7c009`
34492024-01-30T04:51:35.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-e4c6aeffce81404f`
34502024-01-30T04:51:35.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-dd472ad74982d9b2`
34512024-01-30T04:51:35.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-90c07f72eb4e3fc9`
34522024-01-30T04:51:35.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-1682454de44af291`
34532024-01-30T04:51:35.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-c9233048766e5ff0`
34542024-01-30T04:51:35.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-9cf82fad066d98c6`
34552024-01-30T04:51:35.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-fcf4ad22b50a3ba2`
34562024-01-30T04:51:35.496Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-26dd44a538e31ffe`
34572024-01-30T04:51:35.498Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-c4dbf9967ffb1d98`
34582024-01-30T04:51:35.498Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-0308662f8f7487e2`
34592024-01-30T04:51:35.498Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-4e1a904be5acaeae`
34602024-01-30T04:51:35.498Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-27344bb25bce4f8f`
34612024-01-30T04:51:35.498Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-7ef7f729dfe5123c`
34622024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-f716602634cae30b`
34632024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-e67639eee84c0cc8`
34642024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-aba011d8e96bf4e6`
34652024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-379f44fc52f67dba`
34662024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-0b79e791866215d4`
34672024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-a5a9c675481cb86c`
34682024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-baf0fc91e209bb27`
34692024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-63c3eb27657e3f39`
34702024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-aa48fb0663b27e6c`
34712024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-e62fe6a4ae215569`
34722024-01-30T04:51:35.499Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-f460305c9f0a4bfb`
34732024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-a5788407d7fba117`
34742024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-e9abd1672f9c34e5`
34752024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-58cef78a21b8b9e0`
34762024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-e7539bf7e2b4e41d`
34772024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-164185addc687a92`
34782024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-ddfe0482cb82ddbc`
34792024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-0560bd61b2612ca6`
34802024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-51f9a4373a4a484e`
34812024-01-30T04:51:35.500Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxlog-d0525dd551c4d439`
34822024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/oxlog-a59a37f611d1ab46`
34832024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-b97b5cf134263cf6`
34842024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-3526a3d8dacf50ba`
34852024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-5354092cdf34dc3d`
34862024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-c955fe9436c7e21f`
34872024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-9aa2ed29a8c631ad`
34882024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-2275a755840f6e1c`
34892024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-e30f7539367c8e33`
34902024-01-30T04:51:35.501Z Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-bad515973a71de6a`
34912024-01-30T04:51:35.502Z Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-e4d90e3acb84cbe3`
34922024-01-30T04:51:35.502Z Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-a5a7968e0bb87a37`
34932024-01-30T04:51:35.502Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_common-959d404ed4357a70`
34942024-01-30T04:51:35.502Z Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-97b8669cbe01498f`
34952024-01-30T04:51:35.502Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-ca31a725fb09a8c0`
34962024-01-30T04:51:35.503Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-672c59bddc19d2e8`
34972024-01-30T04:51:35.503Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-449ddf319e44f820`
34982024-01-30T04:51:35.503Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-c82c84d9ad183694`
34992024-01-30T04:51:35.503Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-57e6dc5edbf83bb2`
35002024-01-30T04:51:35.504Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-831da67d1d188625`
35012024-01-30T04:51:35.504Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-aabd2d64d4fe5e3c`
35022024-01-30T04:51:35.504Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-a451e2a6e673e61e`
35032024-01-30T04:51:35.504Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-1e1f25ca31aa0f14`
35042024-01-30T04:51:35.504Z Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-c8359570fe47d9bc`
35052024-01-30T04:51:35.504Z Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-9699b2ce9382ab30`
35062024-01-30T04:51:35.504Z Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_networking-f5d2ce0ec08ec720`
35072024-01-30T04:51:36.304Z
35082024-01-30T04:51:36.308Zreal 36:55.860011024
35092024-01-30T04:51:36.308Zuser 3:29:22.312891135
35102024-01-30T04:51:36.308Zsys 21:03.479461876
35112024-01-30T04:51:36.308Ztrap 14.250699113
35122024-01-30T04:51:36.308Ztflt 3.344329843
35132024-01-30T04:51:36.308Zdflt 1:44.722817920
35142024-01-30T04:51:36.308Zkflt 0.029434339
35152024-01-30T04:51:36.308Zlock 6:53:02.979143593
35162024-01-30T04:51:36.308Zslp 13:43:41.471165734
35172024-01-30T04:51:36.308Zlat 7:24.929260571
35182024-01-30T04:51:36.309Zstop 5:51.842393348
35192024-01-30T04:51:38.300Z
35202024-01-30T04:51:38.300Z ##### ###### #### #####
35212024-01-30T04:51:38.301Z # # # #
35222024-01-30T04:51:38.301Z # ##### #### #
35232024-01-30T04:51:38.301Z # # # #
35242024-01-30T04:51:38.301Z # # # # #
35252024-01-30T04:51:38.301Z # ###### #### #
35262024-01-30T04:51:38.301Z
35272024-01-30T04:51:39.263Z Downloading crates ...
35282024-01-30T04:51:40.448Z Downloaded hermit-abi v0.1.19
35292024-01-30T04:51:40.453Z Downloaded dirs-sys v0.4.1
35302024-01-30T04:51:40.456Z Downloaded critical-section v1.1.2
35312024-01-30T04:51:40.459Z Downloaded dirs v5.0.1
35322024-01-30T04:51:40.462Z Downloaded password-hash v0.4.2
35332024-01-30T04:51:40.465Z Downloaded core-foundation v0.9.3
35342024-01-30T04:51:40.469Z Downloaded fuchsia-cprng v0.1.1
35352024-01-30T04:51:40.472Z Downloaded ipconfig v0.3.2
35362024-01-30T04:51:40.475Z Downloaded ghash v0.5.0
35372024-01-30T04:51:40.480Z Downloaded rdrand v0.4.0
35382024-01-30T04:51:40.483Z Downloaded android-tzdata v0.1.1
35392024-01-30T04:51:40.524Z Downloaded redox_syscall v0.2.16
35402024-01-30T04:51:40.528Z Downloaded atomic-polyfill v0.1.11
35412024-01-30T04:51:40.528Z Downloaded error-code v3.0.0
35422024-01-30T04:51:40.529Z Downloaded polyval v0.6.1
35432024-01-30T04:51:40.529Z Downloaded iana-time-zone-haiku v0.1.2
35442024-01-30T04:51:40.529Z Downloaded cbc v0.1.2
35452024-01-30T04:51:40.529Z Downloaded rand_chacha v0.2.2
35462024-01-30T04:51:40.529Z Downloaded ctr v0.9.2
35472024-01-30T04:51:40.529Z Downloaded android_system_properties v0.1.5
35482024-01-30T04:51:40.529Z Downloaded rand_core v0.3.1
35492024-01-30T04:51:40.529Z Downloaded option-ext v0.2.0
35502024-01-30T04:51:40.529Z Downloaded core-foundation-sys v0.8.4
35512024-01-30T04:51:40.529Z Downloaded cargo_toml v0.19.0
35522024-01-30T04:51:40.529Z Downloaded system-configuration-sys v0.5.0
35532024-01-30T04:51:40.529Z Downloaded pbkdf2 v0.11.0
35542024-01-30T04:51:40.530Z Downloaded russh-cryptovec v0.7.0
35552024-01-30T04:51:40.530Z Downloaded bumpalo v3.13.0
35562024-01-30T04:51:40.533Z Downloaded windows-targets v0.48.5
35572024-01-30T04:51:40.536Z Downloaded wasm-bindgen-shared v0.2.87
35582024-01-30T04:51:40.539Z Downloaded redox_syscall v0.4.1
35592024-01-30T04:51:40.542Z Downloaded ed25519 v2.2.2
35602024-01-30T04:51:40.545Z Downloaded rand_core v0.4.2
35612024-01-30T04:51:40.551Z Downloaded crossterm_winapi v0.9.1
35622024-01-30T04:51:40.554Z Downloaded security-framework-sys v2.9.1
35632024-01-30T04:51:40.557Z Downloaded md5 v0.7.0
35642024-01-30T04:51:40.559Z Downloaded rfc6979 v0.4.0
35652024-01-30T04:51:40.560Z Downloaded rand_core v0.5.1
35662024-01-30T04:51:40.564Z Downloaded getrandom v0.1.16
35672024-01-30T04:51:40.568Z Downloaded anstyle-wincon v2.1.0
35682024-01-30T04:51:40.571Z Downloaded clipboard-win v5.0.0
35692024-01-30T04:51:40.574Z Downloaded wasm-bindgen-macro v0.2.87
35702024-01-30T04:51:40.580Z Downloaded bcrypt-pbkdf v0.10.0
35712024-01-30T04:51:40.582Z Downloaded wasm-bindgen-macro-support v0.2.87
35722024-01-30T04:51:40.585Z Downloaded blowfish v0.9.1
35732024-01-30T04:51:40.588Z Downloaded redox_users v0.4.3
35742024-01-30T04:51:40.591Z Downloaded hermit-abi v0.3.2
35752024-01-30T04:51:40.591Z Downloaded rand_hc v0.2.0
35762024-01-30T04:51:40.594Z Downloaded pbkdf2 v0.12.2
35772024-01-30T04:51:40.597Z Downloaded windows-targets v0.52.0
35782024-01-30T04:51:40.601Z Downloaded fs2 v0.4.3
35792024-01-30T04:51:40.604Z Downloaded primeorder v0.13.6
35802024-01-30T04:51:40.611Z Downloaded winapi-util v0.1.5
35812024-01-30T04:51:40.614Z Downloaded system-configuration v0.5.1
35822024-01-30T04:51:40.614Z Downloaded redox_syscall v0.3.5
35832024-01-30T04:51:40.617Z Downloaded ecdsa v0.16.9
35842024-01-30T04:51:40.621Z Downloaded wasm-bindgen-backend v0.2.87
35852024-01-30T04:51:40.624Z Downloaded wasi v0.9.0+wasi-snapshot-preview1
35862024-01-30T04:51:40.628Z Downloaded wasm-streams v0.3.0
35872024-01-30T04:51:40.634Z Downloaded p256 v0.13.2
35882024-01-30T04:51:40.640Z Downloaded winreg v0.50.0
35892024-01-30T04:51:40.645Z Downloaded encode_unicode v0.3.6
35902024-01-30T04:51:40.650Z Downloaded js-sys v0.3.64
35912024-01-30T04:51:41.073Z Downloaded russh-keys v0.40.1
35922024-01-30T04:51:41.085Z Downloaded schannel v0.1.22
35932024-01-30T04:51:41.086Z Downloaded ed25519-dalek v2.0.0
35942024-01-30T04:51:41.086Z Downloaded wasi v0.11.0+wasi-snapshot-preview1
35952024-01-30T04:51:41.125Z Downloaded aes-gcm v0.10.3
35962024-01-30T04:51:41.125Z Downloaded wasm-bindgen-futures v0.4.37
35972024-01-30T04:51:41.125Z Downloaded rand v0.7.3
35982024-01-30T04:51:41.125Z Downloaded widestring v1.0.2
35992024-01-30T04:51:41.125Z Downloaded security-framework v2.9.2
36002024-01-30T04:51:41.125Z Downloaded russh v0.40.2
36012024-01-30T04:51:41.125Z Downloaded aes v0.8.3
36022024-01-30T04:51:41.125Z Downloaded wasm-bindgen v0.2.87
36032024-01-30T04:51:41.320Z Downloaded fiat-crypto v0.2.1
36042024-01-30T04:51:41.363Z Downloaded windows_x86_64_gnullvm v0.52.0
36052024-01-30T04:51:41.380Z Downloaded windows_aarch64_gnullvm v0.48.5
36062024-01-30T04:51:41.396Z Downloaded windows_x86_64_gnullvm v0.48.5
36072024-01-30T04:51:41.414Z Downloaded windows_aarch64_gnullvm v0.52.0
36082024-01-30T04:51:41.743Z Downloaded web-sys v0.3.64
36092024-01-30T04:51:42.089Z Downloaded windows_aarch64_msvc v0.48.5
36102024-01-30T04:51:42.111Z Downloaded windows_x86_64_msvc v0.48.5
36112024-01-30T04:51:42.137Z Downloaded windows_x86_64_gnu v0.52.0
36122024-01-30T04:51:42.176Z Downloaded windows_x86_64_msvc v0.52.0
36132024-01-30T04:51:42.204Z Downloaded windows_i686_msvc v0.52.0
36142024-01-30T04:51:42.232Z Downloaded windows_i686_msvc v0.48.5
36152024-01-30T04:51:42.271Z Downloaded linux-raw-sys v0.3.8
36162024-01-30T04:51:42.323Z Downloaded windows_i686_gnu v0.52.0
36172024-01-30T04:51:42.364Z Downloaded windows_i686_gnu v0.48.5
36182024-01-30T04:51:42.405Z Downloaded windows_x86_64_gnu v0.48.5
36192024-01-30T04:51:42.444Z Downloaded windows_aarch64_msvc v0.52.0
36202024-01-30T04:51:42.482Z Downloaded winapi v0.3.9
36212024-01-30T04:51:42.720Z Downloaded linux-raw-sys v0.4.13
36222024-01-30T04:51:43.144Z Downloaded windows-sys v0.52.0
36232024-01-30T04:51:43.289Z Downloaded windows-sys v0.48.0
36242024-01-30T04:51:43.488Z Downloaded winapi-i686-pc-windows-gnu v0.4.0
36252024-01-30T04:51:43.760Z Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
36262024-01-30T04:51:44.663Z Downloaded windows v0.48.0
36272024-01-30T04:51:45.779Zinfo: experimental features enabled: setup-scripts
36282024-01-30T04:51:47.474Z Finished test [unoptimized + debuginfo] target(s) in 1.66s
36292024-01-30T04:51:51.078Z Starting 1026 tests across 106 binaries (3 skipped)
36302024-01-30T04:51:51.081Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36312024-01-30T04:51:51.840Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36322024-01-30T04:52:05.990Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36332024-01-30T04:52:09.085Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36342024-01-30T04:52:22.931Z Finished test [unoptimized + debuginfo] target(s) in 31.85s
36352024-01-30T04:52:22.980Z Running `target/debug/crdb-seed`
36362024-01-30T04:52:23.011ZJan 30 04:52:22.713 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp4OpVa1
36372024-01-30T04:52:23.018ZJan 30 04:52:22.714 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpHcgj9K,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp4OpVa1/listen-url
36382024-01-30T04:52:23.018ZJan 30 04:52:22.716 INFO cockroach environment: BUILDOMAT_JOB_ID=01HNC8WHAJRTH1N9NS7QDYYR8S BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=renovate/snafu-0.x GITHUB_REF=refs/heads/renovate/snafu-0.x GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 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-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envKia86L NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out:/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out:/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=e004a8c3-af21-4ea2-ae26-e6e19173ba7a 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 -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.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
36392024-01-30T04:52:24.469ZJan 30 04:52:24.172 INFO cockroach pid: 4000
36402024-01-30T04:52:24.469ZJan 30 04:52:24.172 INFO cockroach listen URL: postgresql://root@[::1]:58125/omicron?sslmode=disable
36412024-01-30T04:52:24.469ZJan 30 04:52:24.172 INFO cockroach: populating
36422024-01-30T04:52:26.707ZJan 30 04:52:26.410 INFO cockroach: populated
36432024-01-30T04:52:29.360ZJan 30 04:52:29.063 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/c261a6718c4c2a2751f3b7f53bf321b069fa46263b228f801908861366143f64.tar`
36442024-01-30T04:52:29.366Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
36452024-01-30T04:52:29.414Z PASS [ 0.040s] bootstore schemes::tests::hello_roundtrip
36462024-01-30T04:52:29.432Z PASS [ 0.051s] authz-macros tests::test_authz_dump
36472024-01-30T04:52:29.448Z PASS [ 0.043s] bootstore schemes::v0::share_pkg::tests::create_packages
36482024-01-30T04:52:29.449Z PASS [ 0.037s] bootstore trust_quorum::rack_secret::tests::create_and_verify
36492024-01-30T04:52:29.452Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
36502024-01-30T04:52:29.473Z PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
36512024-01-30T04:52:29.491Z PASS [ 0.042s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
36522024-01-30T04:52:29.491Z PASS [ 0.049s] db-macros tests::test_derive_metadata_identity_fails_for_enums
36532024-01-30T04:52:29.491Z PASS [ 0.036s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
36542024-01-30T04:52:29.503Z PASS [ 0.024s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
36552024-01-30T04:52:29.508Z PASS [ 0.108s] bootstore schemes::v0::peer::tests::network_config
36562024-01-30T04:52:29.851Z PASS [ 0.362s] dns-server storage::test::test_update_in_progress
36572024-01-30T04:52:29.886Z PASS [ 0.395s] dns-server storage::test::test_update_interrupted
36582024-01-30T04:52:29.896Z PASS [ 0.417s] dns-server storage::test::test_update_basic
36592024-01-30T04:52:30.408Z PASS [ 0.908s] dns-server::basic_test a_crud
36602024-01-30T04:52:30.438Z PASS [ 0.923s] dns-server::basic_test aaaa_crud
36612024-01-30T04:52:30.438Z PASS [ 0.541s] dns-server::basic_test multi_record_crud
36622024-01-30T04:52:30.438Z PASS [ 0.579s] dns-server::basic_test empty_record
36632024-01-30T04:52:30.445Z PASS [ 0.548s] dns-server::basic_test name_contains_zone
36642024-01-30T04:52:30.553Z PASS [ 1.167s] bootstore schemes::v0::peer::tests::basic_3_nodes
36652024-01-30T04:52:30.653Z PASS [ 0.100s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
36662024-01-30T04:52:30.693Z PASS [ 0.041s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
36672024-01-30T04:52:30.760Z PASS [ 0.066s] illumos-utils destructor::test::test_delayed_delete
36682024-01-30T04:52:30.794Z PASS [ 0.348s] dns-server::openapi_test test_dns_server_openapi
36692024-01-30T04:52:30.804Z PASS [ 0.399s] dns-server::basic_test nxdomain
36702024-01-30T04:52:30.830Z PASS [ 0.036s] illumos-utils destructor::test::test_destructor_bad_close
36712024-01-30T04:52:30.837Z PASS [ 0.032s] illumos-utils link::test::test_allocate
36722024-01-30T04:52:30.861Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
36732024-01-30T04:52:30.875Z PASS [ 0.435s] dns-server::basic_test srv_crud
36742024-01-30T04:52:30.875Z PASS [ 0.441s] dns-server::basic_test servfail
36752024-01-30T04:52:30.881Z PASS [ 0.045s] illumos-utils running_zone::tests::test_is_oxide_smf_service
36762024-01-30T04:52:30.889Z PASS [ 0.029s] illumos-utils zone::tests::test_parse_ip_network
36772024-01-30T04:52:30.904Z PASS [ 0.036s] illumos-utils zpool::test::test_parse_bad_zpool_names
36782024-01-30T04:52:30.915Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_internal_zpool_name
36792024-01-30T04:52:30.915Z PASS [ 0.037s] illumos-utils zpool::test::test_parse_external_zpool_name
36802024-01-30T04:52:30.921Z PASS [ 0.033s] illumos-utils zpool::test::test_parse_zpool
36812024-01-30T04:52:30.937Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column
36822024-01-30T04:52:30.941Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_name_json
36832024-01-30T04:52:30.952Z PASS [ 0.036s] illumos-utils zpool::test::test_zpool_name_regex
36842024-01-30T04:52:31.154Z PASS [ 0.201s] installinator-common block_size_writer::tests::proptest_block_writer
36852024-01-30T04:52:31.186Z PASS [ 0.033s] internal-dns config::test::display_hosts
36862024-01-30T04:52:31.214Z PASS [ 0.026s] internal-dns config::test::display_srv_service
36872024-01-30T04:52:31.256Z PASS [ 0.042s] internal-dns config::test::test_builder_errors
36882024-01-30T04:52:31.311Z PASS [ 0.055s] internal-dns config::test::test_builder_output
36892024-01-30T04:52:31.693Z PASS [ 0.750s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi
36902024-01-30T04:52:31.752Z PASS [ 0.992s] illumos-utils destructor::test::test_delayed_delete_with_error
36912024-01-30T04:52:31.929Z PASS [ 0.616s] internal-dns resolver::test::insert_and_lookup_multiple_records
36922024-01-30T04:52:32.131Z PASS [ 0.379s] internal-dns resolver::test::lookup_nonexistent_record_fails
36932024-01-30T04:52:32.156Z PASS [ 0.464s] internal-dns resolver::test::insert_and_lookup_one_record
36942024-01-30T04:52:32.720Z PASS [ 0.793s] internal-dns resolver::test::resolver_can_access_backup_dns_server
36952024-01-30T04:52:32.822Z PASS [ 0.687s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
36962024-01-30T04:52:32.856Z PASS [ 0.038s] ipcc tests::deserialize_fixed_value
36972024-01-30T04:52:32.908Z PASS [ 0.752s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
36982024-01-30T04:52:32.913Z PASS [ 0.060s] ipcc tests::installinator_image_id_round_trip
36992024-01-30T04:52:32.948Z PASS [ 0.041s] ipcc tests::serialized_size
37002024-01-30T04:52:32.973Z PASS [ 0.057s] key-manager tests::different_disks_produce_different_keys
37012024-01-30T04:52:32.980Z PASS [ 0.032s] key-manager tests::different_ikm_produces_different_keys
37022024-01-30T04:52:33.007Z PASS [ 0.028s] key-manager tests::disk_encryption_key_epoch_0
37032024-01-30T04:52:33.428Z PASS [ 0.028s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
37042024-01-30T04:52:33.442Z PASS [ 0.035s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
37052024-01-30T04:52:33.442Z PASS [ 0.075s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
37062024-01-30T04:52:33.442Z PASS [ 0.040s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
37072024-01-30T04:52:33.443Z PASS [ 0.100s] nexus-db-model device_auth::test::test_generate_user_code
37082024-01-30T04:52:33.444Z PASS [ 0.033s] nexus-db-model tests::test_ip_subnet_check_requestable_address
37092024-01-30T04:52:33.444Z PASS [ 0.053s] nexus-db-model semver_version::test::test_to_from_sortable_string
37102024-01-30T04:52:33.444Z PASS [ 0.463s] internal-dns resolver::test::update_record
37112024-01-30T04:52:33.444Z PASS [ 0.037s] nexus-db-model tests::test_ipv6_net_random_subnet
37122024-01-30T04:52:33.445Z PASS [ 0.046s] nexus-db-model tests::test_roles_database_strings
37132024-01-30T04:52:33.445Z PASS [ 0.047s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
37142024-01-30T04:52:33.445Z PASS [ 0.051s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers
37152024-01-30T04:52:33.445Z PASS [ 0.043s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie
37162024-01-30T04:52:33.445Z PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers
37172024-01-30T04:52:33.446Z PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers
37182024-01-30T04:52:33.446Z PASS [ 0.049s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
37192024-01-30T04:52:33.446Z PASS [ 0.048s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies
37202024-01-30T04:52:33.446Z PASS [ 0.058s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie
37212024-01-30T04:52:33.447Z PASS [ 0.112s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute
37222024-01-30T04:52:33.458Z PASS [ 0.102s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle
37232024-01-30T04:52:33.458Z PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token
37242024-01-30T04:52:33.471Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header
37252024-01-30T04:52:33.472Z PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present
37262024-01-30T04:52:33.493Z PASS [ 0.050s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie
37272024-01-30T04:52:33.508Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie
37282024-01-30T04:52:33.516Z PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value
37292024-01-30T04:52:33.547Z PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error
37302024-01-30T04:52:33.556Z PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_make_header_value
37312024-01-30T04:52:33.563Z PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie
37322024-01-30T04:52:33.580Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw
37332024-01-30T04:52:33.606Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids
37342024-01-30T04:52:33.616Z PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing
37352024-01-30T04:52:33.623Z PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid
37362024-01-30T04:52:33.654Z PASS [ 0.047s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values
37372024-01-30T04:52:33.663Z PASS [ 0.044s] nexus-db-queries authn::external::token::test::test_make_header_value
37382024-01-30T04:52:33.686Z PASS [ 0.060s] nexus-db-queries authn::external::test::test_authn_sequence
37392024-01-30T04:52:33.695Z PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8
37402024-01-30T04:52:33.708Z PASS [ 0.043s] nexus-db-queries authn::external::token::test::test_token_header_missing
37412024-01-30T04:52:33.717Z PASS [ 0.045s] nexus-db-queries authn::external::token::test::test_token_header_valid
37422024-01-30T04:52:33.764Z PASS [ 0.051s] nexus-db-queries authn::test::test_internal_users
37432024-01-30T04:52:33.774Z PASS [ 0.056s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes
37442024-01-30T04:52:34.845Z PASS [ 4.405s] dns-server::commands_test test_dnsadm
37452024-01-30T04:52:41.124Z PASS [ 7.419s] nexus-db-queries authz::context::test::test_unregistered_resource
37462024-01-30T04:52:42.357Z PASS [ 7.095s] nexus-db-queries context::test::test_background_context
37472024-01-30T04:52:46.228Z PASS [ 15.293s] installinator mock_peers::tests::proptest_fetch_artifact
37482024-01-30T04:52:48.183Z PASS [ 17.226s] installinator write::tests::proptest_write_artifact
37492024-01-30T04:52:51.383Z PASS [ 16.252s] nexus-db-queries authz::policy_test::test_conferred_roles
37502024-01-30T04:52:51.383Z PASS [ 9.380s] nexus-db-queries context::test::test_child_context
37512024-01-30T04:52:51.383Z PASS [ 9.201s] nexus-db-queries context::test::test_test_context
37522024-01-30T04:52:54.721Z PASS [ 8.493s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
37532024-01-30T04:52:57.025Z PASS [ 8.855s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
37542024-01-30T04:52:58.271Z PASS [ 8.276s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
37552024-01-30T04:52:58.984Z PASS [ 8.480s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
37562024-01-30T04:53:00.524Z PASS [ 9.370s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
37572024-01-30T04:53:03.718Z PASS [ 8.979s] nexus-db-queries db::collection_attach::test::test_attach_once
37582024-01-30T04:53:05.810Z PASS [ 0.082s] nexus-db-queries db::collection_attach::test::test_verify_query
37592024-01-30T04:53:05.876Z PASS [ 8.856s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
37602024-01-30T04:53:07.521Z PASS [ 9.247s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
37612024-01-30T04:53:08.553Z PASS [ 9.542s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
37622024-01-30T04:53:09.129Z PASS [ 8.615s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
37632024-01-30T04:53:12.536Z PASS [ 8.758s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
37642024-01-30T04:53:14.746Z PASS [ 8.870s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
37652024-01-30T04:53:14.817Z PASS [ 0.070s] nexus-db-queries db::collection_detach::test::test_verify_query
37662024-01-30T04:53:16.695Z PASS [ 9.176s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
37672024-01-30T04:53:17.455Z PASS [ 8.930s] nexus-db-queries db::collection_detach::test::test_detach_once
37682024-01-30T04:53:17.718Z PASS [ 8.594s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
37692024-01-30T04:53:20.294Z PASS [ 46.524s] nexus-db-queries authz::policy_test::test_iam_roles_behavior
37702024-01-30T04:53:20.478Z PASS [ 7.951s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
37712024-01-30T04:53:21.954Z PASS [ 7.143s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
37722024-01-30T04:53:23.059Z PASS [ 6.358s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
37732024-01-30T04:53:23.674Z PASS [ 6.219s] nexus-db-queries db::collection_detach_many::test::test_detach_many
37742024-01-30T04:53:23.731Z PASS [ 0.055s] nexus-db-queries db::collection_detach_many::test::test_verify_query
37752024-01-30T04:53:23.887Z PASS [ 6.163s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
37762024-01-30T04:53:26.497Z PASS [ 6.200s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
37772024-01-30T04:53:26.543Z PASS [ 0.051s] nexus-db-queries db::collection_insert::test::test_verify_query
37782024-01-30T04:53:26.587Z PASS [ 0.044s] nexus-db-queries db::column_walker::test::test_walk_columns
37792024-01-30T04:53:26.620Z PASS [ 6.142s] nexus-db-queries db::collection_detach_many::test::test_detach_once
37802024-01-30T04:53:26.627Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_walk_table
37812024-01-30T04:53:26.672Z PASS [ 0.043s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections
37822024-01-30T04:53:26.684Z PASS [ 0.064s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections
37832024-01-30T04:53:26.715Z PASS [ 0.044s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names
37842024-01-30T04:53:26.732Z PASS [ 0.048s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files
37852024-01-30T04:53:28.085Z PASS [ 6.131s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
37862024-01-30T04:53:29.412Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run
37872024-01-30T04:53:29.422Z SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run
37882024-01-30T04:53:29.456Z PASS [ 6.405s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
37892024-01-30T04:53:29.522Z PASS [ 5.792s] nexus-db-queries db::collection_insert::test::test_collection_not_present
37902024-01-30T04:53:29.639Z PASS [ 5.758s] nexus-db-queries db::collection_insert::test::test_collection_present
37912024-01-30T04:53:32.214Z PASS [ 5.469s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
37922024-01-30T04:53:32.263Z PASS [ 0.056s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
37932024-01-30T04:53:32.643Z PASS [ 63.228s] bootstore::v0-fsm-proptest-learner run
37942024-01-30T04:53:32.997Z PASS [ 6.280s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
37952024-01-30T04:53:35.704Z PASS [ 7.620s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
37962024-01-30T04:53:36.870Z PASS [ 7.232s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
37972024-01-30T04:53:37.162Z PASS [ 7.643s] nexus-db-queries db::datastore::deployment::tests::test_set_target
37982024-01-30T04:53:37.428Z PASS [ 7.972s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
37992024-01-30T04:53:38.901Z PASS [ 6.640s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
38002024-01-30T04:53:40.231Z PASS [ 7.234s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
38012024-01-30T04:53:40.932Z PASS [ 8.291s] nexus-db-queries db::datastore::dns::test::test_dns_update
38022024-01-30T04:53:43.298Z PASS [ 7.591s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
38032024-01-30T04:53:44.045Z PASS [ 7.175s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
38042024-01-30T04:53:44.135Z PASS [ 6.959s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
38052024-01-30T04:53:44.569Z PASS [ 75.149s] bootstore::v0-fsm-proptest-rack-coordinator run
38062024-01-30T04:53:46.303Z PASS [ 7.404s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
38072024-01-30T04:53:47.268Z PASS [ 7.037s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
38082024-01-30T04:53:47.569Z PASS [ 6.638s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
38092024-01-30T04:53:47.673Z PASS [ 10.248s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
38102024-01-30T04:53:50.209Z PASS [ 6.915s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
38112024-01-30T04:53:51.016Z PASS [ 6.971s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
38122024-01-30T04:53:51.023Z PASS [ 6.903s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
38132024-01-30T04:53:51.346Z PASS [ 6.776s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled
38142024-01-30T04:53:52.966Z PASS [ 6.665s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks
38152024-01-30T04:53:54.229Z PASS [ 6.963s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent
38162024-01-30T04:53:54.375Z PASS [ 6.700s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent
38172024-01-30T04:53:54.393Z PASS [ 6.825s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled
38182024-01-30T04:53:54.435Z PASS [ 0.042s] nexus-db-queries db::datastore::region::test::test_extent_count
38192024-01-30T04:53:57.022Z PASS [ 6.806s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
38202024-01-30T04:53:58.025Z PASS [ 7.001s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
38212024-01-30T04:53:58.399Z PASS [ 7.054s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
38222024-01-30T04:53:58.403Z PASS [ 7.391s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
38232024-01-30T04:54:00.665Z PASS [ 7.698s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
38242024-01-30T04:54:01.419Z PASS [ 7.045s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
38252024-01-30T04:54:01.526Z PASS [ 7.091s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
38262024-01-30T04:54:01.848Z PASS [ 7.619s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
38272024-01-30T04:54:03.633Z PASS [ 6.617s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
38282024-01-30T04:54:04.957Z PASS [ 6.934s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
38292024-01-30T04:54:05.099Z PASS [ 6.693s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
38302024-01-30T04:54:05.171Z PASS [ 6.771s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
38312024-01-30T04:54:06.701Z PASS [ 5.173s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
38322024-01-30T04:54:08.201Z PASS [ 6.780s] nexus-db-queries db::datastore::test::test_project_creation
38332024-01-30T04:54:08.437Z PASS [ 7.769s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
38342024-01-30T04:54:08.642Z PASS [ 6.792s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
38352024-01-30T04:54:12.096Z PASS [ 7.133s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
38362024-01-30T04:54:12.898Z PASS [ 9.267s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
38372024-01-30T04:54:17.286Z PASS [ 9.170s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
38382024-01-30T04:54:17.324Z PASS [ 9.853s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
38392024-01-30T04:54:17.324Z PASS [ 6.915s] nexus-db-queries db::datastore::test::test_service_upsert_and_list
38402024-01-30T04:54:17.324Z PASS [ 6.895s] nexus-db-queries db::datastore::test::test_session_methods
38412024-01-30T04:54:17.324Z PASS [ 4.999s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
38422024-01-30T04:54:17.325Z PASS [ 10.469s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
38432024-01-30T04:54:17.434Z PASS [ 9.224s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
38442024-01-30T04:54:17.488Z PASS [ 0.059s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data
38452024-01-30T04:54:17.554Z PASS [ 0.064s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid
38462024-01-30T04:54:17.610Z PASS [ 0.061s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid
38472024-01-30T04:54:17.659Z PASS [ 0.051s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid
38482024-01-30T04:54:19.648Z PASS [ 6.340s] nexus-db-queries db::datastore::test::test_ssh_keys
38492024-01-30T04:54:20.688Z PASS [ 6.420s] nexus-db-queries db::datastore::test::test_table_scan
38502024-01-30T04:54:21.968Z PASS [ 6.534s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
38512024-01-30T04:54:22.435Z PASS [ 6.999s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
38522024-01-30T04:54:22.510Z PASS [ 5.417s] nexus-db-queries db::explain::test::test_explain_async
38532024-01-30T04:54:22.554Z PASS [ 0.046s] nexus-db-queries db::pagination::test::test_paginator
38542024-01-30T04:54:22.560Z PASS [ 7.026s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
38552024-01-30T04:54:22.636Z PASS [ 5.467s] nexus-db-queries db::explain::test::test_explain_full_table_scan
38562024-01-30T04:54:23.989Z PASS [ 6.331s] nexus-db-queries db::lookup::test::test_lookup
38572024-01-30T04:54:25.290Z PASS [ 6.045s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
38582024-01-30T04:54:26.674Z PASS [ 5.987s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
38592024-01-30T04:54:27.763Z PASS [ 6.207s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
38602024-01-30T04:54:28.191Z PASS [ 5.638s] nexus-db-queries db::pool_connection::test::all_enums_in_prepopulate_list
38612024-01-30T04:54:28.789Z PASS [ 6.444s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
38622024-01-30T04:54:30.257Z PASS [ 7.622s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
38632024-01-30T04:54:30.453Z PASS [ 7.890s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
38642024-01-30T04:54:31.547Z PASS [ 7.558s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent
38652024-01-30T04:54:31.893Z PASS [ 6.611s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range
38662024-01-30T04:54:33.575Z PASS [ 6.900s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent
38672024-01-30T04:54:34.939Z PASS [ 7.176s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full
38682024-01-30T04:54:34.985Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
38692024-01-30T04:54:35.242Z PASS [ 7.052s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
38702024-01-30T04:54:36.117Z PASS [ 7.328s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
38712024-01-30T04:54:37.676Z PASS [ 7.419s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service
38722024-01-30T04:54:38.046Z PASS [ 7.595s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
38732024-01-30T04:54:38.960Z PASS [ 7.413s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
38742024-01-30T04:54:39.252Z PASS [ 7.360s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
38752024-01-30T04:54:41.578Z PASS [ 8.002s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
38762024-01-30T04:54:41.955Z PASS [ 6.971s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
38772024-01-30T04:54:42.133Z PASS [ 6.891s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
38782024-01-30T04:54:42.543Z PASS [ 6.425s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
38792024-01-30T04:54:44.580Z PASS [ 6.904s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
38802024-01-30T04:54:44.779Z PASS [ 6.726s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
38812024-01-30T04:54:44.840Z PASS [ 0.061s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
38822024-01-30T04:54:45.915Z PASS [ 6.957s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
38832024-01-30T04:54:46.002Z PASS [ 6.746s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
38842024-01-30T04:54:46.118Z PASS [ 0.108s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
38852024-01-30T04:54:46.143Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
38862024-01-30T04:54:46.190Z PASS [ 0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
38872024-01-30T04:54:46.214Z PASS [ 0.034s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
38882024-01-30T04:54:46.253Z PASS [ 0.033s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
38892024-01-30T04:54:48.376Z PASS [ 6.798s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
38902024-01-30T04:54:50.239Z PASS [ 7.020s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
38912024-01-30T04:54:50.246Z PASS [ 6.956s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
38922024-01-30T04:54:50.246Z PASS [ 6.642s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
38932024-01-30T04:54:51.505Z PASS [ 6.925s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
38942024-01-30T04:54:51.540Z PASS [ 0.036s] nexus-defaults tests::test_random_vpc_ipv6_prefix
38952024-01-30T04:54:51.676Z PASS [ 5.429s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query
38962024-01-30T04:54:51.728Z PASS [ 0.049s] nexus-deployment blueprint_builder::test::test_initial
38972024-01-30T04:54:51.759Z PASS [ 0.193s] nexus-deployment blueprint_builder::test::test_basic
38982024-01-30T04:54:51.767Z PASS [ 0.040s] nexus-deployment ip_allocator::test::test_basic
38992024-01-30T04:54:51.820Z PASS [ 0.086s] nexus-deployment planner::test::test_basic_add_sled
39002024-01-30T04:54:51.871Z PASS [ 0.051s] nexus-inventory builder::test::test_empty
39012024-01-30T04:54:51.936Z PASS [ 6.021s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
39022024-01-30T04:54:51.977Z PASS [ 0.106s] nexus-inventory builder::test::test_problems
39032024-01-30T04:54:52.083Z PASS [ 7.251s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
39042024-01-30T04:54:52.173Z PASS [ 0.410s] nexus-inventory builder::test::test_basic
39052024-01-30T04:54:53.155Z PASS [ 1.073s] nexus-inventory collector::test::test_multi_mgs_failure
39062024-01-30T04:54:53.191Z PASS [ 0.034s] nexus-types external_api::shared::test::test_policy_parsing
39072024-01-30T04:54:53.276Z PASS [ 4.898s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered
39082024-01-30T04:54:53.362Z PASS [ 0.090s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
39092024-01-30T04:54:53.378Z PASS [ 0.188s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
39102024-01-30T04:54:53.428Z PASS [ 1.254s] nexus-inventory collector::test::test_sled_agent_failure
39112024-01-30T04:54:53.621Z PASS [ 0.242s] omicron-certificates tests::test_common_name_is_validated
39122024-01-30T04:54:53.659Z PASS [ 0.037s] omicron-common address::test::test_dns_subnets
39132024-01-30T04:54:53.673Z PASS [ 0.305s] omicron-certificates tests::test_cert_extended_key_usage
39142024-01-30T04:54:53.693Z PASS [ 0.033s] omicron-common address::test::test_ip_range_checks_non_decreasing
39152024-01-30T04:54:53.704Z PASS [ 0.274s] omicron-certificates tests::test_subject_alternate_names_are_validated
39162024-01-30T04:54:53.710Z PASS [ 0.041s] omicron-common address::test::test_ip_range_enum_deserialization
39172024-01-30T04:54:53.725Z PASS [ 0.028s] omicron-common address::test::test_ip_range_iter
39182024-01-30T04:54:53.767Z PASS [ 0.027s] omicron-common address::test::test_ip_range_try_from
39192024-01-30T04:54:53.767Z PASS [ 0.032s] omicron-common address::test::test_ipv6_subnet_deserialize
39202024-01-30T04:54:53.767Z PASS [ 0.030s] omicron-common address::test::test_sled_address
39212024-01-30T04:54:53.772Z PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless
39222024-01-30T04:54:53.773Z PASS [ 0.026s] omicron-common api::external::error::test::test_context
39232024-01-30T04:54:53.773Z PASS [ 1.837s] nexus-inventory collector::test::test_basic
39242024-01-30T04:54:53.780Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_pagination_examples
39252024-01-30T04:54:53.792Z PASS [ 0.034s] omicron-common api::external::http_pagination::test::test_pagination_schemas
39262024-01-30T04:54:53.805Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
39272024-01-30T04:54:53.830Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_name
39282024-01-30T04:54:54.256Z PASS [ 0.062s] omicron-common api::external::http_pagination::test::test_scan_by_id
39292024-01-30T04:54:54.256Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
39302024-01-30T04:54:54.919Z PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
39312024-01-30T04:54:54.919Z PASS [ 0.026s] omicron-common api::external::test::test_bytecount
39322024-01-30T04:54:54.919Z PASS [ 0.027s] omicron-common api::external::test::test_bytecount_display
39332024-01-30T04:54:54.919Z PASS [ 0.024s] omicron-common api::external::test::test_firewall_deserialization
39342024-01-30T04:54:54.919Z PASS [ 0.035s] omicron-common api::external::test::test_digest
39352024-01-30T04:54:54.920Z PASS [ 0.036s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
39362024-01-30T04:54:54.920Z PASS [ 0.024s] omicron-common api::external::test::test_ip_port_range_from_str
39372024-01-30T04:54:54.920Z PASS [ 0.026s] omicron-common api::external::test::test_ip_port_range_into_str
39382024-01-30T04:54:54.920Z PASS [ 0.042s] omicron-common api::external::test::test_firewall_rule_target_parse
39392024-01-30T04:54:54.920Z PASS [ 0.026s] omicron-common api::external::test::test_ipnet_first_last_address
39402024-01-30T04:54:54.920Z PASS [ 0.025s] omicron-common api::external::test::test_ipnet_serde
39412024-01-30T04:54:54.920Z PASS [ 0.026s] omicron-common api::external::test::test_ipv4_net_operations
39422024-01-30T04:54:54.921Z PASS [ 0.026s] omicron-common api::external::test::test_ipv6_net_operations
39432024-01-30T04:54:54.921Z PASS [ 0.024s] omicron-common api::external::test::test_mac_to_int_conversions
39442024-01-30T04:54:54.921Z PASS [ 0.037s] omicron-common api::external::test::test_mac_system_iterator
39452024-01-30T04:54:54.921Z PASS [ 0.029s] omicron-common api::external::test::test_macaddr
39462024-01-30T04:54:54.921Z PASS [ 0.032s] omicron-common api::external::test::test_name_parse
39472024-01-30T04:54:54.921Z PASS [ 0.029s] omicron-common api::external::test::test_name_parse_from_param
39482024-01-30T04:54:54.921Z PASS [ 0.029s] omicron-common api::external::test::test_resource_name_parse
39492024-01-30T04:54:54.921Z PASS [ 2.007s] nexus-inventory collector::test::test_multi_mgs
39502024-01-30T04:54:54.921Z PASS [ 0.035s] omicron-common api::external::test::test_role_name_parse
39512024-01-30T04:54:54.921Z PASS [ 0.036s] omicron-common api::external::test::test_route_destination_parse
39522024-01-30T04:54:54.921Z PASS [ 0.036s] omicron-common api::external::test::test_route_target_parse
39532024-01-30T04:54:54.921Z PASS [ 0.029s] omicron-common api::external::test::test_semver_serialize
39542024-01-30T04:54:54.921Z PASS [ 0.029s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
39552024-01-30T04:54:54.921Z PASS [ 0.036s] omicron-common api::external::test::test_semver_validation
39562024-01-30T04:54:54.921Z PASS [ 0.033s] omicron-common ledger::test::test_create_default_ledger
39572024-01-30T04:54:54.922Z PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_from_storage
39582024-01-30T04:54:54.922Z PASS [ 0.046s] omicron-common ledger::test::test_commit_handles_write_failures
39592024-01-30T04:54:54.922Z PASS [ 0.038s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
39602024-01-30T04:54:54.922Z PASS [ 5.082s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
39612024-01-30T04:54:54.922Z PASS [ 0.030s] omicron-common nexus_config::test::test_config_bad_toml
39622024-01-30T04:54:54.922Z PASS [ 0.044s] omicron-common nexus_config::test::test_bad_authn_schemes
39632024-01-30T04:54:54.922Z PASS [ 0.027s] omicron-common nexus_config::test::test_config_nonexistent
39642024-01-30T04:54:54.922Z PASS [ 0.033s] omicron-common nexus_config::test::test_config_empty
39652024-01-30T04:54:54.922Z PASS [ 0.033s] omicron-common nexus_config::test::test_deployment_config_schema
39662024-01-30T04:54:54.922Z PASS [ 0.034s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable
39672024-01-30T04:54:54.922Z PASS [ 0.029s] omicron-common nexus_config::test::test_valid
39682024-01-30T04:54:54.922Z PASS [ 0.030s] omicron-common postgres_config::test::test_bad_url
39692024-01-30T04:54:54.923Z PASS [ 0.030s] omicron-common postgres_config::test::test_example_url
39702024-01-30T04:54:54.923Z PASS [ 0.046s] omicron-common nexus_config::test::test_repo_configs_are_valid
39712024-01-30T04:54:54.923Z PASS [ 0.037s] omicron-common update::tests::serde_artifact_kind
39722024-01-30T04:54:54.927Z PASS [ 0.263s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd
39732024-01-30T04:54:54.928Z PASS [ 0.265s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args
39742024-01-30T04:54:54.928Z PASS [ 0.267s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args
39752024-01-30T04:54:54.928Z PASS [ 0.351s] omicron-dev::test_omicron_dev test_cert_create
39762024-01-30T04:54:54.928Z PASS [ 0.118s] omicron-dev::test_omicron_dev test_omicron_dev_no_args
39772024-01-30T04:54:54.928Z PASS [ 0.126s] omicron-gateway management_switch::location_map::tests::test_config_validation
39782024-01-30T04:54:54.928Z PASS [ 0.124s] omicron-gateway management_switch::location_map::tests::test_resolve_location
39792024-01-30T04:54:55.223Z PASS [ 0.697s] omicron-gateway::test_all integration_tests::component_list::component_list
39802024-01-30T04:54:55.469Z PASS [ 0.897s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
39812024-01-30T04:54:55.475Z PASS [ 6.293s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
39822024-01-30T04:54:55.530Z PASS [ 0.313s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
39832024-01-30T04:54:55.578Z PASS [ 6.489s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
39842024-01-30T04:54:55.616Z PASS [ 1.114s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled
39852024-01-30T04:54:55.783Z PASS [ 0.307s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
39862024-01-30T04:55:12.444Z PASS [ 15.730s] omicron-dev::test_omicron_dev test_db_killed
39872024-01-30T04:55:16.005Z PASS [ 21.620s] omicron-dev::test_omicron_dev test_run_all
39882024-01-30T04:55:17.574Z PASS [ 23.466s] omicron-dev::test_omicron_dev test_db_run
39892024-01-30T04:55:18.505Z PASS [ 22.927s] omicron-nexus app::background::dns_config::test::test_basic
39902024-01-30T04:55:18.588Z PASS [ 22.812s] omicron-nexus app::background::dns_servers::test::test_basic
39912024-01-30T04:55:18.619Z PASS [ 23.082s] omicron-nexus app::background::common::test::test_driver_basic
39922024-01-30T04:55:18.731Z PASS [ 0.119s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
39932024-01-30T04:55:19.223Z PASS [ 23.614s] omicron-nexus app::background::dns_propagation::test::test_basic
39942024-01-30T04:55:19.342Z PASS [ 0.110s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
39952024-01-30T04:55:19.398Z PASS [ 0.065s] omicron-nexus app::external_endpoints::test::test_no_endpoint
39962024-01-30T04:55:19.467Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
39972024-01-30T04:55:19.973Z PASS [ 1.380s] omicron-nexus app::external_endpoints::test::test_authority
39982024-01-30T04:55:20.774Z PASS [ 25.290s] omicron-nexus app::background::common::test::test_activation_in_progress
39992024-01-30T04:55:30.241Z PASS [ 20.401s] omicron-nexus app::background::external_endpoints::test::test_basic
40002024-01-30T04:55:31.731Z PASS [ 13.000s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
40012024-01-30T04:55:38.029Z PASS [ 22.023s] omicron-nexus app::background::init::test::test_dns_propagation_basic
40022024-01-30T04:55:41.314Z PASS [ 22.810s] omicron-nexus app::background::inventory_collection::test::test_db_sled_enumerator
40032024-01-30T04:55:46.036Z PASS [ 25.270s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
40042024-01-30T04:55:46.977Z PASS [ 27.511s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
40052024-01-30T04:55:47.557Z PASS [ 29.972s] omicron-nexus app::background::inventory_collection::test::test_basic
40062024-01-30T04:55:49.378Z PASS [ 29.410s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
40072024-01-30T04:55:52.855Z PASS [ 22.607s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
40082024-01-30T04:55:56.792Z PASS [ 25.060s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
40092024-01-30T04:56:03.168Z PASS [ 25.143s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
40102024-01-30T04:56:16.265Z PASS [ 28.721s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
40112024-01-30T04:56:18.560Z PASS [ 31.583s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
40122024-01-30T04:56:19.767Z PASS [ 30.393s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
40132024-01-30T04:56:22.315Z PASS [ 29.474s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
40142024-01-30T04:56:33.323Z PASS [ 36.534s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
40152024-01-30T04:56:41.313Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40162024-01-30T04:56:42.600Z PASS [ 39.432s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
40172024-01-30T04:56:46.035Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40182024-01-30T04:56:49.956Z PASS [ 33.691s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
40192024-01-30T04:56:50.837Z PASS [ 31.872s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
40202024-01-30T04:57:01.390Z PASS [ 41.623s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
40212024-01-30T04:57:07.892Z PASS [ 43.308s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
40222024-01-30T04:57:12.535Z PASS [ 39.210s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
40232024-01-30T04:57:19.608Z PASS [ 37.011s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
40242024-01-30T04:57:23.776Z PASS [ 33.347s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
40252024-01-30T04:57:34.738Z PASS [ 29.120s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
40262024-01-30T04:57:38.760Z PASS [ 37.373s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
40272024-01-30T04:57:41.010Z PASS [ 28.479s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
40282024-01-30T04:57:41.311Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40292024-01-30T04:57:46.051Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40302024-01-30T04:57:49.455Z PASS [ 28.761s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
40312024-01-30T04:57:49.462Z PASS [ 0.063s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
40322024-01-30T04:57:49.954Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
40332024-01-30T04:57:54.167Z PASS [ 30.387s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
40342024-01-30T04:57:55.251Z PASS [ 20.514s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
40352024-01-30T04:58:07.724Z PASS [ 77.772s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
40362024-01-30T04:58:18.296Z PASS [ 29.866s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
40372024-01-30T04:58:24.740Z PASS [ 30.581s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
40382024-01-30T04:58:27.797Z PASS [ 20.074s] omicron-nexus app::sagas::test_saga::test_saga_stuck
40392024-01-30T04:58:31.596Z PASS [ 36.346s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
40402024-01-30T04:58:31.649Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
40412024-01-30T04:58:31.706Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
40422024-01-30T04:58:31.759Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
40432024-01-30T04:58:31.819Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
40442024-01-30T04:58:31.883Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
40452024-01-30T04:58:31.942Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
40462024-01-30T04:58:32.010Z PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_relative_uri
40472024-01-30T04:58:32.178Z PASS [ 0.170s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
40482024-01-30T04:58:36.323Z PASS [ 8.526s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
40492024-01-30T04:58:38.758Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40502024-01-30T04:58:41.008Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40512024-01-30T04:58:41.309Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40522024-01-30T04:58:46.033Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40532024-01-30T04:58:46.329Z PASS [ 28.033s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
40542024-01-30T04:58:47.524Z PASS [ 22.781s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
40552024-01-30T04:58:59.264Z PASS [ 22.937s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
40562024-01-30T04:59:01.445Z PASS [ 13.925s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
40572024-01-30T04:59:01.573Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
40582024-01-30T04:59:06.908Z PASS [ 20.576s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
40592024-01-30T04:59:12.000Z PASS [ 12.738s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
40602024-01-30T04:59:21.551Z PASS [ 19.980s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
40612024-01-30T04:59:27.357Z PASS [ 20.454s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
40622024-01-30T04:59:32.179Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
40632024-01-30T04:59:32.991Z PASS [ 20.993s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
40642024-01-30T04:59:38.867Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40652024-01-30T04:59:45.605Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40662024-01-30T04:59:45.605Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40672024-01-30T04:59:45.606Z PASS [ 19.837s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
40682024-01-30T04:59:46.032Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40692024-01-30T04:59:48.057Z PASS [ 20.696s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
40702024-01-30T04:59:48.997Z PASS [ 76.823s] omicron-nexus populate::test::test_populators
40712024-01-30T04:59:50.224Z PASS [ 129.217s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
40722024-01-30T04:59:51.822Z PASS [ 18.833s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
40732024-01-30T05:00:01.312Z PASS [ 19.924s] omicron-nexus::test_all integration_tests::basic::test_ping
40742024-01-30T05:00:11.929Z PASS [ 21.709s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
40752024-01-30T05:00:12.873Z PASS [ 21.051s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
40762024-01-30T05:00:17.662Z PASS [ 29.609s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
40772024-01-30T05:00:22.302Z PASS [ 20.970s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
40782024-01-30T05:00:22.850Z PASS [ 33.852s] omicron-nexus::test_all integration_tests::basic::test_projects_list
40792024-01-30T05:00:33.113Z PASS [ 21.185s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
40802024-01-30T05:00:33.938Z PASS [ 21.065s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
40812024-01-30T05:00:38.755Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
40822024-01-30T05:00:41.031Z PASS [ 7.919s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
40832024-01-30T05:00:41.185Z PASS [ 0.148s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
40842024-01-30T05:00:41.306Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
40852024-01-30T05:00:41.394Z PASS [ 23.734s] omicron-nexus::test_all integration_tests::certificates::test_crud
40862024-01-30T05:00:41.569Z PASS [ 7.631s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
40872024-01-30T05:00:41.903Z PASS [ 0.511s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal
40882024-01-30T05:00:42.254Z PASS [ 1.074s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
40892024-01-30T05:00:42.347Z PASS [ 20.068s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
40902024-01-30T05:00:46.129Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
40912024-01-30T05:00:53.644Z PASS [ 30.794s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
40922024-01-30T05:01:02.597Z PASS [ 20.632s] omicron-nexus::test_all integration_tests::console_api::test_assets
40932024-01-30T05:01:02.629Z PASS [ 21.028s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
40942024-01-30T05:01:03.661Z PASS [ 21.405s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
40952024-01-30T05:01:08.799Z PASS [ 26.451s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
40962024-01-30T05:01:22.163Z PASS [ 28.524s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
40972024-01-30T05:01:23.936Z PASS [ 21.402s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
40982024-01-30T05:01:24.292Z PASS [ 21.697s] omicron-nexus::test_all integration_tests::console_api::test_session_me
40992024-01-30T05:01:24.666Z PASS [ 21.008s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
41002024-01-30T05:01:34.642Z PASS [ 25.846s] omicron-nexus::test_all integration_tests::console_api::test_sessions
41012024-01-30T05:01:38.757Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41022024-01-30T05:01:45.806Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41032024-01-30T05:01:45.806Z PASS [ 21.707s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
41042024-01-30T05:01:45.833Z PASS [ 21.880s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
41052024-01-30T05:01:46.038Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41062024-01-30T05:01:48.603Z PASS [ 24.311s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
41072024-01-30T05:02:00.479Z PASS [ 25.816s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
41082024-01-30T05:02:01.468Z PASS [ 36.803s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
41092024-01-30T05:02:10.544Z PASS [ 26.676s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
41102024-01-30T05:02:11.214Z PASS [ 25.399s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
41112024-01-30T05:02:12.196Z PASS [ 23.594s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
41122024-01-30T05:02:35.369Z PASS [ 24.155s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
41132024-01-30T05:02:38.752Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41142024-01-30T05:02:39.026Z PASS [ 26.832s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
41152024-01-30T05:02:39.925Z PASS [ 39.470s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
41162024-01-30T05:02:41.308Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41172024-01-30T05:02:46.312Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41182024-01-30T05:02:54.298Z PASS [ 52.834s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
41192024-01-30T05:02:58.220Z PASS [ 22.849s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
41202024-01-30T05:03:00.914Z PASS [ 50.372s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
41212024-01-30T05:03:02.003Z PASS [ 22.975s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
41222024-01-30T05:03:03.599Z PASS [ 23.673s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
41232024-01-30T05:03:18.410Z PASS [ 24.108s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
41242024-01-30T05:03:26.843Z PASS [ 24.843s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
41252024-01-30T05:03:28.358Z PASS [ 30.142s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
41262024-01-30T05:03:33.610Z PASS [ 30.013s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
41272024-01-30T05:03:40.398Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41282024-01-30T05:03:41.302Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41292024-01-30T05:03:45.068Z PASS [ 366.320s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
41302024-01-30T05:03:46.026Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41312024-01-30T05:03:47.858Z PASS [ 46.947s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
41322024-01-30T05:03:49.182Z PASS [ 30.777s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
41332024-01-30T05:03:55.311Z PASS [ 28.470s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
41342024-01-30T05:03:58.940Z PASS [ 30.585s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
41352024-01-30T05:03:59.755Z PASS [ 26.147s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
41362024-01-30T05:04:19.700Z PASS [ 31.842s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
41372024-01-30T05:04:21.519Z PASS [ 22.580s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
41382024-01-30T05:04:25.176Z PASS [ 25.422s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
41392024-01-30T05:04:26.306Z PASS [ 41.244s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_detach_fail_if_in_use_by_other
41402024-01-30T05:04:41.301Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41412024-01-30T05:04:42.952Z PASS [ 47.643s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
41422024-01-30T05:04:45.100Z PASS [ 23.581s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
41432024-01-30T05:04:46.024Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41442024-01-30T05:04:46.963Z PASS [ 57.783s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
41452024-01-30T05:04:47.411Z PASS [ 22.236s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
41462024-01-30T05:04:47.698Z PASS [ 0.734s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
41472024-01-30T05:04:48.106Z PASS [ 0.695s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
41482024-01-30T05:04:48.298Z PASS [ 0.601s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
41492024-01-30T05:04:48.836Z PASS [ 3.735s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
41502024-01-30T05:04:49.101Z PASS [ 22.793s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
41512024-01-30T05:04:54.916Z PASS [ 35.217s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
41522024-01-30T05:05:07.173Z PASS [ 24.222s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
41532024-01-30T05:05:10.379Z PASS [ 22.273s] omicron-nexus::test_all integration_tests::images::test_image_create
41542024-01-30T05:05:12.050Z PASS [ 23.751s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
41552024-01-30T05:05:13.206Z PASS [ 24.108s] omicron-nexus::test_all integration_tests::images::test_image_promotion
41562024-01-30T05:05:17.050Z PASS [ 28.216s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
41572024-01-30T05:05:18.051Z PASS [ 23.127s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
41582024-01-30T05:05:23.728Z PASS [ 10.522s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
41592024-01-30T05:05:25.465Z PASS [ 8.416s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
41602024-01-30T05:05:28.579Z PASS [ 10.536s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
41612024-01-30T05:05:30.636Z PASS [ 23.463s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
41622024-01-30T05:05:32.983Z PASS [ 22.604s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
41632024-01-30T05:05:33.305Z PASS [ 21.251s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
41642024-01-30T05:05:34.361Z PASS [ 10.630s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
41652024-01-30T05:05:41.300Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41662024-01-30T05:05:46.023Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41672024-01-30T05:05:52.679Z PASS [ 27.215s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
41682024-01-30T05:06:01.961Z PASS [ 31.317s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
41692024-01-30T05:06:06.424Z PASS [ 33.009s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
41702024-01-30T05:06:15.247Z PASS [ 22.567s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
41712024-01-30T05:06:15.459Z PASS [ 41.102s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
41722024-01-30T05:06:18.151Z PASS [ 49.577s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
41732024-01-30T05:06:19.010Z PASS [ 46.031s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
41742024-01-30T05:06:36.227Z PASS [ 20.763s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
41752024-01-30T05:06:41.299Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41762024-01-30T05:06:44.508Z PASS [ 29.263s] omicron-nexus::test_all integration_tests::instances::test_instance_access
41772024-01-30T05:06:46.026Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41782024-01-30T05:06:46.036Z PASS [ 44.081s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
41792024-01-30T05:06:51.969Z PASS [ 33.818s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
41802024-01-30T05:06:52.653Z PASS [ 33.643s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
41812024-01-30T05:06:59.834Z PASS [ 678.549s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
41822024-01-30T05:07:03.184Z PASS [ 677.171s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
41832024-01-30T05:07:06.304Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
41842024-01-30T05:07:17.573Z PASS [ 41.354s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
41852024-01-30T05:07:24.247Z PASS [ 38.216s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
41862024-01-30T05:07:25.897Z PASS [ 41.391s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
41872024-01-30T05:07:31.375Z PASS [ 39.408s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
41882024-01-30T05:07:33.364Z PASS [ 30.188s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
41892024-01-30T05:07:33.949Z PASS [ 34.117s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
41902024-01-30T05:07:38.630Z PASS [ 92.325s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
41912024-01-30T05:07:47.942Z PASS [ 55.292s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
41922024-01-30T05:07:58.918Z PASS [ 41.346s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
41932024-01-30T05:08:04.504Z PASS [ 38.603s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
41942024-01-30T05:08:06.127Z PASS [ 32.176s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
41952024-01-30T05:08:06.346Z PASS [ 34.972s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
41962024-01-30T05:08:13.832Z PASS [ 49.590s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
41972024-01-30T05:08:13.976Z PASS [ 40.610s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p
41982024-01-30T05:08:21.700Z PASS [ 43.066s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
41992024-01-30T05:08:23.627Z PASS [ 24.709s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
42002024-01-30T05:08:29.281Z PASS [ 23.158s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
42012024-01-30T05:08:30.830Z PASS [ 42.887s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
42022024-01-30T05:08:35.409Z PASS [ 21.429s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
42032024-01-30T05:08:37.336Z PASS [ 30.990s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
42042024-01-30T05:08:43.061Z PASS [ 29.229s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
42052024-01-30T05:08:46.603Z PASS [ 42.091s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
42062024-01-30T05:08:51.497Z PASS [ 20.663s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
42072024-01-30T05:08:54.375Z PASS [ 30.739s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
42082024-01-30T05:08:56.952Z PASS [ 21.540s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
42092024-01-30T05:09:00.071Z PASS [ 22.730s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
42102024-01-30T05:09:02.589Z PASS [ 33.298s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
42112024-01-30T05:09:05.543Z PASS [ 22.290s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
42122024-01-30T05:09:08.406Z PASS [ 46.696s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
42132024-01-30T05:09:10.079Z PASS [ 23.078s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
42142024-01-30T05:09:16.652Z PASS [ 22.280s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
42152024-01-30T05:09:17.844Z PASS [ 26.351s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
42162024-01-30T05:09:18.781Z PASS [ 21.841s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
42172024-01-30T05:09:23.072Z PASS [ 22.999s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
42182024-01-30T05:09:24.599Z PASS [ 22.018s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
42192024-01-30T05:09:27.664Z PASS [ 22.296s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
42202024-01-30T05:09:28.624Z PASS [ 20.239s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
42212024-01-30T05:09:34.712Z PASS [ 25.047s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
42222024-01-30T05:09:40.421Z PASS [ 23.778s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
42232024-01-30T05:09:41.682Z PASS [ 22.887s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud
42242024-01-30T05:09:47.156Z PASS [ 24.095s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud
42252024-01-30T05:09:48.556Z PASS [ 19.931s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
42262024-01-30T05:09:49.050Z PASS [ 31.210s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
42272024-01-30T05:10:00.878Z PASS [ 26.162s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
42282024-01-30T05:10:08.565Z PASS [ 21.409s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
42292024-01-30T05:10:09.981Z PASS [ 21.426s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
42302024-01-30T05:10:10.949Z PASS [ 21.484s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
42312024-01-30T05:10:12.607Z PASS [ 32.187s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
42322024-01-30T05:10:24.599Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
42332024-01-30T05:10:27.655Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
42342024-01-30T05:10:29.608Z PASS [ 47.932s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
42352024-01-30T05:10:31.592Z PASS [ 21.592s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
42362024-01-30T05:10:38.256Z PASS [ 68.109s] omicron-nexus::test_all integration_tests::metrics::test_metrics
42372024-01-30T05:10:50.276Z PASS [ 49.405s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
42382024-01-30T05:10:51.140Z PASS [ 38.535s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
42392024-01-30T05:10:55.403Z PASS [ 22.701s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
42402024-01-30T05:10:56.463Z PASS [ 47.900s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
42412024-01-30T05:10:58.409Z PASS [ 47.874s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
42422024-01-30T05:11:00.478Z PASS [ 30.866s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
42432024-01-30T05:11:03.280Z PASS [ 31.704s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
42442024-01-30T05:11:15.122Z PASS [ 107.072s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments
42452024-01-30T05:11:15.134Z PASS [ 18.658s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
42462024-01-30T05:11:20.594Z PASS [ 22.185s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
42472024-01-30T05:11:21.296Z PASS [ 20.824s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
42482024-01-30T05:11:24.391Z PASS [ 21.115s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
42492024-01-30T05:11:39.162Z PASS [ 48.886s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
42502024-01-30T05:11:43.006Z PASS [ 27.888s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
42512024-01-30T05:11:43.552Z PASS [ 22.259s] omicron-nexus::test_all integration_tests::projects::test_projects
42522024-01-30T05:11:43.569Z PASS [ 52.415s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
42532024-01-30T05:11:44.747Z PASS [ 24.158s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
42542024-01-30T05:11:47.577Z PASS [ 32.444s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
42552024-01-30T05:11:55.400Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
42562024-01-30T05:12:00.065Z PASS [ 20.891s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
42572024-01-30T05:12:03.233Z PASS [ 20.635s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
42582024-01-30T05:12:05.214Z PASS [ 21.661s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
42592024-01-30T05:12:06.861Z PASS [ 22.109s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
42602024-01-30T05:12:06.887Z PASS [ 23.345s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
42612024-01-30T05:12:08.160Z PASS [ 72.759s] omicron-nexus::test_all integration_tests::password_login::test_local_users
42622024-01-30T05:12:08.689Z PASS [ 0.529s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
42632024-01-30T05:12:10.499Z PASS [ 22.933s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
42642024-01-30T05:12:10.674Z PASS [ 3.816s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
42652024-01-30T05:12:10.764Z PASS [ 3.876s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
42662024-01-30T05:12:10.925Z PASS [ 0.158s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
42672024-01-30T05:12:11.048Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
42682024-01-30T05:12:11.155Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
42692024-01-30T05:12:11.286Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
42702024-01-30T05:12:11.430Z PASS [ 0.134s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
42712024-01-30T05:12:12.420Z PASS [ 3.732s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
42722024-01-30T05:12:14.003Z PASS [ 3.502s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
42732024-01-30T05:12:14.180Z PASS [ 49.794s] omicron-nexus::test_all integration_tests::quotas::test_quotas
42742024-01-30T05:12:20.078Z PASS [ 20.023s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
42752024-01-30T05:12:22.882Z PASS [ 19.650s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
42762024-01-30T05:12:27.092Z PASS [ 21.873s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
42772024-01-30T05:12:27.215Z PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
42782024-01-30T05:12:32.907Z PASS [ 21.470s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
42792024-01-30T05:12:34.240Z PASS [ 21.821s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
42802024-01-30T05:12:34.351Z PASS [ 0.110s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
42812024-01-30T05:12:34.462Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
42822024-01-30T05:12:34.735Z PASS [ 24.059s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes
42832024-01-30T05:12:35.324Z PASS [ 20.709s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
42842024-01-30T05:12:35.330Z PASS [ 21.027s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
42852024-01-30T05:12:42.069Z PASS [ 21.595s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
42862024-01-30T05:12:43.878Z PASS [ 21.003s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
42872024-01-30T05:12:48.417Z PASS [ 21.202s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
42882024-01-30T05:12:51.595Z PASS [ 18.705s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
42892024-01-30T05:12:51.884Z PASS [ 17.439s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
42902024-01-30T05:12:52.007Z PASS [ 17.127s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
42912024-01-30T05:12:52.020Z PASS [ 16.998s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
42922024-01-30T05:12:52.750Z PASS [ 17.611s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
42932024-01-30T05:13:00.064Z PASS [ 8.473s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
42942024-01-30T05:13:00.724Z PASS [ 8.383s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
42952024-01-30T05:13:08.373Z PASS [ 8.307s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
42962024-01-30T05:13:09.033Z PASS [ 8.313s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
42972024-01-30T05:13:16.755Z PASS [ 8.379s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
42982024-01-30T05:13:17.536Z PASS [ 8.505s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
42992024-01-30T05:13:22.398Z PASS [ 4.823s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
43002024-01-30T05:13:46.665Z PASS [ 24.309s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
43012024-01-30T05:13:55.226Z PASS [ 38.470s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
43022024-01-30T05:14:06.072Z PASS [ 19.394s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
43032024-01-30T05:14:14.925Z PASS [ 19.693s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
43042024-01-30T05:14:32.328Z PASS [ 13.829s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
43052024-01-30T05:14:32.435Z PASS [ 13.907s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
43062024-01-30T05:14:32.436Z PASS [ 14.740s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
43072024-01-30T05:14:32.559Z PASS [ 15.031s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
43082024-01-30T05:14:33.429Z PASS [ 27.335s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
43092024-01-30T05:14:47.815Z PASS [ 19.074s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
43102024-01-30T05:14:48.505Z PASS [ 19.675s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
43112024-01-30T05:14:49.987Z PASS [ 20.319s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
43122024-01-30T05:14:50.291Z PASS [ 20.331s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
43132024-01-30T05:14:53.773Z PASS [ 20.353s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
43142024-01-30T05:14:53.966Z PASS [ 20.553s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
43152024-01-30T05:14:55.541Z PASS [ 22.127s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
43162024-01-30T05:14:58.103Z PASS [ 24.703s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
43172024-01-30T05:15:10.389Z PASS [ 22.576s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
43182024-01-30T05:15:11.122Z PASS [ 22.619s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
43192024-01-30T05:15:12.603Z PASS [ 22.315s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
43202024-01-30T05:15:15.208Z PASS [ 21.155s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
43212024-01-30T05:15:16.840Z PASS [ 21.295s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
43222024-01-30T05:15:19.475Z PASS [ 24.803s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
43232024-01-30T05:15:20.771Z PASS [ 22.675s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
43242024-01-30T05:15:22.591Z PASS [ 32.615s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
43252024-01-30T05:15:32.308Z PASS [ 21.918s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
43262024-01-30T05:15:32.387Z PASS [ 21.258s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
43272024-01-30T05:15:39.338Z PASS [ 22.503s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
43282024-01-30T05:15:39.816Z PASS [ 27.214s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
43292024-01-30T05:15:41.134Z PASS [ 20.365s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
43302024-01-30T05:15:45.454Z PASS [ 30.345s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
43312024-01-30T05:15:46.155Z PASS [ 27.585s] omicron-nexus::test_all integration_tests::silos::test_silos
43322024-01-30T05:15:51.647Z PASS [ 29.059s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
43332024-01-30T05:15:56.206Z PASS [ 23.826s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
43342024-01-30T05:15:57.710Z PASS [ 25.400s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
43352024-01-30T05:16:02.671Z PASS [ 23.331s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
43362024-01-30T05:16:05.107Z PASS [ 19.656s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
43372024-01-30T05:16:07.912Z PASS [ 21.764s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
43382024-01-30T05:16:12.567Z PASS [ 4.658s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
43392024-01-30T05:16:13.280Z PASS [ 21.634s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
43402024-01-30T05:16:13.424Z PASS [ 33.610s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
43412024-01-30T05:16:14.870Z PASS [ 1.591s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
43422024-01-30T05:16:15.528Z PASS [ 34.390s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
43432024-01-30T05:16:16.601Z PASS [ 20.397s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
43442024-01-30T05:16:17.423Z PASS [ 4.850s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
43452024-01-30T05:16:18.016Z PASS [ 4.592s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
43462024-01-30T05:16:18.951Z PASS [ 0.920s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
43472024-01-30T05:16:19.351Z PASS [ 4.480s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
43482024-01-30T05:16:29.358Z PASS [ 31.651s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
43492024-01-30T05:16:30.319Z PASS [ 25.213s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
43502024-01-30T05:16:35.781Z PASS [ 20.260s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
43512024-01-30T05:16:38.815Z PASS [ 19.879s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
43522024-01-30T05:16:44.537Z PASS [ 41.871s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
43532024-01-30T05:16:47.022Z PASS [ 27.663s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
43542024-01-30T05:16:49.679Z PASS [ 20.320s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
43552024-01-30T05:16:50.824Z PASS [ 20.505s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
43562024-01-30T05:16:55.296Z PASS [ 38.696s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
43572024-01-30T05:17:08.159Z PASS [ 32.379s] omicron-nexus::test_all integration_tests::utilization::test_utilization
43582024-01-30T05:17:08.238Z PASS [ 29.423s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
43592024-01-30T05:17:17.418Z PASS [ 32.881s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
43602024-01-30T05:17:17.421Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
43612024-01-30T05:17:18.761Z PASS [ 31.750s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
43622024-01-30T05:17:20.707Z PASS [ 29.885s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
43632024-01-30T05:17:21.018Z PASS [ 31.346s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
43642024-01-30T05:17:26.481Z PASS [ 31.185s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
43652024-01-30T05:17:40.977Z PASS [ 32.739s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
43662024-01-30T05:17:41.332Z PASS [ 33.174s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
43672024-01-30T05:17:41.892Z PASS [ 21.186s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
43682024-01-30T05:17:47.872Z PASS [ 30.457s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
43692024-01-30T05:17:55.274Z PASS [ 36.512s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
43702024-01-30T05:18:00.854Z PASS [ 39.828s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
43712024-01-30T05:18:05.954Z PASS [ 39.473s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
43722024-01-30T05:18:17.417Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
43732024-01-30T05:18:17.551Z PASS [ 120.134s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
43742024-01-30T05:18:29.962Z PASS [ 48.979s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
43752024-01-30T05:18:30.491Z PASS [ 48.595s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
43762024-01-30T05:18:30.636Z PASS [ 49.305s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
43772024-01-30T05:18:33.277Z PASS [ 38.008s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
43782024-01-30T05:18:34.491Z PASS [ 33.644s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
43792024-01-30T05:18:36.174Z PASS [ 30.222s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
43802024-01-30T05:18:36.990Z PASS [ 49.119s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
43812024-01-30T05:18:37.008Z PASS [ 19.461s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
43822024-01-30T05:18:50.695Z PASS [ 20.744s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
43832024-01-30T05:18:50.907Z PASS [ 20.270s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
43842024-01-30T05:18:51.279Z PASS [ 20.791s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
43852024-01-30T05:18:54.210Z PASS [ 20.915s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
43862024-01-30T05:18:54.976Z PASS [ 20.489s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
43872024-01-30T05:18:56.479Z PASS [ 20.301s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
43882024-01-30T05:18:56.823Z PASS [ 19.831s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
43892024-01-30T05:18:56.849Z PASS [ 19.835s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
43902024-01-30T05:19:11.136Z PASS [ 19.860s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
43912024-01-30T05:19:11.247Z PASS [ 20.552s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
43922024-01-30T05:19:11.686Z PASS [ 20.783s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
43932024-01-30T05:19:15.261Z PASS [ 21.066s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
43942024-01-30T05:19:16.509Z PASS [ 20.038s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
43952024-01-30T05:19:16.553Z PASS [ 21.574s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
43962024-01-30T05:19:16.864Z PASS [ 20.025s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
43972024-01-30T05:19:17.584Z PASS [ 20.763s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
43982024-01-30T05:19:35.601Z PASS [ 19.052s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found
43992024-01-30T05:19:36.280Z PASS [ 25.141s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
44002024-01-30T05:19:36.626Z PASS [ 19.759s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found
44012024-01-30T05:19:37.170Z PASS [ 19.587s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success
44022024-01-30T05:19:37.322Z PASS [ 0.151s] omicron-package dot::test::test_bad_dependency
44032024-01-30T05:19:37.380Z PASS [ 0.057s] omicron-package dot::test::test_dot_output
44042024-01-30T05:19:37.761Z PASS [ 26.510s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers
44052024-01-30T05:19:37.792Z PASS [ 0.033s] omicron-passwords test::test_password_constraints
44062024-01-30T05:19:47.469Z PASS [ 26.598s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
44072024-01-30T05:19:47.706Z PASS [ 25.354s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
44082024-01-30T05:19:47.706Z PASS [ 0.057s] omicron-passwords test::test_stable
44092024-01-30T05:19:47.706Z PASS [ 0.030s] omicron-passwords test::test_weak_hashes
44102024-01-30T05:19:47.706Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
44112024-01-30T05:19:47.706Z PASS [ 4.245s] omicron-passwords test::test_reproducible
44122024-01-30T05:19:47.706Z PASS [ 5.411s] omicron-omdb::test_all_output test_omdb_usage_errors
44132024-01-30T05:19:47.706Z PASS [ 0.078s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
44142024-01-30T05:19:47.706Z PASS [ 0.030s] omicron-rpaths internal::tests::test_emit_rpath
44152024-01-30T05:19:47.706Z PASS [ 0.273s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
44162024-01-30T05:19:47.706Z PASS [ 0.262s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
44172024-01-30T05:19:47.706Z PASS [ 0.105s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
44182024-01-30T05:19:47.710Z PASS [ 0.163s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
44192024-01-30T05:19:47.710Z PASS [ 0.112s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion
44202024-01-30T05:19:47.710Z PASS [ 0.065s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
44212024-01-30T05:19:47.710Z PASS [ 0.100s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization
44222024-01-30T05:19:47.710Z PASS [ 0.727s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
44232024-01-30T05:19:47.710Z PASS [ 0.046s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash
44242024-01-30T05:19:47.710Z PASS [ 0.052s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1
44252024-01-30T05:19:47.710Z PASS [ 31.170s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
44262024-01-30T05:19:47.710Z PASS [ 0.058s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
44272024-01-30T05:19:47.710Z PASS [ 0.098s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
44282024-01-30T05:19:47.710Z PASS [ 0.062s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
44292024-01-30T05:19:47.710Z PASS [ 0.049s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
44302024-01-30T05:19:47.711Z PASS [ 0.050s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
44312024-01-30T05:19:47.711Z PASS [ 0.044s] omicron-sled-agent common::instance::test::migration_out_after_migration_in
44322024-01-30T05:19:47.711Z PASS [ 0.046s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
44332024-01-30T05:19:47.711Z PASS [ 0.043s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
44342024-01-30T05:19:47.711Z PASS [ 0.049s] omicron-sled-agent common::instance::test::test_migration_ids_already_set
44352024-01-30T05:19:47.711Z PASS [ 0.613s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
44362024-01-30T05:19:47.711Z PASS [ 0.049s] omicron-sled-agent profile::tests::empty_profile
44372024-01-30T05:19:47.711Z PASS [ 0.081s] omicron-sled-agent config::test::test_smf_configs
44382024-01-30T05:19:47.711Z PASS [ 0.058s] omicron-sled-agent profile::tests::test_disabled_instance
44392024-01-30T05:19:47.711Z PASS [ 0.046s] omicron-sled-agent profile::tests::test_instance
44402024-01-30T05:19:47.711Z PASS [ 0.044s] omicron-sled-agent profile::tests::test_property
44412024-01-30T05:19:47.711Z PASS [ 0.059s] omicron-sled-agent profile::tests::test_multiple
44422024-01-30T05:19:47.711Z PASS [ 0.061s] omicron-sled-agent profile::tests::test_property_group
44432024-01-30T05:19:47.711Z PASS [ 0.054s] omicron-sled-agent profile::tests::test_service
44442024-01-30T05:19:47.711Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_service_property_group
44452024-01-30T05:19:47.711Z PASS [ 0.041s] omicron-sled-agent rack_setup::config::test::test_subnets
44462024-01-30T05:19:47.711Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
44472024-01-30T05:19:47.711Z PASS [ 0.044s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
44482024-01-30T05:19:47.711Z PASS [ 0.106s] omicron-sled-agent rack_setup::config::test::test_extra_certs
44492024-01-30T05:19:47.711Z PASS [ 0.065s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
44502024-01-30T05:19:47.711Z PASS [ 0.067s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema
44512024-01-30T05:19:47.711Z PASS [ 0.065s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
44522024-01-30T05:19:47.711Z PASS [ 0.049s] omicron-sled-agent services::test::test_all_zones_requests_schema
44532024-01-30T05:19:47.712Z PASS [ 0.041s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
44542024-01-30T05:19:47.712Z PASS [ 0.106s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
44552024-01-30T05:19:47.717Z PASS [ 0.352s] omicron-sled-agent services::test::test_ensure_service_before_timesync
44562024-01-30T05:19:47.717Z PASS [ 0.373s] omicron-sled-agent services::test::test_ensure_service
44572024-01-30T05:19:47.717Z PASS [ 0.326s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
44582024-01-30T05:19:47.717Z PASS [ 0.447s] omicron-sled-agent services::test::test_bad_generations
44592024-01-30T05:19:47.717Z PASS [ 0.225s] omicron-sled-agent services::test::test_old_ledger_migration
44602024-01-30T05:19:47.717Z PASS [ 0.230s] omicron-sled-agent services::test::test_old_ledger_migration_bad
44612024-01-30T05:19:47.717Z PASS [ 0.043s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
44622024-01-30T05:19:47.717Z PASS [ 0.051s] omicron-sled-agent services_migration::test::test_all_services_requests_schema
44632024-01-30T05:19:47.717Z PASS [ 0.217s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
44642024-01-30T05:19:47.717Z PASS [ 0.056s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
44652024-01-30T05:19:47.717Z PASS [ 0.209s] omicron-sled-agent services_migration::test::test_convert_known_ledgers
44662024-01-30T05:19:47.717Z PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
44672024-01-30T05:19:47.717Z PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
44682024-01-30T05:19:47.718Z PASS [ 0.073s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
44692024-01-30T05:19:47.718Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
44702024-01-30T05:19:47.718Z PASS [ 0.048s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
44712024-01-30T05:19:47.718Z PASS [ 0.043s] omicron-sled-agent updates::test::test_query_no_components
44722024-01-30T05:19:47.718Z PASS [ 0.045s] omicron-sled-agent updates::test::test_query_sled_agent_version
44732024-01-30T05:19:47.718Z PASS [ 0.055s] omicron-sled-agent updates::test::test_query_zone_version
44742024-01-30T05:19:47.719Z PASS [ 0.256s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
44752024-01-30T05:19:47.758Z PASS [ 0.048s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
44762024-01-30T05:19:47.758Z PASS [ 1.969s] omicron-sled-agent services::test::test_old_ledger_migration_continue
44772024-01-30T05:19:47.758Z PASS [ 1.940s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
44782024-01-30T05:19:47.758Z PASS [ 0.053s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
44792024-01-30T05:19:47.758Z PASS [ 0.724s] omicron-sled-agent zone_bundle::illumos_tests::test_context
44802024-01-30T05:19:47.758Z PASS [ 1.600s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
44812024-01-30T05:19:47.759Z PASS [ 9.498s] omicron-passwords test::test_compatible
44822024-01-30T05:19:47.759Z PASS [ 0.074s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
44832024-01-30T05:19:47.759Z PASS [ 0.074s] omicron-sled-agent zone_bundle::tests::test_compare_bundles
44842024-01-30T05:19:47.760Z PASS [ 0.062s] omicron-sled-agent zone_bundle::tests::test_disk_usage
44852024-01-30T05:19:47.760Z PASS [ 0.738s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
44862024-01-30T05:19:47.760Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_priority_dimension
44872024-01-30T05:19:47.760Z PASS [ 0.039s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause
44882024-01-30T05:19:47.760Z PASS [ 1.459s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
44892024-01-30T05:19:47.760Z PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available
44902024-01-30T05:19:47.760Z PASS [ 0.963s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
44912024-01-30T05:19:47.792Z PASS [ 0.631s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
44922024-01-30T05:19:47.919Z PASS [ 0.577s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
44932024-01-30T05:19:48.044Z PASS [ 0.085s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
44942024-01-30T05:19:48.109Z PASS [ 3.795s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
44952024-01-30T05:19:48.174Z PASS [ 0.349s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
44962024-01-30T05:19:48.204Z PASS [ 0.086s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
44972024-01-30T05:19:48.218Z PASS [ 0.057s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
44982024-01-30T05:19:48.237Z PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
44992024-01-30T05:19:48.280Z PASS [ 0.091s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
45002024-01-30T05:19:48.365Z PASS [ 1.223s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled
45012024-01-30T05:19:48.461Z PASS [ 1.289s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled
45022024-01-30T05:19:48.629Z PASS [ 0.389s] omicron-test-utils dev::db::test::test_bad_cmd
45032024-01-30T05:19:48.672Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_make_pg_config_fail
45042024-01-30T05:19:48.717Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_make_pg_config_ok
45052024-01-30T05:19:48.759Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_process_exit_abnormal
45062024-01-30T05:19:48.810Z PASS [ 0.049s] omicron-test-utils dev::db::test::test_process_exit_normal
45072024-01-30T05:19:48.895Z PASS [ 0.433s] omicron-test-utils dev::db::test::test_database_start_hang
45082024-01-30T05:19:48.982Z PASS [ 0.702s] omicron-test-utils dev::db::test::test_cmd_fails
45092024-01-30T05:19:49.058Z PASS [ 1.056s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
45102024-01-30T05:19:49.108Z PASS [ 0.053s] omicron-test-utils dev::db::test::test_starter_tmpdir
45112024-01-30T05:19:49.183Z PASS [ 0.059s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
45122024-01-30T05:19:49.215Z PASS [ 0.046s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
45132024-01-30T05:19:49.258Z PASS [ 0.044s] oximeter histogram::tests::test_bin_range
45142024-01-30T05:19:49.315Z PASS [ 0.055s] oximeter histogram::tests::test_bin_range_from
45152024-01-30T05:19:49.452Z PASS [ 0.132s] oximeter histogram::tests::test_bin_range_to
45162024-01-30T05:19:49.513Z PASS [ 0.056s] oximeter histogram::tests::test_empty_bins_not_supported
45172024-01-30T05:19:49.562Z PASS [ 0.050s] oximeter histogram::tests::test_ensure_finite
45182024-01-30T05:19:49.612Z PASS [ 0.057s] oximeter histogram::tests::test_histogram
45192024-01-30T05:19:49.646Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_extreme_bins
45202024-01-30T05:19:49.684Z PASS [ 0.040s] oximeter histogram::tests::test_histogram_extreme_samples
45212024-01-30T05:19:49.719Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_float_bins
45222024-01-30T05:19:49.770Z PASS [ 0.046s] oximeter histogram::tests::test_histogram_to_arrays
45232024-01-30T05:19:49.800Z PASS [ 0.034s] oximeter histogram::tests::test_histogram_unbounded_samples
45242024-01-30T05:19:49.838Z PASS [ 0.035s] oximeter histogram::tests::test_histogram_unsorted_bins
45252024-01-30T05:19:49.890Z PASS [ 0.044s] oximeter histogram::tests::test_histogram_with_bins
45262024-01-30T05:19:49.943Z PASS [ 0.052s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins
45272024-01-30T05:19:49.979Z PASS [ 0.045s] oximeter histogram::tests::test_histogram_with_overlapping_bins
45282024-01-30T05:19:50.095Z PASS [ 0.117s] oximeter histogram::tests::test_log_linear_bins_all_representable
45292024-01-30T05:19:50.148Z PASS [ 0.049s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
45302024-01-30T05:19:50.202Z PASS [ 0.048s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
45312024-01-30T05:19:50.271Z PASS [ 0.058s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
45322024-01-30T05:19:50.292Z PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
45332024-01-30T05:19:50.327Z PASS [ 0.041s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks
45342024-01-30T05:19:50.371Z PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_small_bin_count
45352024-01-30T05:19:50.426Z PASS [ 0.038s] oximeter histogram::tests::test_span_decades
45362024-01-30T05:19:50.457Z PASS [ 0.040s] oximeter histogram::tests::test_span_decades_other_counts_f64
45372024-01-30T05:19:50.519Z PASS [ 0.068s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok
45382024-01-30T05:19:50.572Z PASS [ 0.053s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
45392024-01-30T05:19:50.650Z PASS [ 0.066s] oximeter schema::tests::test_field_schema_ordering
45402024-01-30T05:19:50.914Z PASS [ 0.260s] oximeter schema::tests::test_schema_field_ordering_across_target_metric
45412024-01-30T05:19:50.952Z PASS [ 0.058s] oximeter schema::tests::test_timeseries_name
45422024-01-30T05:19:51.020Z PASS [ 0.057s] oximeter schema::tests::test_timeseries_name_from_str
45432024-01-30T05:19:51.047Z PASS [ 0.040s] oximeter schema::tests::test_timeseries_schema_from_parts
45442024-01-30T05:19:51.098Z PASS [ 0.051s] oximeter schema::tests::test_timeseries_schema_from_sample
45452024-01-30T05:19:51.147Z PASS [ 0.037s] oximeter test_util::tests::test_gen_test_samples
45462024-01-30T05:19:51.172Z PASS [ 0.039s] oximeter traits::tests::test_metric_trait
45472024-01-30T05:19:51.208Z PASS [ 0.036s] oximeter traits::tests::test_producer_trait
45482024-01-30T05:19:51.242Z PASS [ 0.034s] oximeter traits::tests::test_target_trait
45492024-01-30T05:19:51.687Z PASS [ 0.035s] oximeter types::tests::test_cumulative_f64
45502024-01-30T05:19:51.695Z PASS [ 0.035s] oximeter types::tests::test_cumulative_i64
45512024-01-30T05:19:51.695Z PASS [ 0.043s] oximeter types::tests::test_datum
45522024-01-30T05:19:51.695Z LEAK [ 2.572s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
45532024-01-30T05:19:51.695Z PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string
45542024-01-30T05:19:51.695Z PASS [ 0.057s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8
45552024-01-30T05:19:51.695Z PASS [ 0.060s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8
45562024-01-30T05:19:51.695Z PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16
45572024-01-30T05:19:51.695Z PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16
45582024-01-30T05:19:51.695Z PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32
45592024-01-30T05:19:51.695Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32
45602024-01-30T05:19:51.695Z PASS [ 0.059s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64
45612024-01-30T05:19:51.695Z PASS [ 0.067s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64
45622024-01-30T05:19:51.695Z PASS [ 0.049s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid
45632024-01-30T05:19:51.695Z PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
45642024-01-30T05:19:51.696Z PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
45652024-01-30T05:19:51.700Z PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
45662024-01-30T05:19:51.700Z PASS [ 0.031s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
45672024-01-30T05:19:51.739Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
45682024-01-30T05:19:51.757Z PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
45692024-01-30T05:19:51.769Z PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
45702024-01-30T05:19:51.778Z PASS [ 0.034s] oximeter types::tests::test_measurement
45712024-01-30T05:19:51.799Z PASS [ 0.033s] oximeter types::tests::test_sample_struct
45722024-01-30T05:19:51.805Z PASS [ 0.032s] oximeter types::tests::test_verify_field_names
45732024-01-30T05:19:52.314Z PASS [ 0.505s] oximeter-collector agent::tests::test_self_stat_error_counter
45742024-01-30T05:19:52.325Z PASS [ 0.527s] oximeter-collector agent::tests::test_self_stat_collection_count
45752024-01-30T05:19:52.365Z PASS [ 0.038s] oximeter-collector self_stats::tests::test_failure_reason_serialization
45762024-01-30T05:19:52.478Z PASS [ 0.113s] oximeter-collector self_stats::tests::test_no_schema_changes
45772024-01-30T05:19:52.520Z PASS [ 0.207s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
45782024-01-30T05:19:53.118Z PASS [ 0.639s] oximeter-collector::test_commands test_oximeter_no_args
45792024-01-30T05:19:53.447Z PASS [ 0.926s] oximeter-collector::test_commands test_oximeter_openapi
45802024-01-30T05:19:54.318Z PASS [ 5.336s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
45812024-01-30T05:19:54.682Z PASS [ 6.309s] omicron-test-utils dev::db::test::test_database_concurrent
45822024-01-30T05:19:55.029Z PASS [ 1.580s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
45832024-01-30T05:19:56.369Z PASS [ 2.047s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
45842024-01-30T05:19:56.433Z PASS [ 0.061s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
45852024-01-30T05:19:56.790Z PASS [ 2.109s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
45862024-01-30T05:19:56.926Z PASS [ 1.892s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
45872024-01-30T05:19:56.969Z PASS [ 3.844s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
45882024-01-30T05:19:57.855Z PASS [ 22.244s] omicron-omdb::test_all_output test_omdb_env_settings
45892024-01-30T05:19:57.886Z PASS [ 0.036s] oximeter-db client::tests::test_unravel_index
45902024-01-30T05:19:57.950Z PASS [ 0.060s] oximeter-db client::tests::test_verify_schema_upgrades
45912024-01-30T05:19:57.976Z PASS [ 0.035s] oximeter-db model::tests::test_db_bool
45922024-01-30T05:19:58.494Z PASS [ 2.061s] oximeter-db client::tests::test_select_all_field_types
45932024-01-30T05:19:58.532Z PASS [ 0.036s] oximeter-db model::tests::test_db_datum_type_conversion
45942024-01-30T05:19:58.582Z PASS [ 0.049s] oximeter-db model::tests::test_db_field_list_conversion
45952024-01-30T05:19:58.619Z PASS [ 0.037s] oximeter-db model::tests::test_db_field_type_conversion
45962024-01-30T05:19:58.658Z PASS [ 0.041s] oximeter-db model::tests::test_db_histogram
45972024-01-30T05:19:58.700Z PASS [ 0.046s] oximeter-db model::tests::test_histogram_to_arrays
45982024-01-30T05:19:58.969Z PASS [ 0.984s] oximeter-db model::tests::test_db_bool_bad
45992024-01-30T05:19:58.986Z PASS [ 0.284s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
46002024-01-30T05:19:59.011Z PASS [ 0.046s] oximeter-db model::tests::test_parse_bytes_measurement
46012024-01-30T05:19:59.034Z PASS [ 0.040s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
46022024-01-30T05:19:59.051Z PASS [ 0.044s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
46032024-01-30T05:19:59.088Z PASS [ 0.061s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
46042024-01-30T05:19:59.104Z PASS [ 0.056s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
46052024-01-30T05:19:59.145Z PASS [ 0.060s] oximeter-db model::tests::test_unroll_from_source
46062024-01-30T05:19:59.153Z PASS [ 0.047s] oximeter-db model::tests::test_unroll_measurement_row
46072024-01-30T05:19:59.182Z PASS [ 0.040s] oximeter-db model::tests::test_unroll_missing_measurement_row
46082024-01-30T05:19:59.189Z PASS [ 0.040s] oximeter-db query::tests::test_field_cmp
46092024-01-30T05:19:59.222Z PASS [ 0.037s] oximeter-db query::tests::test_field_selector_as_query
46102024-01-30T05:19:59.227Z PASS [ 0.037s] oximeter-db query::tests::test_field_value_as_db_str
46112024-01-30T05:19:59.294Z PASS [ 0.075s] oximeter-db query::tests::test_select_query_builder_field_selectors
46122024-01-30T05:19:59.312Z PASS [ 0.084s] oximeter-db query::tests::test_select_query_builder_filter_raw
46132024-01-30T05:19:59.338Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_from_parts
46142024-01-30T05:19:59.389Z PASS [ 0.065s] oximeter-db query::tests::test_select_query_builder_full
46152024-01-30T05:19:59.389Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_limit_offset
46162024-01-30T05:19:59.427Z PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_no_fields
46172024-01-30T05:19:59.437Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_no_selectors
46182024-01-30T05:19:59.478Z PASS [ 0.041s] oximeter-db query::tests::test_time_range
46192024-01-30T05:19:59.512Z PASS [ 0.080s] oximeter-db query::tests::test_string_field_selector
46202024-01-30T05:19:59.533Z PASS [ 0.053s] oximeter-db sql::tests::test_allow_limit_offset
46212024-01-30T05:19:59.557Z PASS [ 0.047s] oximeter-db sql::tests::test_allow_subqueries
46222024-01-30T05:19:59.589Z PASS [ 0.052s] oximeter-db sql::tests::test_cannot_name_database
46232024-01-30T05:19:59.622Z PASS [ 0.059s] oximeter-db sql::tests::test_ctes_are_not_supported
46242024-01-30T05:19:59.659Z PASS [ 0.057s] oximeter-db sql::tests::test_function_allow_list
46252024-01-30T05:19:59.706Z PASS [ 0.056s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
46262024-01-30T05:19:59.726Z PASS [ 0.101s] oximeter-db sql::tests::test_join_must_be_inner
46272024-01-30T05:19:59.783Z PASS [ 0.087s] oximeter-db sql::tests::test_query_must_be_select_statement
46282024-01-30T05:19:59.823Z PASS [ 0.090s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
46292024-01-30T05:19:59.867Z PASS [ 0.060s] oximeter-db sql::tests::test_require_table_is_timeseries_name
46302024-01-30T05:19:59.911Z PASS [ 0.094s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
46312024-01-30T05:19:59.983Z PASS [ 0.097s] oximeter-db sql::tests::test_with_comma_join_fails
46322024-01-30T05:20:00.117Z PASS [ 0.085s] oximeter-db tests::test_timeseries_key_field_stability
46332024-01-30T05:20:00.117Z PASS [ 3.064s] oximeter-db client::tests::test_sql_query_output
46342024-01-30T05:20:00.117Z PASS [ 0.095s] oximeter-db tests::test_timeseries_key_sample_stability
46352024-01-30T05:20:00.117Z PASS [ 0.101s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
46362024-01-30T05:20:00.117Z PASS [ 0.097s] oximeter-instruments http::tests::test_latency_tracker
46372024-01-30T05:20:00.166Z PASS [ 0.129s] oximeter-instruments http::tests::test_normalize_uri_path
46382024-01-30T05:20:00.316Z PASS [ 0.152s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
46392024-01-30T05:20:00.336Z PASS [ 0.221s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
46402024-01-30T05:20:00.336Z PASS [ 0.242s] oximeter-instruments kstat::link::tests::test_kstat_sampler
46412024-01-30T05:20:00.402Z PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
46422024-01-30T05:20:00.402Z PASS [ 0.069s] oximeter-instruments kstat::link::tests::test_physical_datalink
46432024-01-30T05:20:00.426Z PASS [ 0.088s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
46442024-01-30T05:20:00.472Z PASS [ 0.057s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
46452024-01-30T05:20:00.494Z PASS [ 0.049s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
46462024-01-30T05:20:00.517Z PASS [ 0.092s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
46472024-01-30T05:20:00.544Z PASS [ 0.042s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
46482024-01-30T05:20:00.545Z PASS [ 0.052s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
46492024-01-30T05:20:00.559Z PASS [ 0.047s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
46502024-01-30T05:20:00.565Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_datum_field
46512024-01-30T05:20:00.578Z PASS [ 0.034s] oximeter-macro-impl tests::test_metric_enum
46522024-01-30T05:20:00.578Z PASS [ 0.065s] oximeter-macro-impl tests::test_metric_annotated_field
46532024-01-30T05:20:00.595Z PASS [ 0.035s] oximeter-macro-impl tests::test_metric_without_datum_field
46542024-01-30T05:20:00.604Z PASS [ 0.035s] oximeter-macro-impl tests::test_target
46552024-01-30T05:20:00.626Z PASS [ 0.038s] oximeter-macro-impl tests::test_target_empty_struct
46562024-01-30T05:20:00.626Z PASS [ 0.031s] oximeter-macro-impl tests::test_target_enum
46572024-01-30T05:20:00.638Z PASS [ 0.034s] oximeter-macro-impl tests::test_target_unit_struct
46582024-01-30T05:20:00.652Z PASS [ 0.033s] oximeter-macro-impl tests::test_target_with_datum_field
46592024-01-30T05:20:00.661Z PASS [ 0.037s] oxlog tests::test_is_oxide_smf_log_file
46602024-01-30T05:20:00.670Z PASS [ 0.033s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
46612024-01-30T05:20:00.704Z PASS [ 0.046s] sled-hardware disk::test::test_disk_paths
46622024-01-30T05:20:00.736Z PASS [ 0.052s] sled-hardware disk::test::test_partition_device_paths
46632024-01-30T05:20:00.765Z PASS [ 0.053s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
46642024-01-30T05:20:00.765Z PASS [ 0.075s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
46652024-01-30T05:20:00.779Z PASS [ 0.061s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
46662024-01-30T05:20:00.794Z PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
46672024-01-30T05:20:00.818Z PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
46682024-01-30T05:20:00.832Z PASS [ 0.054s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
46692024-01-30T05:20:00.837Z PASS [ 0.052s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
46702024-01-30T05:20:00.857Z PASS [ 0.047s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip
46712024-01-30T05:20:00.903Z PASS [ 0.063s] sled-storage dataset::test::serialize_dataset_name
46722024-01-30T05:20:00.918Z PASS [ 0.076s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued
46732024-01-30T05:20:00.991Z PASS [ 24.710s] omicron-omdb::test_all_output test_omdb_success_cases
46742024-01-30T05:20:02.602Z PASS [ 1.505s] sled-storage manager::tests::queued_disks_get_added_as_resources
46752024-01-30T05:20:02.658Z PASS [ 1.797s] sled-storage manager::tests::delete_disk_triggers_notification
46762024-01-30T05:20:02.705Z PASS [ 20.852s] omicron-passwords test::test_smoke
46772024-01-30T05:20:02.875Z PASS [ 1.984s] sled-storage manager::tests::ensure_u2_gets_added_to_resources
46782024-01-30T05:20:04.148Z PASS [ 1.657s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
46792024-01-30T05:20:04.312Z PASS [ 1.608s] sled-storage manager::tests::wait_for_bootdisk
46802024-01-30T05:20:04.485Z PASS [ 1.825s] sled-storage manager::tests::upsert_filesystem
46812024-01-30T05:20:04.530Z PASS [ 0.051s] tufaceous-lib archive::tests::test_validate_path
46822024-01-30T05:20:04.594Z PASS [ 0.062s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
46832024-01-30T05:20:04.641Z PASS [ 0.040s] tufaceous-lib key::tests::test_from_str
46842024-01-30T05:20:04.784Z PASS [ 0.136s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
46852024-01-30T05:20:05.023Z PASS [ 16.121s] omicron-test-utils dev::db::test::test_setup_database_default_dir
46862024-01-30T05:20:05.053Z PASS [ 0.902s] tufaceous::integration-tests command_tests::test_init_and_add
46872024-01-30T05:20:05.257Z PASS [ 0.185s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
46882024-01-30T05:20:05.304Z PASS [ 2.419s] tufaceous::integration-tests command_tests::test_assemble_fake
46892024-01-30T05:20:05.561Z PASS [ 0.266s] update-engine display::group_display::tests::test_stats
46902024-01-30T05:20:05.598Z PASS [ 0.035s] update-engine display::line_display_shared::tests::test_format_progress_counter
46912024-01-30T05:20:05.644Z PASS [ 0.045s] update-engine engine::tests::error_exits_early
46922024-01-30T05:20:05.685Z PASS [ 0.042s] update-engine events::tests::progress_event_parse_unknown
46932024-01-30T05:20:05.723Z PASS [ 0.036s] update-engine events::tests::step_event_parse_unknown
46942024-01-30T05:20:05.877Z PASS [ 0.637s] update-engine buffer::tests::test_buffer
46952024-01-30T05:20:05.907Z PASS [ 0.035s] wicket state::inventory::tests::component_id_display
46962024-01-30T05:20:05.914Z PASS [ 0.196s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
46972024-01-30T05:20:05.991Z PASS [ 1.678s] tufaceous::manifest-tests check_manifest::fake.toml
46982024-01-30T05:20:06.596Z PASS [ 0.272s] wicketd installinator_progress::tests::test_states
46992024-01-30T05:20:06.600Z PASS [ 0.573s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
47002024-01-30T05:20:06.716Z PASS [ 1.946s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
47012024-01-30T05:20:07.225Z PASS [ 1.231s] wicketd::mod integration_tests::commands::test_wicketd_openapi
47022024-01-30T05:20:08.183Z PASS [ 2.004s] wicketd::mod integration_tests::inventory::test_inventory
47032024-01-30T05:20:09.812Z PASS [ 3.107s] wicketd::mod integration_tests::updates::test_update_races
47042024-01-30T05:20:10.111Z PASS [ 5.104s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
47052024-01-30T05:20:11.478Z PASS [ 5.006s] wicketd::mod integration_tests::updates::test_installinator_fetch
47062024-01-30T05:20:12.738Z PASS [ 11.831s] sled-storage manager::tests::ensure_using_exactly_these_disks
47072024-01-30T05:20:14.233Z PASS [ 17.458s] oximeter-db client::tests::test_single_node
47082024-01-30T05:20:14.746Z PASS [ 7.532s] wicketd::mod integration_tests::updates::test_updates
47092024-01-30T05:20:17.584Z PASS [ 20.627s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
47102024-01-30T05:21:17.582Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
47112024-01-30T05:22:17.581Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
47122024-01-30T05:23:17.585Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
47132024-01-30T05:24:17.578Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
47142024-01-30T05:25:21.502Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
47152024-01-30T05:26:17.574Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
47162024-01-30T05:27:17.573Z SLOW [>420.000s] oximeter-db client::tests::test_replicated
47172024-01-30T05:27:44.040Z PASS [ 446.470s] oximeter-db client::tests::test_replicated
47182024-01-30T05:27:44.058Z------------
47192024-01-30T05:27:44.058Z Summary [2153.141s] 1026 tests run: 1026 passed (14 slow, 1 leaky), 3 skipped
47202024-01-30T05:27:44.066Z
47212024-01-30T05:27:44.070Zreal 36:06.822659787
47222024-01-30T05:27:44.070Zuser 2:46:22.003448084
47232024-01-30T05:27:44.070Zsys 39:54.627567361
47242024-01-30T05:27:44.070Ztrap 3:08.468003489
47252024-01-30T05:27:44.070Ztflt 19.633782754
47262024-01-30T05:27:44.070Zdflt 1:02.529811896
47272024-01-30T05:27:44.070Zkflt 0.526735068
47282024-01-30T05:27:44.070Zlock 752:26:05.226541503
47292024-01-30T05:27:44.071Zslp 42:52:02.423545789
47302024-01-30T05:27:44.071Zlat 3:12:09.898205132
47312024-01-30T05:27:44.071Zstop 27:50.167373063
47322024-01-30T05:27:44.071Z
47332024-01-30T05:27:44.071Z ##### #### #### ##### ###### #### #####
47342024-01-30T05:27:44.071Z # # # # # # # # # #
47352024-01-30T05:27:44.071Z # # # # # # ##### #### #
47362024-01-30T05:27:44.071Z # # # # # # # # #
47372024-01-30T05:27:44.071Z # # # # # # # # # # #
47382024-01-30T05:27:44.071Z ##### #### #### # ###### #### #
47392024-01-30T05:27:44.071Z
47402024-01-30T05:27:46.213Z Fresh unicode-ident v1.0.12
47412024-01-30T05:27:46.217Z Fresh cfg-if v1.0.0
47422024-01-30T05:27:46.217Z Fresh autocfg v1.1.0
47432024-01-30T05:27:46.217Z Fresh version_check v0.9.4
47442024-01-30T05:27:46.217Z Fresh memchr v2.6.3
47452024-01-30T05:27:46.217Z Fresh proc-macro2 v1.0.78
47462024-01-30T05:27:46.217Z Fresh once_cell v1.19.0
47472024-01-30T05:27:46.217Z Fresh byteorder v1.5.0
47482024-01-30T05:27:46.217Z Fresh log v0.4.20
47492024-01-30T05:27:46.217Z Fresh scopeguard v1.2.0
47502024-01-30T05:27:46.217Z Fresh quote v1.0.35
47512024-01-30T05:27:46.217Z Fresh libc v0.2.152
47522024-01-30T05:27:46.217Z Fresh itoa v1.0.9
47532024-01-30T05:27:46.217Z Fresh smallvec v1.11.2
47542024-01-30T05:27:46.218Z Fresh syn v2.0.48
47552024-01-30T05:27:46.218Z Fresh getrandom v0.2.10
47562024-01-30T05:27:46.218Z Fresh syn v1.0.109
47572024-01-30T05:27:46.221Z Fresh serde_derive v1.0.195
47582024-01-30T05:27:46.221Z Fresh lock_api v0.4.10
47592024-01-30T05:27:46.222Z Fresh zerocopy-derive v0.7.32
47602024-01-30T05:27:46.222Z Fresh parking_lot_core v0.9.8
47612024-01-30T05:27:46.222Z Fresh thiserror-impl v1.0.56
47622024-01-30T05:27:46.222Z Fresh serde v1.0.195
47632024-01-30T05:27:46.222Z Fresh zerocopy v0.7.32
47642024-01-30T05:27:46.222Z Fresh parking_lot v0.12.1
47652024-01-30T05:27:46.222Z Fresh thiserror v1.0.56
47662024-01-30T05:27:46.223Z Fresh libm v0.2.7
47672024-01-30T05:27:46.223Z Fresh cc v1.0.83
47682024-01-30T05:27:46.223Z Fresh pin-project-lite v0.2.13
47692024-01-30T05:27:46.223Z Fresh bytes v1.5.0
47702024-01-30T05:27:46.223Z Fresh num-traits v0.2.16
47712024-01-30T05:27:46.223Z Fresh ahash v0.8.6
47722024-01-30T05:27:46.223Z Fresh ryu v1.0.15
47732024-01-30T05:27:46.229Z Fresh bitflags v2.4.0
47742024-01-30T05:27:46.229Z Fresh signal-hook-registry v1.4.1
47752024-01-30T05:27:46.229Z Fresh mio v0.8.9
47762024-01-30T05:27:46.229Z Fresh spin v0.5.2
47772024-01-30T05:27:46.229Z Fresh num_cpus v1.16.0
47782024-01-30T05:27:46.229Z Fresh allocator-api2 v0.2.16
47792024-01-30T05:27:46.229Z Fresh fnv v1.0.7
47802024-01-30T05:27:46.229Z Fresh futures-core v0.3.30
47812024-01-30T05:27:46.229Z Fresh tokio-macros v2.2.0
47822024-01-30T05:27:46.229Z Fresh socket2 v0.5.5
47832024-01-30T05:27:46.229Z Fresh serde_json v1.0.113
47842024-01-30T05:27:46.229Z Fresh hashbrown v0.14.2
47852024-01-30T05:27:46.230Z Fresh tokio v1.35.1
47862024-01-30T05:27:46.230Z Fresh rand_core v0.6.4
47872024-01-30T05:27:46.230Z Fresh equivalent v1.0.1
47882024-01-30T05:27:46.230Z Fresh heck v0.4.1
47892024-01-30T05:27:46.230Z Fresh zeroize_derive v1.4.2
47902024-01-30T05:27:46.230Z Fresh futures-sink v0.3.30
47912024-01-30T05:27:46.230Z Fresh indexmap v2.1.0
47922024-01-30T05:27:46.230Z Fresh zeroize v1.7.0
47932024-01-30T05:27:46.230Z Fresh pin-utils v0.1.0
47942024-01-30T05:27:46.230Z Fresh futures-channel v0.3.30
47952024-01-30T05:27:46.230Z Fresh futures-macro v0.3.30
47962024-01-30T05:27:46.230Z Fresh futures-io v0.3.30
47972024-01-30T05:27:46.230Z Fresh futures-task v0.3.30
47982024-01-30T05:27:46.230Z Fresh regex-syntax v0.8.2
47992024-01-30T05:27:46.230Z Fresh errno v0.3.8
48002024-01-30T05:27:46.230Z Fresh aho-corasick v1.0.4
48012024-01-30T05:27:46.231Z Fresh lazy_static v1.4.0
48022024-01-30T05:27:46.231Z Fresh iana-time-zone v0.1.57
48032024-01-30T05:27:46.232Z Fresh slab v0.4.9
48042024-01-30T05:27:46.232Z Fresh regex-automata v0.4.4
48052024-01-30T05:27:46.232Z Fresh chrono v0.4.31
48062024-01-30T05:27:46.232Z Fresh subtle v2.5.0
48072024-01-30T05:27:46.232Z Fresh pkg-config v0.3.27
48082024-01-30T05:27:46.232Z Fresh uuid v1.7.0
48092024-01-30T05:27:46.232Z Fresh futures-util v0.3.30
48102024-01-30T05:27:46.232Z Fresh regex v1.10.3
48112024-01-30T05:27:46.232Z Fresh typenum v1.16.0
48122024-01-30T05:27:46.232Z Fresh tracing-attributes v0.1.26
48132024-01-30T05:27:46.232Z Fresh tracing-core v0.1.31
48142024-01-30T05:27:46.232Z Fresh tinyvec_macros v0.1.1
48152024-01-30T05:27:46.232Z Fresh spin v0.9.8
48162024-01-30T05:27:46.233Z Fresh generic-array v0.14.7
48172024-01-30T05:27:46.233Z Fresh tracing v0.1.37
48182024-01-30T05:27:46.233Z Fresh tinyvec v1.6.0
48192024-01-30T05:27:46.238Z Fresh base64 v0.21.7
48202024-01-30T05:27:46.238Z Fresh http v0.2.11
48212024-01-30T05:27:46.238Z Fresh serde_derive_internals v0.26.0
48222024-01-30T05:27:46.238Z Fresh const-oid v0.9.5
48232024-01-30T05:27:46.238Z Fresh rustix v0.38.30
48242024-01-30T05:27:46.238Z Fresh unicode-normalization v0.1.22
48252024-01-30T05:27:46.238Z Fresh crypto-common v0.1.6
48262024-01-30T05:27:46.238Z Fresh unicode-bidi v0.3.13
48272024-01-30T05:27:46.238Z Fresh dyn-clone v1.0.13
48282024-01-30T05:27:46.239Z Fresh unicode-width v0.1.11
48292024-01-30T05:27:46.240Z Fresh schemars_derive v0.8.16
48302024-01-30T05:27:46.240Z Fresh percent-encoding v2.3.1
48312024-01-30T05:27:46.240Z Fresh ucd-trie v0.1.6
48322024-01-30T05:27:46.240Z Fresh vcpkg v0.2.15
48332024-01-30T05:27:46.241Z Fresh untrusted v0.9.0
48342024-01-30T05:27:46.241Z Fresh ppv-lite86 v0.2.17
48352024-01-30T05:27:46.241Z Fresh schemars v0.8.16
48362024-01-30T05:27:46.241Z Fresh form_urlencoded v1.2.1
48372024-01-30T05:27:46.241Z Fresh pest v2.7.6
48382024-01-30T05:27:46.241Z Fresh rand_chacha v0.3.1
48392024-01-30T05:27:46.241Z Fresh try-lock v0.2.4
48402024-01-30T05:27:46.241Z Fresh httparse v1.8.0
48412024-01-30T05:27:46.241Z Fresh ring v0.17.7
48422024-01-30T05:27:46.241Z Fresh want v0.3.1
48432024-01-30T05:27:46.241Z Fresh rand v0.8.5
48442024-01-30T05:27:46.241Z Fresh idna v0.5.0
48452024-01-30T05:27:46.242Z Fresh block-buffer v0.10.4
48462024-01-30T05:27:46.242Z Fresh tower-service v0.3.2
48472024-01-30T05:27:46.242Z Fresh digest v0.10.7
48482024-01-30T05:27:46.242Z Fresh url v2.5.0
48492024-01-30T05:27:46.242Z Fresh tokio-util v0.7.10
48502024-01-30T05:27:46.242Z Fresh socket2 v0.4.9
48512024-01-30T05:27:46.242Z Fresh httpdate v1.0.3
48522024-01-30T05:27:46.242Z Fresh bitflags v1.3.2
48532024-01-30T05:27:46.242Z Fresh semver v1.0.21
48542024-01-30T05:27:46.242Z Fresh h2 v0.3.24
48552024-01-30T05:27:46.242Z Fresh http-body v0.4.5
48562024-01-30T05:27:46.242Z Fresh hashbrown v0.13.2
48572024-01-30T05:27:46.243Z Fresh serde_spanned v0.6.4
48582024-01-30T05:27:46.243Z Fresh toml_datetime v0.6.5
48592024-01-30T05:27:46.243Z Fresh openssl-probe v0.1.5
48602024-01-30T05:27:46.243Z Fresh winnow v0.5.15
48612024-01-30T05:27:46.243Z Fresh adler v1.0.2
48622024-01-30T05:27:46.244Z Fresh foreign-types-shared v0.1.1
48632024-01-30T05:27:46.244Z Fresh hyper v0.14.27
48642024-01-30T05:27:46.244Z Fresh openssl-sys v0.9.96
48652024-01-30T05:27:46.244Z Fresh openssl-macros v0.1.1
48662024-01-30T05:27:46.244Z Fresh foreign-types v0.3.2
48672024-01-30T05:27:46.244Z Fresh miniz_oxide v0.7.1
48682024-01-30T05:27:46.244Z Fresh strsim v0.10.0
48692024-01-30T05:27:46.244Z Fresh either v1.9.0
48702024-01-30T05:27:46.244Z Fresh untrusted v0.7.1
48712024-01-30T05:27:46.244Z Fresh mime v0.3.17
48722024-01-30T05:27:46.244Z Fresh ring v0.16.20
48732024-01-30T05:27:46.244Z Fresh openssl v0.10.60
48742024-01-30T05:27:46.244Z Fresh cpufeatures v0.2.12
48752024-01-30T05:27:46.245Z Fresh ipnet v2.9.0
48762024-01-30T05:27:46.245Z Fresh rustls-webpki v0.101.7
48772024-01-30T05:27:46.245Z Fresh async-trait v0.1.77
48782024-01-30T05:27:46.245Z Fresh sct v0.7.0
48792024-01-30T05:27:46.245Z Fresh serde_urlencoded v0.7.1
48802024-01-30T05:27:46.245Z Fresh encoding_rs v0.8.33
48812024-01-30T05:27:46.245Z Fresh toml_edit v0.19.15
48822024-01-30T05:27:46.245Z Fresh openapiv3 v2.0.0
48832024-01-30T05:27:46.245Z Fresh native-tls v0.2.11
48842024-01-30T05:27:46.245Z Fresh rustls v0.21.9
48852024-01-30T05:27:46.250Z Fresh gimli v0.28.0
48862024-01-30T05:27:46.250Z Fresh pest_meta v2.7.6
48872024-01-30T05:27:46.251Z Fresh rustls-pemfile v1.0.3
48882024-01-30T05:27:46.251Z Fresh object v0.32.1
48892024-01-30T05:27:46.251Z Fresh rustc-demangle v0.1.23
48902024-01-30T05:27:46.251Z Fresh tokio-native-tls v0.3.1
48912024-01-30T05:27:46.251Z Fresh tokio-rustls v0.24.1
48922024-01-30T05:27:46.251Z Fresh addr2line v0.21.0
48932024-01-30T05:27:46.251Z Fresh webpki-roots v0.25.2
48942024-01-30T05:27:46.251Z Fresh pest_generator v2.7.6
48952024-01-30T05:27:46.251Z Fresh unicode-xid v0.2.4
48962024-01-30T05:27:46.251Z Fresh hyper-rustls v0.24.2
48972024-01-30T05:27:46.251Z Fresh hyper-tls v0.5.0
48982024-01-30T05:27:46.251Z Fresh backtrace v0.3.69
48992024-01-30T05:27:46.251Z Fresh utf8parse v0.2.1
49002024-01-30T05:27:46.252Z Fresh reqwest v0.11.22
49012024-01-30T05:27:46.252Z Fresh anyhow v1.0.75
49022024-01-30T05:27:46.252Z Fresh pest_derive v2.7.6
49032024-01-30T05:27:46.252Z Fresh base64ct v1.6.0
49042024-01-30T05:27:46.252Z Fresh rustc_version v0.4.0
49052024-01-30T05:27:46.252Z Fresh crossbeam-utils v0.8.16
49062024-01-30T05:27:46.252Z Fresh crc32fast v1.3.2
49072024-01-30T05:27:46.252Z Fresh slog v2.7.0
49082024-01-30T05:27:46.252Z Fresh anstyle v1.0.2
49092024-01-30T05:27:46.252Z Fresh hex v0.4.3
49102024-01-30T05:27:46.252Z Fresh thread-id v4.2.0
49112024-01-30T05:27:46.252Z Fresh time-core v0.1.1
49122024-01-30T05:27:46.252Z Fresh pem-rfc7468 v0.7.0
49132024-01-30T05:27:46.255Z Fresh futures-executor v0.3.30
49142024-01-30T05:27:46.255Z Fresh der_derive v0.7.2
49152024-01-30T05:27:46.255Z Fresh io-lifetimes v1.0.11
49162024-01-30T05:27:46.255Z Fresh time-macros v0.2.13
49172024-01-30T05:27:46.255Z Fresh rustversion v1.0.14
49182024-01-30T05:27:46.255Z Fresh deranged v0.3.8
49192024-01-30T05:27:46.255Z Fresh num_threads v0.1.6
49202024-01-30T05:27:46.255Z Fresh unicode-segmentation v1.10.1
49212024-01-30T05:27:46.255Z Fresh flagset v0.4.3
49222024-01-30T05:27:46.255Z Fresh time v0.3.27
49232024-01-30T05:27:46.255Z Fresh num-integer v0.1.45
49242024-01-30T05:27:46.255Z Fresh rustix v0.37.23
49252024-01-30T05:27:46.256Z Fresh flate2 v1.0.28
49262024-01-30T05:27:46.256Z Fresh anstyle-parse v0.2.1
49272024-01-30T05:27:46.256Z Fresh colorchoice v1.0.0
49282024-01-30T05:27:46.256Z Fresh anstyle-query v1.0.0
49292024-01-30T05:27:46.256Z Fresh der v0.7.8
49302024-01-30T05:27:46.256Z Fresh siphasher v0.3.11
49312024-01-30T05:27:46.256Z Fresh anstream v0.5.0
49322024-01-30T05:27:46.256Z Fresh terminal_size v0.2.6
49332024-01-30T05:27:46.256Z Fresh futures v0.3.30
49342024-01-30T05:27:46.256Z Fresh synstructure v0.12.6
49352024-01-30T05:27:46.256Z Fresh scroll_derive v0.12.0
49362024-01-30T05:27:46.256Z Fresh bit-vec v0.6.3
49372024-01-30T05:27:46.256Z Fresh spki v0.7.2
49382024-01-30T05:27:46.257Z Fresh clap_lex v0.5.1
49392024-01-30T05:27:46.257Z Fresh stable_deref_trait v1.2.0
49402024-01-30T05:27:46.257Z Fresh zerocopy-derive v0.2.0
49412024-01-30T05:27:46.262Z Fresh scroll v0.12.0
49422024-01-30T05:27:46.262Z Fresh toml v0.7.8
49432024-01-30T05:27:46.262Z Fresh toml_edit v0.21.0
49442024-01-30T05:27:46.262Z Fresh clap_derive v4.4.2
49452024-01-30T05:27:46.262Z Fresh clap_builder v4.4.2
49462024-01-30T05:27:46.262Z Fresh data-encoding v2.4.0
49472024-01-30T05:27:46.262Z Fresh plain v0.2.3
49482024-01-30T05:27:46.262Z Fresh zerocopy v0.3.0
49492024-01-30T05:27:46.271Z Fresh pkcs8 v0.10.2
49502024-01-30T05:27:46.271Z Fresh strum_macros v0.25.2
49512024-01-30T05:27:46.271Z Fresh goblin v0.8.0
49522024-01-30T05:27:46.272Z Fresh clap v4.4.3
49532024-01-30T05:27:46.272Z Fresh itertools v0.10.5
49542024-01-30T05:27:46.272Z Fresh zerocopy-derive v0.6.4
49552024-01-30T05:27:46.272Z Fresh managed v0.8.0
49562024-01-30T05:27:46.272Z Fresh pretty-hex v0.4.1
49572024-01-30T05:27:46.272Z Fresh fixedbitset v0.4.2
49582024-01-30T05:27:46.272Z Fresh petgraph v0.6.4
49592024-01-30T05:27:46.272Z Fresh dof v0.3.0
49602024-01-30T05:27:46.272Z Fresh memoffset v0.9.0
49612024-01-30T05:27:46.272Z Fresh zerocopy v0.6.4
49622024-01-30T05:27:46.272Z Fresh camino v1.1.6
49632024-01-30T05:27:46.272Z Fresh dof v0.1.5
49642024-01-30T05:27:46.272Z Fresh phf_shared v0.10.0
49652024-01-30T05:27:46.272Z Fresh bit-set v0.5.3
49662024-01-30T05:27:46.272Z Fresh dtrace-parser v0.2.0
49672024-01-30T05:27:46.272Z Fresh dtrace-parser v0.1.14
49682024-01-30T05:27:46.272Z Fresh sha2 v0.10.8
49692024-01-30T05:27:46.272Z Fresh ipnetwork v0.20.0
49702024-01-30T05:27:46.272Z Fresh minimal-lexical v0.2.1
49712024-01-30T05:27:46.272Z Fresh new_debug_unreachable v1.0.4
49722024-01-30T05:27:46.272Z Fresh precomputed-hash v0.1.1
49732024-01-30T05:27:46.272Z Fresh nom v7.1.3
49742024-01-30T05:27:46.272Z Fresh usdt-impl v0.3.5
49752024-01-30T05:27:46.272Z Fresh usdt-impl v0.5.0
49762024-01-30T05:27:46.273Z Fresh signal-hook v0.3.17
49772024-01-30T05:27:46.273Z Fresh crossbeam-epoch v0.9.15
49782024-01-30T05:27:46.273Z Fresh num-iter v0.1.43
49792024-01-30T05:27:46.273Z Fresh string_cache v0.8.7
49802024-01-30T05:27:46.273Z Fresh hmac v0.12.1
49812024-01-30T05:27:46.273Z Fresh serde_tokenstream v0.1.7
49822024-01-30T05:27:46.273Z Fresh lalrpop-util v0.19.12
49832024-01-30T05:27:46.273Z Fresh matches v0.1.10
49842024-01-30T05:27:46.273Z Fresh regex-automata v0.1.10
49852024-01-30T05:27:46.279Z Fresh usdt-macro v0.3.5
49862024-01-30T05:27:46.279Z Fresh usdt-attr-macro v0.3.5
49872024-01-30T05:27:46.279Z Fresh idna v0.2.3
49882024-01-30T05:27:46.279Z Fresh signal-hook-mio v0.2.3
49892024-01-30T05:27:46.279Z Fresh bstr v0.2.17
49902024-01-30T05:27:46.279Z Fresh bzip2-sys v0.1.11+1.0.8
49912024-01-30T05:27:46.279Z Fresh block-padding v0.3.3
49922024-01-30T05:27:46.279Z Fresh enum-as-inner v0.5.1
49932024-01-30T05:27:46.279Z Fresh scheduled-thread-pool v0.2.7
49942024-01-30T05:27:46.280Z Fresh diesel_table_macro_syntax v0.1.0
49952024-01-30T05:27:46.280Z Fresh hash32 v0.2.1
49962024-01-30T05:27:46.280Z Fresh predicates-core v1.0.6
49972024-01-30T05:27:46.280Z Fresh static_assertions v1.1.0
49982024-01-30T05:27:46.280Z Fresh regex-automata v0.3.8
49992024-01-30T05:27:46.280Z Fresh trust-dns-proto v0.22.0
50002024-01-30T05:27:46.280Z Fresh bzip2 v0.4.4
50012024-01-30T05:27:46.280Z Fresh inout v0.1.3
50022024-01-30T05:27:46.280Z Fresh bstr v1.6.0
50032024-01-30T05:27:46.280Z Fresh diesel_derives v2.1.2
50042024-01-30T05:27:46.280Z Fresh heapless v0.7.16
50052024-01-30T05:27:46.280Z Fresh r2d2 v0.8.10
50062024-01-30T05:27:46.280Z Fresh usdt v0.3.5
50072024-01-30T05:27:46.280Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
50082024-01-30T05:27:46.280Z Fresh crossterm v0.27.0
50092024-01-30T05:27:46.280Z Fresh md-5 v0.10.5
50102024-01-30T05:27:46.280Z Fresh stringprep v0.1.3
50112024-01-30T05:27:46.280Z Fresh console v0.15.8
50122024-01-30T05:27:46.280Z Fresh ff v0.13.0
50132024-01-30T05:27:46.280Z Fresh float-cmp v0.9.0
50142024-01-30T05:27:46.280Z Fresh serde_tokenstream v0.2.0
50152024-01-30T05:27:46.281Z Fresh hubpack_derive v0.1.1
50162024-01-30T05:27:46.281Z Fresh normalize-line-endings v0.3.0
50172024-01-30T05:27:46.281Z Fresh difflib v0.4.0
50182024-01-30T05:27:46.281Z Fresh fallible-iterator v0.2.0
50192024-01-30T05:27:46.281Z Fresh base16ct v0.2.0
50202024-01-30T05:27:46.281Z Fresh group v0.13.0
50212024-01-30T05:27:46.281Z Fresh hubpack v0.1.2
50222024-01-30T05:27:46.281Z Fresh diesel v2.1.4
50232024-01-30T05:27:46.282Z Fresh smoltcp v0.9.1
50242024-01-30T05:27:46.282Z Fresh zip v0.6.6
50252024-01-30T05:27:46.282Z Fresh predicates v3.1.0
50262024-01-30T05:27:46.282Z Fresh sec1 v0.7.3
50272024-01-30T05:27:46.282Z Fresh postgres-protocol v0.6.6
50282024-01-30T05:27:46.282Z Fresh num-bigint v0.4.4
50292024-01-30T05:27:46.282Z Fresh cipher v0.4.4
50302024-01-30T05:27:46.282Z Fresh similar v2.3.0
50312024-01-30T05:27:46.282Z Fresh hkdf v0.12.4
50322024-01-30T05:27:46.282Z Fresh phf_shared v0.11.2
50332024-01-30T05:27:46.282Z Fresh crypto-bigint v0.5.2
50342024-01-30T05:27:46.282Z Fresh serde_repr v0.1.16
50352024-01-30T05:27:46.282Z Fresh postgres-types v0.2.6
50362024-01-30T05:27:46.282Z Fresh yasna v0.5.2
50372024-01-30T05:27:46.282Z Fresh phf v0.11.2
50382024-01-30T05:27:46.282Z Fresh whoami v1.4.1
50392024-01-30T05:27:46.282Z Fresh tokio-stream v0.1.14
50402024-01-30T05:27:46.282Z Fresh regress v0.7.1
50412024-01-30T05:27:46.282Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
50422024-01-30T05:27:46.283Z Fresh elliptic-curve v0.13.8
50432024-01-30T05:27:46.283Z Fresh tokio-postgres v0.7.10
50442024-01-30T05:27:46.283Z Fresh typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
50452024-01-30T05:27:46.283Z Fresh getopts v0.2.21
50462024-01-30T05:27:46.283Z Fresh unsafe-libyaml v0.2.10
50472024-01-30T05:27:46.283Z Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
50482024-01-30T05:27:46.283Z Fresh fastrand v2.0.0
50492024-01-30T05:27:46.283Z Fresh typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
50502024-01-30T05:27:46.283Z Fresh serde_yaml v0.9.25
50512024-01-30T05:27:46.283Z Fresh tempfile v3.9.0
50522024-01-30T05:27:46.284Z Fresh ident_case v1.0.1
50532024-01-30T05:27:46.284Z Fresh dirs-sys-next v0.1.2
50542024-01-30T05:27:46.284Z Fresh toml v0.8.8
50552024-01-30T05:27:46.284Z Fresh rustls-pki-types v1.1.0
50562024-01-30T05:27:46.284Z Fresh typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
50572024-01-30T05:27:46.284Z Fresh dirs-next v2.0.0
50582024-01-30T05:27:46.284Z Fresh match_cfg v0.1.0
50592024-01-30T05:27:46.284Z Fresh http v1.0.0
50602024-01-30T05:27:46.284Z Fresh atty v0.2.14
50612024-01-30T05:27:46.284Z Fresh quick-error v1.2.3
50622024-01-30T05:27:46.284Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
50632024-01-30T05:27:46.284Z Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
50642024-01-30T05:27:46.284Z Fresh term v0.7.0
50652024-01-30T05:27:46.284Z Fresh hostname v0.3.1
50662024-01-30T05:27:46.284Z Fresh darling_core v0.20.3
50672024-01-30T05:27:46.284Z Fresh sha1 v0.10.6
50682024-01-30T05:27:46.284Z Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
50692024-01-30T05:27:46.284Z Fresh paste v1.0.14
50702024-01-30T05:27:46.284Z Fresh darling_macro v0.20.3
50712024-01-30T05:27:46.284Z Fresh rustls-webpki v0.102.1
50722024-01-30T05:27:46.284Z Fresh crossbeam-channel v0.5.8
50732024-01-30T05:27:46.284Z Fresh thread_local v1.1.7
50742024-01-30T05:27:46.284Z Fresh instant v0.1.12
50752024-01-30T05:27:46.284Z Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
50762024-01-30T05:27:46.284Z Fresh rustls v0.22.2
50772024-01-30T05:27:46.285Z Fresh darling v0.20.3
50782024-01-30T05:27:46.285Z Fresh rustls-pemfile v2.0.0
50792024-01-30T05:27:46.285Z Fresh strum v0.25.0
50802024-01-30T05:27:46.285Z Fresh take_mut v0.2.2
50812024-01-30T05:27:46.285Z Fresh debug-ignore v1.0.5
50822024-01-30T05:27:46.285Z Fresh serde_with_macros v3.5.1
50832024-01-30T05:27:46.285Z Fresh tokio-rustls v0.25.0
50842024-01-30T05:27:46.285Z Fresh slog-term v2.9.0
50852024-01-30T05:27:46.304Z Fresh slog-json v2.6.1
50862024-01-30T05:27:46.304Z Fresh structmeta-derive v0.2.0
50872024-01-30T05:27:46.305Z Fresh slog-async v2.8.0
50882024-01-30T05:27:46.305Z Fresh async-stream-impl v0.3.5
50892024-01-30T05:27:46.305Z Fresh wait-timeout v0.2.0
50902024-01-30T05:27:46.305Z Fresh atomic-waker v1.1.1
50912024-01-30T05:27:46.305Z Fresh multer v3.0.0
50922024-01-30T05:27:46.305Z Fresh serde_with v3.5.1
50932024-01-30T05:27:46.305Z Fresh structmeta v0.2.0
50942024-01-30T05:27:46.305Z Fresh async-stream v0.3.5
50952024-01-30T05:27:46.305Z Fresh waitgroup v0.1.2
50962024-01-30T05:27:46.305Z Fresh slog-bunyan v2.5.0
50972024-01-30T05:27:46.305Z Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
50982024-01-30T05:27:46.305Z Fresh serde_path_to_error v0.1.15
50992024-01-30T05:27:46.305Z Fresh rusty-fork v0.3.0
51002024-01-30T05:27:46.306Z Fresh rand_xorshift v0.3.0
51012024-01-30T05:27:46.306Z Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
51022024-01-30T05:27:46.306Z Fresh regex-syntax v0.7.5
51032024-01-30T05:27:46.306Z Fresh unarray v0.1.4
51042024-01-30T05:27:46.307Z Fresh backoff v0.4.0
51052024-01-30T05:27:46.307Z Fresh test-strategy v0.3.1
51062024-01-30T05:27:46.307Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51072024-01-30T05:27:46.307Z Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
51082024-01-30T05:27:46.307Z Fresh macaddr v1.0.1
51092024-01-30T05:27:46.307Z Fresh parse-display-derive v0.8.2
51102024-01-30T05:27:46.307Z Fresh proptest v1.4.0
51112024-01-30T05:27:46.307Z Fresh is-terminal v0.4.9
51122024-01-30T05:27:46.307Z Fresh camino-tempfile v1.1.1
51132024-01-30T05:27:46.307Z Fresh same-file v1.0.6
51142024-01-30T05:27:46.307Z Fresh proc-macro-crate v1.3.1
51152024-01-30T05:27:46.307Z Fresh parse-display v0.8.2
51162024-01-30T05:27:46.308Z Fresh walkdir v2.4.0
51172024-01-30T05:27:46.308Z Fresh num_enum_derive v0.5.11
51182024-01-30T05:27:46.308Z Fresh hash32 v0.3.1
51192024-01-30T05:27:46.308Z Fresh proc-macro-error-attr v1.0.4
51202024-01-30T05:27:46.308Z Fresh num_enum v0.5.11
51212024-01-30T05:27:46.308Z Fresh embedded-io v0.4.0
51222024-01-30T05:27:46.308Z Fresh proc-macro-error v1.0.4
51232024-01-30T05:27:46.308Z Fresh heapless v0.8.0
51242024-01-30T05:27:46.308Z Fresh cobs v0.2.3
51252024-01-30T05:27:46.308Z Fresh foreign-types-macros v0.2.3
51262024-01-30T05:27:46.308Z Fresh filetime v0.2.23
51272024-01-30T05:27:46.308Z Fresh postcard v1.0.8
51282024-01-30T05:27:46.308Z Fresh smoltcp v0.11.0
51292024-01-30T05:27:46.309Z Fresh xattr v1.0.1
51302024-01-30T05:27:46.309Z Fresh termtree v0.4.1
51312024-01-30T05:27:46.309Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51322024-01-30T05:27:46.310Z Fresh foreign-types-shared v0.3.1
51332024-01-30T05:27:46.310Z Fresh predicates-tree v1.0.9
51342024-01-30T05:27:46.310Z Fresh tar v0.4.40
51352024-01-30T05:27:46.310Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51362024-01-30T05:27:46.310Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
51372024-01-30T05:27:46.310Z Fresh crucible-workspace-hack v0.1.0
51382024-01-30T05:27:46.310Z Fresh foreign-types v0.5.0
51392024-01-30T05:27:46.310Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51402024-01-30T05:27:46.310Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
51412024-01-30T05:27:46.310Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51422024-01-30T05:27:46.310Z Fresh cstr-argument v0.1.2
51432024-01-30T05:27:46.310Z Fresh pretty-hex v0.2.1
51442024-01-30T05:27:46.310Z Fresh colored v2.0.4
51452024-01-30T05:27:46.311Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
51462024-01-30T05:27:46.311Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
51472024-01-30T05:27:46.311Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
51482024-01-30T05:27:46.311Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51492024-01-30T05:27:46.311Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
51502024-01-30T05:27:46.311Z Fresh zone_cfg_derive v0.3.0
51512024-01-30T05:27:46.311Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
51522024-01-30T05:27:46.312Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
51532024-01-30T05:27:46.312Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51542024-01-30T05:27:46.312Z Fresh mockall_derive v0.12.0
51552024-01-30T05:27:46.312Z Fresh num-derive v0.4.0
51562024-01-30T05:27:46.312Z Fresh downcast v0.11.0
51572024-01-30T05:27:46.312Z Fresh fragile v2.0.0
51582024-01-30T05:27:46.312Z Fresh zone v0.3.0
51592024-01-30T05:27:46.312Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
51602024-01-30T05:27:46.312Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
51612024-01-30T05:27:46.313Z Fresh mockall v0.12.0
51622024-01-30T05:27:46.313Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
51632024-01-30T05:27:46.313Z Fresh smf v0.2.2
51642024-01-30T05:27:46.313Z Fresh usdt-macro v0.5.0
51652024-01-30T05:27:46.313Z Fresh usdt-attr-macro v0.5.0
51662024-01-30T05:27:46.313Z Fresh memmap v0.7.0
51672024-01-30T05:27:46.313Z Fresh usdt v0.5.0
51682024-01-30T05:27:46.313Z Fresh pem v3.0.2
51692024-01-30T05:27:46.313Z Fresh password-hash v0.5.0
51702024-01-30T05:27:46.313Z Fresh blake2 v0.10.6
51712024-01-30T05:27:46.313Z Fresh itertools v0.12.0
51722024-01-30T05:27:46.313Z Fresh swrite v0.1.0
51732024-01-30T05:27:46.313Z Fresh argon2 v0.5.3
51742024-01-30T05:27:46.313Z Fresh home v0.5.5
51752024-01-30T05:27:46.314Z Fresh headers-core v0.2.0
51762024-01-30T05:27:46.314Z Fresh termcolor v1.2.0
51772024-01-30T05:27:46.316Z Fresh heck v0.3.3
51782024-01-30T05:27:46.316Z Fresh headers v0.3.9
51792024-01-30T05:27:46.316Z Fresh textwrap v0.11.0
51802024-01-30T05:27:46.316Z Fresh toml v0.5.11
51812024-01-30T05:27:46.316Z Fresh strsim v0.8.0
51822024-01-30T05:27:46.316Z Fresh ansi_term v0.12.1
51832024-01-30T05:27:46.316Z Fresh tap v1.0.1
51842024-01-30T05:27:46.316Z Fresh linked-hash-map v0.5.6
51852024-01-30T05:27:46.322Z Fresh vec_map v0.8.2
51862024-01-30T05:27:46.322Z Fresh cancel-safe-futures v0.1.5
51872024-01-30T05:27:46.322Z Fresh radium v0.7.0
51882024-01-30T05:27:46.323Z Fresh clap v2.34.0
51892024-01-30T05:27:46.323Z Fresh wyz v0.5.1
51902024-01-30T05:27:46.323Z Fresh lru-cache v0.1.2
51912024-01-30T05:27:46.323Z Fresh structopt-derive v0.4.18
51922024-01-30T05:27:46.323Z Fresh half v2.3.1
51932024-01-30T05:27:46.323Z Fresh semver v0.1.20
51942024-01-30T05:27:46.323Z Fresh crc-catalog v2.2.0
51952024-01-30T05:27:46.323Z Fresh ciborium-io v0.2.2
51962024-01-30T05:27:46.323Z Fresh funty v2.0.0
51972024-01-30T05:27:46.323Z Fresh libefi-sys v0.1.0
51982024-01-30T05:27:46.323Z Fresh structopt v0.3.26
51992024-01-30T05:27:46.323Z Fresh bitvec v1.0.1
52002024-01-30T05:27:46.324Z Fresh ciborium-ll v0.2.2
52012024-01-30T05:27:46.324Z Fresh crc v3.0.1
52022024-01-30T05:27:46.324Z Fresh rustc_version v0.1.7
52032024-01-30T05:27:46.324Z Fresh maybe-uninit v2.0.0
52042024-01-30T05:27:46.324Z Fresh rcgen v0.12.1
52052024-01-30T05:27:46.324Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
52062024-01-30T05:27:46.326Z Fresh atomicwrites v0.4.3
52072024-01-30T05:27:46.326Z Fresh semver-parser v0.10.2
52082024-01-30T05:27:46.326Z Fresh libsw v3.3.1
52092024-01-30T05:27:46.326Z Fresh derive-where v1.2.7
52102024-01-30T05:27:46.326Z Fresh packed_struct_codegen v0.10.1
52112024-01-30T05:27:46.326Z Fresh subprocess v0.2.9
52122024-01-30T05:27:46.326Z Fresh owo-colors v4.0.0
52132024-01-30T05:27:46.327Z Fresh linear-map v1.2.0
52142024-01-30T05:27:46.327Z Fresh nodrop v0.1.14
52152024-01-30T05:27:46.327Z Fresh topological-sort v0.2.2
52162024-01-30T05:27:46.327Z Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
52172024-01-30T05:27:46.327Z Fresh packed_struct v0.10.1
52182024-01-30T05:27:46.327Z Fresh omicron-zone-package v0.10.1
52192024-01-30T05:27:46.327Z Fresh array-init v0.0.4
52202024-01-30T05:27:46.327Z Fresh semver v0.11.0
52212024-01-30T05:27:46.327Z Fresh smallvec v0.6.14
52222024-01-30T05:27:46.327Z Fresh num-bigint-dig v0.8.4
52232024-01-30T05:27:46.327Z Fresh ciborium v0.2.2
52242024-01-30T05:27:46.327Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
52252024-01-30T05:27:46.327Z Fresh pkcs1 v0.7.5
52262024-01-30T05:27:46.328Z Fresh signature v2.1.0
52272024-01-30T05:27:46.328Z Fresh hashbrown v0.12.3
52282024-01-30T05:27:46.328Z Fresh bitfield v0.14.0
52292024-01-30T05:27:46.328Z Fresh glob v0.3.1
52302024-01-30T05:27:46.328Z Fresh toolchain_find v0.2.0
52312024-01-30T05:27:46.328Z Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
52322024-01-30T05:27:46.328Z Fresh rsa v0.9.2
52332024-01-30T05:27:46.328Z Fresh indexmap v1.9.3
52342024-01-30T05:27:46.328Z Fresh serde-hex v0.1.0
52352024-01-30T05:27:46.329Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
52362024-01-30T05:27:46.329Z Fresh env_logger v0.10.0
52372024-01-30T05:27:46.329Z Fresh x509-cert v0.2.4
52382024-01-30T05:27:46.329Z Fresh ron v0.8.1
52392024-01-30T05:27:46.329Z Fresh crc-any v2.4.3
52402024-01-30T05:27:46.329Z Fresh object v0.30.4
52412024-01-30T05:27:46.329Z Fresh newtype_derive v0.1.6
52422024-01-30T05:27:46.329Z Fresh rustfmt-wrapper v0.2.0
52432024-01-30T05:27:46.329Z Fresh path-slash v0.1.5
52442024-01-30T05:27:46.329Z Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
52452024-01-30T05:27:46.329Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
52462024-01-30T05:27:46.329Z Fresh steno v0.4.0
52472024-01-30T05:27:46.329Z Fresh arc-swap v1.6.0
52482024-01-30T05:27:46.329Z Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
52492024-01-30T05:27:46.329Z Fresh slog-dtrace v0.3.0
52502024-01-30T05:27:46.329Z Fresh slog-scope v4.4.0
52512024-01-30T05:27:46.329Z Fresh convert_case v0.4.0
52522024-01-30T05:27:46.329Z Fresh resolv-conf v0.7.0
52532024-01-30T05:27:46.329Z Fresh pin-project-internal v1.1.3
52542024-01-30T05:27:46.329Z Fresh slog-stdlog v4.1.1
52552024-01-30T05:27:46.330Z Fresh derive_more v0.99.17
52562024-01-30T05:27:46.330Z Fresh pin-project v1.1.3
52572024-01-30T05:27:46.330Z Fresh num-rational v0.4.1
52582024-01-30T05:27:46.330Z Fresh trust-dns-resolver v0.22.0
52592024-01-30T05:27:46.330Z Fresh num-complex v0.4.4
52602024-01-30T05:27:46.330Z Fresh slog-envlogger v2.2.0
52612024-01-30T05:27:46.330Z Fresh num v0.4.1
52622024-01-30T05:27:46.330Z Fresh nibble_vec v0.1.0
52632024-01-30T05:27:46.330Z Fresh fxhash v0.2.1
52642024-01-30T05:27:46.330Z Fresh endian-type v0.1.2
52652024-01-30T05:27:46.330Z Fresh utf-8 v0.7.6
52662024-01-30T05:27:46.330Z Fresh display-error-chain v0.2.0
52672024-01-30T05:27:46.330Z Fresh tungstenite v0.20.1
52682024-01-30T05:27:46.330Z Fresh buf-list v1.0.3
52692024-01-30T05:27:46.330Z Fresh radix_trie v0.2.1
52702024-01-30T05:27:46.330Z Fresh newline-converter v0.3.0
52712024-01-30T05:27:46.330Z Fresh tokio-tungstenite v0.20.1
52722024-01-30T05:27:46.330Z Fresh doc-comment v0.3.3
52732024-01-30T05:27:46.330Z Fresh keccak v0.1.4
52742024-01-30T05:27:46.330Z Fresh expectorate v1.1.0
52752024-01-30T05:27:46.330Z Fresh secrecy v0.8.0
52762024-01-30T05:27:46.330Z Fresh sha3 v0.10.8
52772024-01-30T05:27:46.330Z Fresh crossbeam-deque v0.8.3
52782024-01-30T05:27:46.330Z Fresh snafu-derive v0.7.5
52792024-01-30T05:27:46.330Z Fresh signature v1.6.4
52802024-01-30T05:27:46.331Z Fresh snafu v0.7.5
52812024-01-30T05:27:46.331Z Fresh memoffset v0.7.1
52822024-01-30T05:27:46.331Z Fresh rayon-core v1.12.0
52832024-01-30T05:27:46.331Z Fresh ed25519 v1.5.3
52842024-01-30T05:27:46.331Z Fresh globset v0.4.13
52852024-01-30T05:27:46.337Z Fresh olpc-cjson v0.1.3
52862024-01-30T05:27:46.337Z Fresh serde_plain v1.0.2
52872024-01-30T05:27:46.337Z Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
52882024-01-30T05:27:46.338Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
52892024-01-30T05:27:46.338Z Fresh async-recursion v1.0.5
52902024-01-30T05:27:46.338Z Fresh vte_generate_state_changes v0.1.1
52912024-01-30T05:27:46.338Z Fresh typed-path v0.7.0
52922024-01-30T05:27:46.338Z Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
52932024-01-30T05:27:46.338Z Fresh vte v0.11.1
52942024-01-30T05:27:46.338Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
52952024-01-30T05:27:46.338Z Fresh tough v0.16.0
52962024-01-30T05:27:46.338Z Fresh salty v0.2.0
52972024-01-30T05:27:46.338Z Fresh platforms v3.0.2
52982024-01-30T05:27:46.338Z Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
52992024-01-30T05:27:46.338Z Fresh fs-err v2.11.0
53002024-01-30T05:27:46.338Z Fresh rayon v1.8.0
53012024-01-30T05:27:46.338Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
53022024-01-30T05:27:46.338Z Fresh serde-big-array v0.4.1
53032024-01-30T05:27:46.339Z Fresh serde-big-array v0.5.1
53042024-01-30T05:27:46.339Z Fresh parse-size v1.0.0
53052024-01-30T05:27:46.339Z Fresh diff v0.1.13
53062024-01-30T05:27:46.339Z Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
53072024-01-30T05:27:46.339Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
53082024-01-30T05:27:46.339Z Fresh parking_lot_core v0.8.6
53092024-01-30T05:27:46.340Z Fresh unicase v2.7.0
53102024-01-30T05:27:46.340Z Fresh strip-ansi-escapes v0.2.0
53112024-01-30T05:27:46.340Z Fresh crunchy v0.2.2
53122024-01-30T05:27:46.340Z Fresh prettyplease v0.2.16
53132024-01-30T05:27:46.340Z Fresh progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
53142024-01-30T05:27:46.340Z Fresh darling_core v0.14.4
53152024-01-30T05:27:46.340Z Fresh signal-hook-tokio v0.3.1
53162024-01-30T05:27:46.340Z Fresh fd-lock v3.0.13
53172024-01-30T05:27:46.340Z Fresh corncobs v0.1.3
53182024-01-30T05:27:46.340Z Fresh nu-ansi-term v0.49.0
53192024-01-30T05:27:46.341Z Fresh tiny-keccak v2.0.2
53202024-01-30T05:27:46.341Z Fresh darling_macro v0.14.4
53212024-01-30T05:27:46.342Z Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
53222024-01-30T05:27:46.342Z Fresh reedline v0.28.0
53232024-01-30T05:27:46.342Z Fresh parking_lot v0.11.2
53242024-01-30T05:27:46.342Z Fresh progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
53252024-01-30T05:27:46.342Z Fresh trust-dns-client v0.22.0
53262024-01-30T05:27:46.342Z Fresh ascii-canvas v3.0.0
53272024-01-30T05:27:46.342Z Fresh progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
53282024-01-30T05:27:46.342Z Fresh universal-hash v0.5.1
53292024-01-30T05:27:46.342Z Fresh curve25519-dalek-derive v0.1.0
53302024-01-30T05:27:46.342Z Fresh thiserror-impl-no-std v2.0.2
53312024-01-30T05:27:46.342Z Fresh ena v0.14.2
53322024-01-30T05:27:46.342Z Fresh libloading v0.7.4
53332024-01-30T05:27:46.342Z Fresh opaque-debug v0.3.0
53342024-01-30T05:27:46.342Z Fresh bytecount v0.6.3
53352024-01-30T05:27:46.343Z Fresh regex-syntax v0.6.29
53362024-01-30T05:27:46.343Z Fresh curve25519-dalek v4.1.1
53372024-01-30T05:27:46.343Z Fresh poly1305 v0.8.0
53382024-01-30T05:27:46.343Z Fresh papergrid v0.11.0
53392024-01-30T05:27:46.343Z Fresh lalrpop v0.19.12
53402024-01-30T05:27:46.343Z Fresh clang-sys v1.6.1
53412024-01-30T05:27:46.343Z Fresh thiserror-no-std v2.0.2
53422024-01-30T05:27:46.343Z Fresh progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
53432024-01-30T05:27:46.343Z Fresh trust-dns-server v0.22.1
53442024-01-30T05:27:46.343Z Fresh sled v0.34.7
53452024-01-30T05:27:46.344Z Fresh portable-atomic v1.4.3
53462024-01-30T05:27:46.344Z Fresh darling v0.14.4
53472024-01-30T05:27:46.344Z Fresh tabled_derive v0.7.0
53482024-01-30T05:27:46.344Z Fresh chacha20 v0.9.1
53492024-01-30T05:27:46.344Z Fresh cexpr v0.6.0
53502024-01-30T05:27:46.344Z Fresh which v4.4.0
53512024-01-30T05:27:46.344Z Fresh fd-lock v4.0.2
53522024-01-30T05:27:46.344Z Fresh aead v0.5.2
53532024-01-30T05:27:46.344Z Fresh nix v0.27.1
53542024-01-30T05:27:46.344Z Fresh kstat-rs v0.2.3
53552024-01-30T05:27:46.344Z Fresh sqlparser_derive v0.2.2
53562024-01-30T05:27:46.344Z Fresh humantime v2.1.0
53572024-01-30T05:27:46.344Z Fresh peeking_take_while v0.1.2
53582024-01-30T05:27:46.344Z Fresh shlex v1.3.0
53592024-01-30T05:27:46.344Z Fresh lazycell v1.3.0
53602024-01-30T05:27:46.344Z Fresh number_prefix v0.4.0
53612024-01-30T05:27:46.344Z Fresh rustc-hash v1.1.0
53622024-01-30T05:27:46.344Z Fresh unicode_categories v0.1.1
53632024-01-30T05:27:46.354Z Fresh sqlparser v0.43.1
53642024-01-30T05:27:46.354Z Fresh indicatif v0.17.7
53652024-01-30T05:27:46.354Z Fresh rustyline v13.0.0
53662024-01-30T05:27:46.354Z Fresh tabled v0.15.0
53672024-01-30T05:27:46.354Z Fresh bindgen v0.69.2
53682024-01-30T05:27:46.354Z Fresh sqlformat v0.2.3
53692024-01-30T05:27:46.354Z Fresh chacha20poly1305 v0.10.1
53702024-01-30T05:27:46.354Z Fresh derive_builder_core v0.12.0
53712024-01-30T05:27:46.354Z Fresh mime_guess v2.0.4
53722024-01-30T05:27:46.354Z Fresh vsss-rs v3.3.4
53732024-01-30T05:27:46.354Z Fresh bcs v0.1.6
53742024-01-30T05:27:46.354Z Fresh ref-cast-impl v1.0.20
53752024-01-30T05:27:46.354Z Fresh highway v1.1.0
53762024-01-30T05:27:46.359Z Fresh derive_builder_macro v0.12.0
53772024-01-30T05:27:46.359Z Fresh ref-cast v1.0.20
53782024-01-30T05:27:46.359Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
53792024-01-30T05:27:46.360Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
53802024-01-30T05:27:46.360Z Fresh strum_macros v0.24.3
53812024-01-30T05:27:46.360Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
53822024-01-30T05:27:46.360Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
53832024-01-30T05:27:46.360Z Fresh lru v0.12.1
53842024-01-30T05:27:46.360Z Fresh stability v0.1.1
53852024-01-30T05:27:46.360Z Fresh http-range v0.1.5
53862024-01-30T05:27:46.360Z Fresh indoc v2.0.3
53872024-01-30T05:27:46.360Z Fresh is_ci v1.1.1
53882024-01-30T05:27:46.360Z Fresh indoc v1.0.9
53892024-01-30T05:27:46.364Z Fresh cassowary v0.3.0
53902024-01-30T05:27:46.364Z Fresh maplit v1.0.2
53912024-01-30T05:27:46.364Z Fresh hyper-staticfile v0.9.5
53922024-01-30T05:27:46.364Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
53932024-01-30T05:27:46.365Z Fresh polar-core v0.27.0
53942024-01-30T05:27:46.365Z Fresh ratatui v0.25.0
53952024-01-30T05:27:46.365Z Fresh supports-color v2.1.0
53962024-01-30T05:27:46.365Z Fresh derive_builder v0.12.0
53972024-01-30T05:27:46.365Z Fresh libxml v0.3.3
53982024-01-30T05:27:46.365Z Fresh bb8 v0.8.1
53992024-01-30T05:27:46.365Z Fresh quick-xml v0.30.0
54002024-01-30T05:27:46.365Z Fresh oso-derive v0.27.0
54012024-01-30T05:27:46.365Z Fresh impl-trait-for-tuples v0.2.2
54022024-01-30T05:27:46.365Z Fresh rtoolbox v0.0.1
54032024-01-30T05:27:46.365Z Fresh unicode-linebreak v0.1.5
54042024-01-30T05:27:46.365Z Fresh assert_matches v1.5.0
54052024-01-30T05:27:46.366Z Fresh smawk v0.3.1
54062024-01-30T05:27:46.366Z Fresh rpassword v7.3.1
54072024-01-30T05:27:46.366Z Fresh oso v0.27.0
54082024-01-30T05:27:46.366Z Fresh samael v0.0.14
54092024-01-30T05:27:46.366Z Fresh textwrap v0.16.0
54102024-01-30T05:27:46.366Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
54112024-01-30T05:27:46.366Z Fresh tui-tree-widget v0.16.0
54122024-01-30T05:27:46.366Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
54132024-01-30T05:27:46.366Z Fresh cookie v0.18.0
54142024-01-30T05:27:46.368Z Fresh http-body v1.0.0
54152024-01-30T05:27:46.369Z Fresh shell-words v1.1.0
54162024-01-30T05:27:46.369Z Fresh tower-layer v0.3.2
54172024-01-30T05:27:46.369Z Fresh plotters-backend v0.3.5
54182024-01-30T05:27:46.369Z Fresh hyper v1.1.0
54192024-01-30T05:27:46.369Z Fresh target-lexicon v0.12.12
54202024-01-30T05:27:46.369Z Fresh plotters-svg v0.3.5
54212024-01-30T05:27:46.370Z Fresh tower v0.4.13
54222024-01-30T05:27:46.370Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
54232024-01-30T05:27:46.370Z Fresh cast v0.3.0
54242024-01-30T05:27:46.370Z Fresh yansi v0.5.1
54252024-01-30T05:27:46.370Z Fresh plotters v0.3.5
54262024-01-30T05:27:46.370Z Fresh guppy-workspace-hack v0.1.0
54272024-01-30T05:27:46.370Z Fresh hyper-util v0.1.2
54282024-01-30T05:27:46.370Z Fresh cfg-expr v0.15.5
54292024-01-30T05:27:46.370Z Fresh pretty_assertions v1.4.0
54302024-01-30T05:27:46.370Z Fresh criterion-plot v0.5.0
54312024-01-30T05:27:46.370Z Fresh rustls-native-certs v0.7.0
54322024-01-30T05:27:46.370Z Fresh snafu-derive v0.8.0
54332024-01-30T05:27:46.370Z Fresh tinytemplate v1.2.1
54342024-01-30T05:27:46.371Z Fresh threadpool v1.8.1
54352024-01-30T05:27:46.371Z Fresh cargo-platform v0.1.3
54362024-01-30T05:27:46.371Z Fresh nanorand v0.7.0
54372024-01-30T05:27:46.371Z Fresh arrayref v0.3.7
54382024-01-30T05:27:46.371Z Fresh arrayvec v0.7.4
54392024-01-30T05:27:46.371Z Fresh constant_time_eq v0.2.6
54402024-01-30T05:27:46.371Z Fresh relative-path v1.9.0
54412024-01-30T05:27:46.371Z Fresh oorandom v11.1.3
54422024-01-30T05:27:46.371Z Fresh anes v0.1.6
54432024-01-30T05:27:46.372Z Fresh blake2b_simd v1.0.1
54442024-01-30T05:27:46.372Z Fresh libtest-mimic v0.6.1
54452024-01-30T05:27:46.372Z Fresh rstest_macros v0.18.2
54462024-01-30T05:27:46.372Z Fresh cargo_metadata v0.18.1
54472024-01-30T05:27:46.372Z Fresh flume v0.11.0
54482024-01-30T05:27:46.372Z Fresh criterion v0.5.1
54492024-01-30T05:27:46.372Z Fresh snafu v0.8.0
54502024-01-30T05:27:46.373Z Fresh hyper-rustls v0.26.0
54512024-01-30T05:27:46.373Z Fresh target-spec v3.0.1
54522024-01-30T05:27:46.373Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
54532024-01-30T05:27:46.373Z Fresh assert_cmd v2.0.13
54542024-01-30T05:27:46.373Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
54552024-01-30T05:27:46.373Z Fresh pathdiff v0.2.1
54562024-01-30T05:27:46.373Z Fresh fatfs v0.3.6
54572024-01-30T05:27:46.373Z Fresh basic-toml v0.1.8
54582024-01-30T05:27:46.373Z Fresh rand v0.4.6
54592024-01-30T05:27:46.373Z Fresh constant_time_eq v0.3.0
54602024-01-30T05:27:46.373Z Fresh futures-timer v3.0.2
54612024-01-30T05:27:46.373Z Fresh remove_dir_all v0.5.3
54622024-01-30T05:27:46.373Z Fresh nested v0.1.1
54632024-01-30T05:27:46.374Z Fresh rust-argon2 v1.0.1
54642024-01-30T05:27:46.374Z Fresh trybuild v1.0.89
54652024-01-30T05:27:46.374Z Fresh datatest-stable v0.2.3
54662024-01-30T05:27:46.374Z Fresh guppy v0.17.4
54672024-01-30T05:27:46.374Z Fresh rstest v0.18.2
54682024-01-30T05:27:46.374Z Fresh tempdir v0.3.7
54692024-01-30T05:27:46.374Z Fresh partial-io v0.5.4
54702024-01-30T05:27:46.374Z Fresh httptest v0.15.5
54712024-01-30T05:27:46.374Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
54722024-01-30T05:27:46.374Z Fresh similar-asserts v1.5.0
54732024-01-30T05:27:46.374Z Fresh approx v0.5.1
54742024-01-30T05:27:46.374Z Fresh hex-literal v0.4.1
54752024-01-30T05:27:46.375Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
54762024-01-30T05:27:46.380Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
54772024-01-30T05:27:46.380Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
54782024-01-30T05:27:46.380Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
54792024-01-30T05:27:46.380Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
54802024-01-30T05:27:46.380Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
54812024-01-30T05:27:46.380Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
54822024-01-30T05:27:46.381Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
54832024-01-30T05:27:46.381Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
54842024-01-30T05:27:46.381Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
54852024-01-30T05:27:46.381Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54862024-01-30T05:27:46.381Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
54872024-01-30T05:27:46.381Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
54882024-01-30T05:27:46.381Z Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
54892024-01-30T05:27:46.381Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
54902024-01-30T05:27:46.381Z Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
54912024-01-30T05:27:46.381Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
54922024-01-30T05:27:46.381Z Fresh nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
54932024-01-30T05:27:46.381Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
54942024-01-30T05:27:46.382Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
54952024-01-30T05:27:46.382Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
54962024-01-30T05:27:46.382Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
54972024-01-30T05:27:46.382Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
54982024-01-30T05:27:46.382Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
54992024-01-30T05:27:46.382Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55002024-01-30T05:27:46.382Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
55012024-01-30T05:27:46.382Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
55022024-01-30T05:27:46.382Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
55032024-01-30T05:27:46.384Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
55042024-01-30T05:27:46.384Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55052024-01-30T05:27:46.384Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
55062024-01-30T05:27:46.384Z Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
55072024-01-30T05:27:46.384Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
55082024-01-30T05:27:46.384Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
55092024-01-30T05:27:46.384Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
55102024-01-30T05:27:46.384Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
55112024-01-30T05:27:46.384Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
55122024-01-30T05:27:46.385Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
55132024-01-30T05:27:46.385Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
55142024-01-30T05:27:46.385Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
55152024-01-30T05:27:46.385Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
55162024-01-30T05:27:46.385Z Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
55172024-01-30T05:27:46.385Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
55182024-01-30T05:27:46.385Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
55192024-01-30T05:27:46.385Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
55202024-01-30T05:27:46.385Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55212024-01-30T05:27:46.385Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
55222024-01-30T05:27:46.385Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
55232024-01-30T05:27:46.385Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
55242024-01-30T05:27:46.387Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
55252024-01-30T05:27:46.387Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
55262024-01-30T05:27:46.387Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
55272024-01-30T05:27:46.387Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
55282024-01-30T05:27:46.387Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
55292024-01-30T05:27:46.387Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
55302024-01-30T05:27:46.387Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
55312024-01-30T05:27:46.388Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
55322024-01-30T05:27:46.388Z Finished test [unoptimized + debuginfo] target(s) in 2.20s
55332024-01-30T05:27:46.392Z Doc-tests authz-macros
55342024-01-30T05:27:46.396Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-43028171b40cac22.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
55352024-01-30T05:27:46.654Z
55362024-01-30T05:27:46.655Zrunning 6 tests
55372024-01-30T05:27:46.661Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 102) ... ignored
55382024-01-30T05:27:46.661Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored
55392024-01-30T05:27:46.661Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored
55402024-01-30T05:27:46.661Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored
55412024-01-30T05:27:46.661Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored
55422024-01-30T05:27:46.661Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored
55432024-01-30T05:27:46.661Z
55442024-01-30T05:27:46.664Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.01s
55452024-01-30T05:27:46.664Z
55462024-01-30T05:27:46.674Z Doc-tests bootstore
55472024-01-30T05:27:46.678Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-7a2917c990c1a4c2.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-054034575ef9bee9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
55482024-01-30T05:27:48.478Z
55492024-01-30T05:27:48.478Zrunning 0 tests
55502024-01-30T05:27:48.478Z
55512024-01-30T05:27:48.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55522024-01-30T05:27:48.478Z
55532024-01-30T05:27:48.512Z Doc-tests bootstrap-agent-client
55542024-01-30T05:27:48.523Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
55552024-01-30T05:28:00.180Z
55562024-01-30T05:28:00.181Zrunning 0 tests
55572024-01-30T05:28:00.181Z
55582024-01-30T05:28:00.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55592024-01-30T05:28:00.181Z
55602024-01-30T05:28:00.311Z Doc-tests db-macros
55612024-01-30T05:28:00.311Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-baac81b342ab83b0.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-487d71315671361b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-9882fb17efa4ead3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
55622024-01-30T05:28:00.432Z
55632024-01-30T05:28:00.518Zrunning 3 tests
55642024-01-30T05:28:00.518Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored
55652024-01-30T05:28:00.518Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
55662024-01-30T05:28:00.518Ztest nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored
55672024-01-30T05:28:00.518Z
55682024-01-30T05:28:00.519Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
55692024-01-30T05:28:00.519Z
55702024-01-30T05:28:00.519Z Doc-tests ddm-admin-client
55712024-01-30T05:28:00.519Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib -C embed-bitcode=no -D warnings --error-format human`
55722024-01-30T05:28:00.519Z
55732024-01-30T05:28:00.519Zrunning 0 tests
55742024-01-30T05:28:00.519Z
55752024-01-30T05:28:00.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55762024-01-30T05:28:00.519Z
55772024-01-30T05:28:00.519Z Doc-tests dns-server
55782024-01-30T05:28:00.519Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-c78ed4cdfb819d52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-85ddbdbdd9a7b6f1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-8b7018c285849bc5.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fda44e4a6bd902fa.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bb78a60d1ca7b1d6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
55792024-01-30T05:28:00.520Z
55802024-01-30T05:28:00.520Zrunning 0 tests
55812024-01-30T05:28:00.520Z
55822024-01-30T05:28:00.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55832024-01-30T05:28:00.520Z
55842024-01-30T05:28:00.523Z Doc-tests dns-service-client
55852024-01-30T05:28:00.523Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human`
55862024-01-30T05:28:00.523Z
55872024-01-30T05:28:00.523Zrunning 0 tests
55882024-01-30T05:28:00.523Z
55892024-01-30T05:28:00.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55902024-01-30T05:28:00.523Z
55912024-01-30T05:28:00.523Z Doc-tests dpd-client
55922024-01-30T05:28:00.523Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
55932024-01-30T05:28:00.525Z
55942024-01-30T05:28:00.525Zrunning 0 tests
55952024-01-30T05:28:00.525Z
55962024-01-30T05:28:00.525Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55972024-01-30T05:28:00.525Z
55982024-01-30T05:28:00.525Z Doc-tests gateway-client
55992024-01-30T05:28:00.525Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
56002024-01-30T05:28:00.537Z
56012024-01-30T05:28:00.537Zrunning 0 tests
56022024-01-30T05:28:00.537Z
56032024-01-30T05:28:00.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56042024-01-30T05:28:00.537Z
56052024-01-30T05:28:00.537Z Doc-tests gateway-test-utils
56062024-01-30T05:28:00.537Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
56072024-01-30T05:28:00.538Z
56082024-01-30T05:28:00.538Zrunning 0 tests
56092024-01-30T05:28:00.538Z
56102024-01-30T05:28:00.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56112024-01-30T05:28:00.538Z
56122024-01-30T05:28:00.538Z Doc-tests illumos-utils
56132024-01-30T05:28:00.538Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-7d86917112cd21af.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-224815cd6285033d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d370449767f06d09.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-2109e4a2627d099b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9342ea4a1179039.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human`
56142024-01-30T05:28:00.550Z
56152024-01-30T05:28:00.551Zrunning 0 tests
56162024-01-30T05:28:00.551Z
56172024-01-30T05:28:00.551Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56182024-01-30T05:28:00.551Z
56192024-01-30T05:28:00.551Z Doc-tests installinator
56202024-01-30T05:28:00.551Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-228caf9504b3ed4e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-e5858226b8596f47.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
56212024-01-30T05:28:00.647Z
56222024-01-30T05:28:00.647Zrunning 0 tests
56232024-01-30T05:28:00.647Z
56242024-01-30T05:28:00.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56252024-01-30T05:28:00.647Z
56262024-01-30T05:28:00.678Z Doc-tests installinator-artifact-client
56272024-01-30T05:28:00.683Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
56282024-01-30T05:28:02.049Z
56292024-01-30T05:28:02.049Zrunning 0 tests
56302024-01-30T05:28:02.049Z
56312024-01-30T05:28:02.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56322024-01-30T05:28:02.049Z
56332024-01-30T05:28:02.090Z Doc-tests installinator-artifactd
56342024-01-30T05:28:02.107Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
56352024-01-30T05:28:02.529Z
56362024-01-30T05:28:02.529Zrunning 0 tests
56372024-01-30T05:28:02.529Z
56382024-01-30T05:28:02.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56392024-01-30T05:28:02.529Z
56402024-01-30T05:28:02.556Z Doc-tests installinator-common
56412024-01-30T05:28:02.563Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib -C embed-bitcode=no -D warnings --error-format human`
56422024-01-30T05:28:03.199Z
56432024-01-30T05:28:03.200Zrunning 0 tests
56442024-01-30T05:28:03.200Z
56452024-01-30T05:28:03.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56462024-01-30T05:28:03.200Z
56472024-01-30T05:28:03.229Z Doc-tests internal-dns
56482024-01-30T05:28:03.235Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-fabc30ef8cc9c909.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
56492024-01-30T05:28:03.643Z
56502024-01-30T05:28:03.643Zrunning 0 tests
56512024-01-30T05:28:03.643Z
56522024-01-30T05:28:03.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56532024-01-30T05:28:03.643Z
56542024-01-30T05:28:03.669Z Doc-tests ipcc
56552024-01-30T05:28:03.728Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ -D warnings --error-format human`
56562024-01-30T05:28:04.012Z
56572024-01-30T05:28:04.012Zrunning 0 tests
56582024-01-30T05:28:04.012Z
56592024-01-30T05:28:04.012Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56602024-01-30T05:28:04.012Z
56612024-01-30T05:28:04.035Z Doc-tests key-manager
56622024-01-30T05:28:04.035Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-823995a36594b7a3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-44aac42af2daaf63.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -D warnings --error-format human`
56632024-01-30T05:28:04.379Z
56642024-01-30T05:28:04.379Zrunning 0 tests
56652024-01-30T05:28:04.381Z
56662024-01-30T05:28:04.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56672024-01-30T05:28:04.381Z
56682024-01-30T05:28:04.399Z Doc-tests mg-admin-client
56692024-01-30T05:28:04.409Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib -C embed-bitcode=no -D warnings --error-format human`
56702024-01-30T05:28:05.008Z
56712024-01-30T05:28:05.008Zrunning 0 tests
56722024-01-30T05:28:05.016Z
56732024-01-30T05:28:05.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56742024-01-30T05:28:05.016Z
56752024-01-30T05:28:05.035Z Doc-tests nexus-client
56762024-01-30T05:28:05.098Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
56772024-01-30T05:28:08.935Z
56782024-01-30T05:28:08.935Zrunning 0 tests
56792024-01-30T05:28:08.935Z
56802024-01-30T05:28:08.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56812024-01-30T05:28:08.935Z
56822024-01-30T05:28:09.004Z Doc-tests nexus-db-model
56832024-01-30T05:28:09.007Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-baac81b342ab83b0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
56842024-01-30T05:28:24.153Z
56852024-01-30T05:28:24.153Zrunning 2 tests
56862024-01-30T05:28:26.869Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
56872024-01-30T05:28:26.872Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
56882024-01-30T05:28:26.872Z
56892024-01-30T05:28:26.872Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.72s
56902024-01-30T05:28:26.872Z
56912024-01-30T05:28:27.091Z Doc-tests nexus-db-queries
56922024-01-30T05:28:27.096Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-43028171b40cac22.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-3a6d3d3e191099a2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-1a39e916f42b29e0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-baac81b342ab83b0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-30cb6d89e77e33bb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6c2647f2f04fbced.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e6043b3307744315.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
56932024-01-30T05:28:30.733Z
56942024-01-30T05:28:30.733Zrunning 2 tests
56952024-01-30T05:28:30.741Ztest nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored
56962024-01-30T05:28:51.334Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
56972024-01-30T05:28:51.334Z
56982024-01-30T05:28:51.335Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 20.60s
56992024-01-30T05:28:51.335Z
57002024-01-30T05:28:51.413Z Doc-tests nexus-defaults
57012024-01-30T05:28:51.417Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib -C embed-bitcode=no -D warnings --error-format human`
57022024-01-30T05:28:51.717Z
57032024-01-30T05:28:51.717Zrunning 0 tests
57042024-01-30T05:28:51.717Z
57052024-01-30T05:28:51.717Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57062024-01-30T05:28:51.717Z
57072024-01-30T05:28:51.735Z Doc-tests nexus-deployment
57082024-01-30T05:28:51.738Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_deployment --test nexus/deployment/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/deployment -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8300448f6a8e23c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
57092024-01-30T05:28:52.145Z
57102024-01-30T05:28:52.145Zrunning 0 tests
57112024-01-30T05:28:52.145Z
57122024-01-30T05:28:52.145Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57132024-01-30T05:28:52.145Z
57142024-01-30T05:28:52.169Z Doc-tests nexus-inventory
57152024-01-30T05:28:52.173Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
57162024-01-30T05:28:52.583Z
57172024-01-30T05:28:52.583Zrunning 0 tests
57182024-01-30T05:28:52.583Z
57192024-01-30T05:28:52.583Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57202024-01-30T05:28:52.583Z
57212024-01-30T05:28:52.610Z Doc-tests nexus-types
57222024-01-30T05:28:52.614Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7233a5738680688f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
57232024-01-30T05:28:56.141Z
57242024-01-30T05:28:56.141Zrunning 0 tests
57252024-01-30T05:28:56.141Z
57262024-01-30T05:28:56.142Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57272024-01-30T05:28:56.142Z
57282024-01-30T05:28:56.209Z Doc-tests omicron-certificates
57292024-01-30T05:28:56.209Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ab236b88a8321ed8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -C embed-bitcode=no -D warnings --error-format human`
57302024-01-30T05:28:56.569Z
57312024-01-30T05:28:56.569Zrunning 0 tests
57322024-01-30T05:28:56.569Z
57332024-01-30T05:28:56.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57342024-01-30T05:28:56.570Z
57352024-01-30T05:28:57.025Z Doc-tests omicron-common
57362024-01-30T05:28:57.026Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-7233a5738680688f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-04ec87052dc46780.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-27b20e1d8b8c8539.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human`
57372024-01-30T05:28:59.278Z
57382024-01-30T05:28:59.278Zrunning 2 tests
57392024-01-30T05:28:59.734Ztest common/src/lib.rs - FileKv (line 59) ... ignored
57402024-01-30T05:29:08.447Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 556) ... ok
57412024-01-30T05:29:08.448Z
57422024-01-30T05:29:08.452Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 9.18s
57432024-01-30T05:29:08.452Z
57442024-01-30T05:29:08.534Z Doc-tests omicron-gateway
57452024-01-30T05:29:08.544Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-c7c9b2b3330b3ba0.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-cb42a22b9fec89e6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-a7c8c56f1e9fd121.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-356ead854a594333.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-33b1dd5ba2e8a166.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
57462024-01-30T05:29:10.174Z
57472024-01-30T05:29:10.174Zrunning 0 tests
57482024-01-30T05:29:10.174Z
57492024-01-30T05:29:10.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57502024-01-30T05:29:10.174Z
57512024-01-30T05:29:10.221Z Doc-tests omicron-nexus
57522024-01-30T05:29:10.228Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f24efcd5937c8976.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-509823ee0d73fd96.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-b3aebff73cb2ed31.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-2e7c0ba24d857ab7.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-e0ca13b06d544467.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2247ebea04c09e1c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6c2647f2f04fbced.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af54b5c20af156ee.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f7ba9e1063e775b7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-db087c3e4c88779b.rlib --extern nexus_deployment=/work/oxidecomputer/omicron/target/debug/deps/libnexus_deployment-e09afb357edc1135.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-5eebae6b633602b4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-da80a2cfc2eafcff.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-fe3e02ac39503219.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-312cb04ccdf0ad45.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5e1e316b8812b515.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-60c798129ff20aaf.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-592e6f5c07a97dba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-78d02dbd876db383.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-7cf992ed0af351b8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4fad036910d2c397.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2d52e8b8bf19ea0f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-533a3e73d9ae6e42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c23fb289c3fef332.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-09d12944b1fd9d43.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-5852226104f5c1c5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-dc59efbe8b5d3c0d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6a9714dafe5130d1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human`
57532024-01-30T05:29:14.909Z
57542024-01-30T05:29:14.909Zrunning 5 tests
57552024-01-30T05:29:14.912Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
57562024-01-30T05:29:20.552Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 646) ... ok
57572024-01-30T05:29:20.560Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 668) ... ok
57582024-01-30T05:29:20.569Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 740) ... ok
57592024-01-30T05:29:20.569Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 710) ... ok
57602024-01-30T05:29:20.569Z
57612024-01-30T05:29:20.569Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.65s
57622024-01-30T05:29:20.570Z
57632024-01-30T05:29:20.651Z Doc-tests omicron-package
57642024-01-30T05:29:20.655Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7961b302dabc37d1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-4aad0c16c7ea4786.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human`
57652024-01-30T05:29:20.936Z
57662024-01-30T05:29:20.936Zrunning 0 tests
57672024-01-30T05:29:20.936Z
57682024-01-30T05:29:20.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57692024-01-30T05:29:20.936Z
57702024-01-30T05:29:20.953Z Doc-tests omicron-passwords
57712024-01-30T05:29:20.956Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-168e08085878f9de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-509823ee0d73fd96.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9c5e6539b335665d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib -C embed-bitcode=no -D warnings --error-format human`
57722024-01-30T05:29:21.105Z
57732024-01-30T05:29:21.105Zrunning 0 tests
57742024-01-30T05:29:21.105Z
57752024-01-30T05:29:21.105Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57762024-01-30T05:29:21.105Z
57772024-01-30T05:29:21.115Z Doc-tests omicron-rpaths
57782024-01-30T05:29:21.119Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-d2902bc11edd532c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib -C embed-bitcode=no -D warnings --error-format human`
57792024-01-30T05:29:21.199Z
57802024-01-30T05:29:21.199Zrunning 0 tests
57812024-01-30T05:29:21.199Z
57822024-01-30T05:29:21.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57832024-01-30T05:29:21.199Z
57842024-01-30T05:29:21.209Z Doc-tests omicron-sled-agent
57852024-01-30T05:29:21.217Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d61c61e837066338.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7217fe05289898a2.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-68f7996bac461ce5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f5212644c0b09132.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ed018a2c5acec744.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-76af77c50348b3c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-ceea3bfda07fb94d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6a9c2127da47bc66.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a2cced386a0cb12d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2d37c6e7634d54d0.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-440d244bee415243.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1fc69c47c529c15a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f6f6c7df7c120fea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-071b99cfad2d6215.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-84133904c58985c5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4554c2fbd1772953.rlib -C embed-bitcode=no -D warnings --error-format human`
57862024-01-30T05:29:25.446Z
57872024-01-30T05:29:25.446Zrunning 0 tests
57882024-01-30T05:29:25.446Z
57892024-01-30T05:29:25.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57902024-01-30T05:29:25.446Z
57912024-01-30T05:29:25.533Z Doc-tests omicron-test-utils
57922024-01-30T05:29:25.552Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-84d47ed997993e0e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-22693fcd42416a9b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-fb6147981be5b7d0.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-e9c1463b07ede707.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-c48d358235a20230.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-f7d600a54fef6189.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-7fccf993b380ea9c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human`
57932024-01-30T05:29:26.006Z
57942024-01-30T05:29:26.006Zrunning 0 tests
57952024-01-30T05:29:26.007Z
57962024-01-30T05:29:26.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57972024-01-30T05:29:26.007Z
57982024-01-30T05:29:26.035Z Doc-tests oxide-client
57992024-01-30T05:29:26.038Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-592e6f5c07a97dba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
58002024-01-30T05:29:33.276Z
58012024-01-30T05:29:33.276Zrunning 169 tests
58022024-01-30T05:29:33.285Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
58032024-01-30T05:29:33.288Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
58042024-01-30T05:29:33.289Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
58052024-01-30T05:29:33.292Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
58062024-01-30T05:29:33.292Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
58072024-01-30T05:29:33.292Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
58082024-01-30T05:29:33.296Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
58092024-01-30T05:29:33.296Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
58102024-01-30T05:29:33.296Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
58112024-01-30T05:29:33.300Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 26) ... ignored
58122024-01-30T05:29:33.301Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
58132024-01-30T05:29:33.301Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
58142024-01-30T05:29:33.305Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
58152024-01-30T05:29:33.305Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
58162024-01-30T05:29:33.305Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
58172024-01-30T05:29:33.305Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
58182024-01-30T05:29:33.309Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
58192024-01-30T05:29:33.309Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
58202024-01-30T05:29:33.309Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
58212024-01-30T05:29:33.325Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
58222024-01-30T05:29:33.325Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
58232024-01-30T05:29:33.325Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
58242024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
58252024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
58262024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
58272024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
58282024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
58292024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
58302024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
58312024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
58322024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
58332024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
58342024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
58352024-01-30T05:29:33.329Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
58362024-01-30T05:29:33.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored
58372024-01-30T05:29:33.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
58382024-01-30T05:29:33.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
58392024-01-30T05:29:33.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
58402024-01-30T05:29:33.334Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
58412024-01-30T05:29:33.338Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
58422024-01-30T05:29:33.338Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
58432024-01-30T05:29:33.339Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
58442024-01-30T05:29:33.343Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
58452024-01-30T05:29:33.343Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
58462024-01-30T05:29:33.343Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
58472024-01-30T05:29:33.347Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
58482024-01-30T05:29:33.347Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
58492024-01-30T05:29:33.347Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
58502024-01-30T05:29:33.350Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored
58512024-01-30T05:29:33.350Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
58522024-01-30T05:29:33.350Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
58532024-01-30T05:29:33.354Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
58542024-01-30T05:29:33.354Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
58552024-01-30T05:29:33.354Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
58562024-01-30T05:29:33.357Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
58572024-01-30T05:29:33.357Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
58582024-01-30T05:29:33.360Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
58592024-01-30T05:29:33.360Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
58602024-01-30T05:29:33.360Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
58612024-01-30T05:29:33.363Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
58622024-01-30T05:29:33.373Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
58632024-01-30T05:29:33.373Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
58642024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
58652024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
58662024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
58672024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
58682024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
58692024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
58702024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
58712024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
58722024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
58732024-01-30T05:29:33.377Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
58742024-01-30T05:29:33.381Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
58752024-01-30T05:29:33.381Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
58762024-01-30T05:29:33.384Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
58772024-01-30T05:29:33.384Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
58782024-01-30T05:29:33.387Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
58792024-01-30T05:29:33.387Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
58802024-01-30T05:29:33.390Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
58812024-01-30T05:29:33.390Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
58822024-01-30T05:29:33.391Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
58832024-01-30T05:29:33.394Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
58842024-01-30T05:29:33.394Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
58852024-01-30T05:29:33.398Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
58862024-01-30T05:29:33.398Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
58872024-01-30T05:29:33.398Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
58882024-01-30T05:29:33.401Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
58892024-01-30T05:29:33.401Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
58902024-01-30T05:29:33.404Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
58912024-01-30T05:29:33.404Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
58922024-01-30T05:29:33.404Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
58932024-01-30T05:29:33.407Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
58942024-01-30T05:29:33.407Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
58952024-01-30T05:29:33.410Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored
58962024-01-30T05:29:33.410Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
58972024-01-30T05:29:33.416Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
58982024-01-30T05:29:33.416Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
58992024-01-30T05:29:33.417Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored
59002024-01-30T05:29:33.421Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
59012024-01-30T05:29:33.421Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
59022024-01-30T05:29:33.421Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
59032024-01-30T05:29:33.421Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored
59042024-01-30T05:29:33.421Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
59052024-01-30T05:29:33.424Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
59062024-01-30T05:29:33.424Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored
59072024-01-30T05:29:33.424Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
59082024-01-30T05:29:33.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
59092024-01-30T05:29:33.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
59102024-01-30T05:29:33.430Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 25) ... ignored
59112024-01-30T05:29:33.430Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
59122024-01-30T05:29:33.433Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
59132024-01-30T05:29:33.433Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
59142024-01-30T05:29:33.436Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
59152024-01-30T05:29:33.436Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
59162024-01-30T05:29:33.439Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
59172024-01-30T05:29:33.441Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
59182024-01-30T05:29:33.441Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
59192024-01-30T05:29:33.447Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
59202024-01-30T05:29:33.447Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored
59212024-01-30T05:29:33.448Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
59222024-01-30T05:29:33.451Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
59232024-01-30T05:29:33.452Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
59242024-01-30T05:29:33.452Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
59252024-01-30T05:29:33.452Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
59262024-01-30T05:29:33.452Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
59272024-01-30T05:29:33.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
59282024-01-30T05:29:33.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
59292024-01-30T05:29:33.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
59302024-01-30T05:29:33.459Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
59312024-01-30T05:29:33.459Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
59322024-01-30T05:29:33.464Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
59332024-01-30T05:29:33.464Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
59342024-01-30T05:29:33.464Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
59352024-01-30T05:29:33.464Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
59362024-01-30T05:29:33.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
59372024-01-30T05:29:33.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
59382024-01-30T05:29:33.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
59392024-01-30T05:29:33.474Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
59402024-01-30T05:29:33.474Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
59412024-01-30T05:29:33.474Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
59422024-01-30T05:29:33.474Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
59432024-01-30T05:29:33.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 27) ... ignored
59442024-01-30T05:29:33.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
59452024-01-30T05:29:33.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
59462024-01-30T05:29:33.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
59472024-01-30T05:29:33.484Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
59482024-01-30T05:29:33.484Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
59492024-01-30T05:29:33.484Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
59502024-01-30T05:29:33.484Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
59512024-01-30T05:29:33.490Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
59522024-01-30T05:29:33.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
59532024-01-30T05:29:33.493Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
59542024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
59552024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
59562024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
59572024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
59582024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
59592024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
59602024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored
59612024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
59622024-01-30T05:29:33.500Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
59632024-01-30T05:29:33.507Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
59642024-01-30T05:29:33.507Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
59652024-01-30T05:29:33.507Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
59662024-01-30T05:29:33.507Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
59672024-01-30T05:29:33.507Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
59682024-01-30T05:29:33.507Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
59692024-01-30T05:29:33.507Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
59702024-01-30T05:29:33.508Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
59712024-01-30T05:29:33.508Z
59722024-01-30T05:29:33.508Ztest result: ok. 0 passed; 0 failed; 169 ignored; 0 measured; 0 filtered out; finished in 0.22s
59732024-01-30T05:29:33.508Z
59742024-01-30T05:29:33.640Z Doc-tests oximeter
59752024-01-30T05:29:33.646Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1f66e08e9af40cc2.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-d4ff6265e2a5fb01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6edff93be6d9da1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
59762024-01-30T05:29:34.587Z
59772024-01-30T05:29:34.587Zrunning 8 tests
59782024-01-30T05:29:35.492Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok
59792024-01-30T05:29:35.620Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok
59802024-01-30T05:29:36.764Ztest oximeter/oximeter/src/lib.rs - (line 24) ... ok
59812024-01-30T05:29:45.557Ztest oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok
59822024-01-30T05:29:46.120Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok
59832024-01-30T05:29:46.550Ztest oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok
59842024-01-30T05:29:47.566Ztest oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok
59852024-01-30T05:29:48.316Ztest oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok
59862024-01-30T05:29:48.316Z
59872024-01-30T05:29:48.316Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.73s
59882024-01-30T05:29:48.316Z
59892024-01-30T05:29:48.355Z Doc-tests oximeter-client
59902024-01-30T05:29:48.358Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
59912024-01-30T05:29:48.816Z
59922024-01-30T05:29:48.816Zrunning 0 tests
59932024-01-30T05:29:48.816Z
59942024-01-30T05:29:48.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
59952024-01-30T05:29:48.816Z
59962024-01-30T05:29:48.848Z Doc-tests oximeter-collector
59972024-01-30T05:29:48.851Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8b01eaee3f119189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7e71531a0a949b26.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9539c301c0096f9d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
59982024-01-30T05:29:49.468Z
59992024-01-30T05:29:49.468Zrunning 0 tests
60002024-01-30T05:29:49.468Z
60012024-01-30T05:29:49.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60022024-01-30T05:29:49.468Z
60032024-01-30T05:29:49.500Z Doc-tests oximeter-db
60042024-01-30T05:29:49.504Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1778cc9cbade4248.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-36ea5bff74067d35.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4be7b51d6a8b3fc5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-57f2e2d135c8c179.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-90736736a0f4005e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-1e278cffa1bf8d44.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1cefd18f671566b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-bf1170344010fce6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
60052024-01-30T05:29:50.891Z
60062024-01-30T05:29:50.891Zrunning 0 tests
60072024-01-30T05:29:50.892Z
60082024-01-30T05:29:50.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60092024-01-30T05:29:50.892Z
60102024-01-30T05:29:50.935Z Doc-tests oximeter-instruments
60112024-01-30T05:29:50.938Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7aea5c8a6c3e2b69.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-f3bd293f0605d849.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human`
60122024-01-30T05:29:51.410Z
60132024-01-30T05:29:51.411Zrunning 0 tests
60142024-01-30T05:29:51.411Z
60152024-01-30T05:29:51.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60162024-01-30T05:29:51.411Z
60172024-01-30T05:29:51.438Z Doc-tests oximeter-macro-impl
60182024-01-30T05:29:51.441Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-1f66e08e9af40cc2.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-f57b927d6c5d0106.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8ca7c61c3fdfbf92.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-056342cd87458ea1.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human`
60192024-01-30T05:29:51.555Z
60202024-01-30T05:29:51.555Zrunning 0 tests
60212024-01-30T05:29:51.555Z
60222024-01-30T05:29:51.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60232024-01-30T05:29:51.555Z
60242024-01-30T05:29:51.564Z Doc-tests oximeter-producer
60252024-01-30T05:29:51.567Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-b78f26d53a02d293.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1316107bb21f1d52.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-c62c6040a15b73b7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
60262024-01-30T05:29:51.981Z
60272024-01-30T05:29:51.981Zrunning 0 tests
60282024-01-30T05:29:51.981Z
60292024-01-30T05:29:51.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60302024-01-30T05:29:51.981Z
60312024-01-30T05:29:52.012Z Doc-tests oxlog
60322024-01-30T05:29:52.027Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-f9342ea4a1179039.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
60332024-01-30T05:29:52.106Z
60342024-01-30T05:29:52.106Zrunning 0 tests
60352024-01-30T05:29:52.106Z
60362024-01-30T05:29:52.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60372024-01-30T05:29:52.107Z
60382024-01-30T05:29:52.114Z Doc-tests sled-agent-client
60392024-01-30T05:29:52.117Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-0f4e2a0be48c0e9e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
60402024-01-30T05:29:56.033Z
60412024-01-30T05:29:56.034Zrunning 0 tests
60422024-01-30T05:29:56.034Z
60432024-01-30T05:29:56.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60442024-01-30T05:29:56.034Z
60452024-01-30T05:29:56.104Z Doc-tests sled-hardware
60462024-01-30T05:29:56.107Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-a0f104e638f1bcaa.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d26aefcc4de11e53.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-04884c03421d0489.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-2e45b84a56390454.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-f9466e5d84d8230a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
60472024-01-30T05:29:56.623Z
60482024-01-30T05:29:56.623Zrunning 0 tests
60492024-01-30T05:29:56.623Z
60502024-01-30T05:29:56.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60512024-01-30T05:29:56.624Z
60522024-01-30T05:29:56.651Z Doc-tests sled-storage
60532024-01-30T05:29:56.655Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-2d02097356b0f682.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-8c601bc5b6896541.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-bb760de491e865fb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human`
60542024-01-30T05:29:57.200Z
60552024-01-30T05:29:57.200Zrunning 0 tests
60562024-01-30T05:29:57.200Z
60572024-01-30T05:29:57.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60582024-01-30T05:29:57.200Z
60592024-01-30T05:29:57.230Z Doc-tests sp-sim
60602024-01-30T05:29:57.231Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-07380d9e493dad3e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-05c7c5247da738f3.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-dd4b6fd6805b124f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib -C embed-bitcode=no -D warnings --error-format human`
60612024-01-30T05:29:58.043Z
60622024-01-30T05:29:58.043Zrunning 0 tests
60632024-01-30T05:29:58.043Z
60642024-01-30T05:29:58.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60652024-01-30T05:29:58.044Z
60662024-01-30T05:29:58.068Z Doc-tests tufaceous
60672024-01-30T05:29:58.072Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-5e14df9aa3579516.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-0ce79bda9032169a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-53721f6b6218811c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib -C embed-bitcode=no -D warnings --error-format human`
60682024-01-30T05:29:58.503Z
60692024-01-30T05:29:58.503Zrunning 0 tests
60702024-01-30T05:29:58.503Z
60712024-01-30T05:29:58.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60722024-01-30T05:29:58.503Z
60732024-01-30T05:29:58.530Z Doc-tests tufaceous-lib
60742024-01-30T05:29:58.533Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8e24ec9991093909.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-3a486ebe7244ab62.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-869fc7afa7d573ed.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-47055d131dc991f3.rlib -C embed-bitcode=no -D warnings --error-format human`
60752024-01-30T05:29:59.183Z
60762024-01-30T05:29:59.183Zrunning 0 tests
60772024-01-30T05:29:59.183Z
60782024-01-30T05:29:59.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60792024-01-30T05:29:59.183Z
60802024-01-30T05:29:59.214Z Doc-tests update-common
60812024-01-30T05:29:59.217Z Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib -C embed-bitcode=no -D warnings --error-format human`
60822024-01-30T05:29:59.675Z
60832024-01-30T05:29:59.676Zrunning 0 tests
60842024-01-30T05:29:59.676Z
60852024-01-30T05:29:59.676Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
60862024-01-30T05:29:59.676Z
60872024-01-30T05:29:59.702Z Doc-tests update-engine
60882024-01-30T05:29:59.705Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f7dba92b5f99cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-99137e97c3cb7edd.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b2df522db5e3e312.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0352bca1960381d9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-621b9613ef51ba8e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib -C embed-bitcode=no -D warnings --error-format human`
60892024-01-30T05:30:00.613Z
60902024-01-30T05:30:00.613Zrunning 3 tests
60912024-01-30T05:30:00.622Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
60922024-01-30T05:30:00.622Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
60932024-01-30T05:30:00.622Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
60942024-01-30T05:30:00.622Z
60952024-01-30T05:30:00.622Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
60962024-01-30T05:30:00.622Z
60972024-01-30T05:30:00.780Z Doc-tests wicket
60982024-01-30T05:30:00.786Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-0a478fc1a1fc8192.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-b7f86e409adac61d.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1bb63f7a9a58bbb6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-809f059798a7cc9f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-07f7326d9086d5e0.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-722df01818c7b97a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-70ab01582b18a2fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-db2dad36c0643328.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-807758c81052918c.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d2ccb6ed496f3598.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-d7d43835dcf0d1b3.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-c330e6b0aab7c8ac.rlib -C embed-bitcode=no -D warnings --error-format human`
60992024-01-30T05:30:02.085Z
61002024-01-30T05:30:02.085Zrunning 0 tests
61012024-01-30T05:30:02.085Z
61022024-01-30T05:30:02.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61032024-01-30T05:30:02.085Z
61042024-01-30T05:30:02.115Z Doc-tests wicket-common
61052024-01-30T05:30:02.119Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib -C embed-bitcode=no -D warnings --error-format human`
61062024-01-30T05:30:02.654Z
61072024-01-30T05:30:02.654Zrunning 0 tests
61082024-01-30T05:30:02.654Z
61092024-01-30T05:30:02.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61102024-01-30T05:30:02.655Z
61112024-01-30T05:30:02.683Z Doc-tests wicket-dbg
61122024-01-30T05:30:02.687Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-44e3ea887799f379.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-a10eb768d638742c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-f0d356177754f665.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2a48ee96522022c1.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-d1313c0d8c09cf74.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-855a8a8362e3d371.rlib -C embed-bitcode=no -D warnings --error-format human`
61132024-01-30T05:30:03.218Z
61142024-01-30T05:30:03.218Zrunning 0 tests
61152024-01-30T05:30:03.218Z
61162024-01-30T05:30:03.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61172024-01-30T05:30:03.218Z
61182024-01-30T05:30:03.224Z Doc-tests wicketd
61192024-01-30T05:30:03.224Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-630139d359f9182e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-153467c069b7bf56.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-64492b43562e8960.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-382c45c1a56aff21.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-41cce8036127717e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-0a9789d01b345e83.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-90e54d00725bce1d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-857986d509724db1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-57a75888e29184fc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-cf0aa9332f223b2b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2927f80a2e839e25.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-257bcc1d824a977f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-d3c077db9d645a7c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-4b6702aa37163546.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-2e804b49337b586d.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-5bb932c2d634d13d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ae1e2cb310c29f74.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-a82f6be20a3b1c4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-27805d16eed38710.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-17e0598029016fd2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-83f97bd749049b2f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-d2ef4636196ffa6a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-21da2efc0a7a077d.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-228caf9504b3ed4e.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-3366a89d11ecd9fa.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-4b85e60423ec44b2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3290beeb3eb9750d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-127290521218f5f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-7dacad09d429f2c4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-582f84e7ab2fe86d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-327553632571c30c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-b91124b2d5b2b0f6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-8a5093f975bcd4fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4b1e30a3c77dcb0b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1be0397ebc57ecd9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-651e6fd3fd4dff28.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b5bb8025557a62ec.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-793503872f3c2d3d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-2cbcbc06071e569a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-60ec22e42775f3c6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-19a0d165a8de2fa6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-574fbb11ca583483.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-cb63affc82e05c97.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d0b741f1b4e2cd89.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-dcf20fa27d7e39fc.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-246ca6aa148f45b3.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-07470833acd291b7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-da57ff82d33e520f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-ebaacd7e8ff3640b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-9e5e22269932a19a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-14ca6f9d93ed844a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-8515889ebf09e336.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib -C embed-bitcode=no -D warnings --error-format human`
61202024-01-30T05:30:04.672Z
61212024-01-30T05:30:04.672Zrunning 0 tests
61222024-01-30T05:30:04.672Z
61232024-01-30T05:30:04.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61242024-01-30T05:30:04.673Z
61252024-01-30T05:30:04.721Z Doc-tests wicketd-client
61262024-01-30T05:30:04.725Z Running `/home/build/.rustup/toolchains/1.74.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 /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0363be87c905e536/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-3275925d8c2dd159/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c14c591ce168bce7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-83c9a97bcc0ada2b/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-4141cfc584c78c19.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3d4dbb5c948aa812.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-f612e5ca7bb0078e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-56971b2c29028071.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-09c38b171e96afd4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-becc442d6b1001e9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-32ea03c53be6cd13.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a1812a86abb742d3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c715252fb2629716.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-89e0582490909415.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3012dd986af64e49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-1cde9e778fb85930.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-de80d6cc6716f88a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-4cad7aa8531b5e56.rlib -C embed-bitcode=no -D warnings --error-format human`
61272024-01-30T05:30:07.415Z
61282024-01-30T05:30:07.415Zrunning 0 tests
61292024-01-30T05:30:07.416Z
61302024-01-30T05:30:07.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
61312024-01-30T05:30:07.416Z
61322024-01-30T05:30:07.554Z
61332024-01-30T05:30:07.559Zreal 2:23.380590862
61342024-01-30T05:30:07.560Zuser 2:29.672600738
61352024-01-30T05:30:07.560Zsys 45.174156254
61362024-01-30T05:30:07.560Ztrap 0.029305642
61372024-01-30T05:30:07.560Ztflt 0.828811685
61382024-01-30T05:30:07.560Zdflt 12.021950459
61392024-01-30T05:30:07.560Zkflt 0.035288031
61402024-01-30T05:30:07.560Zlock 2:58.952697821
61412024-01-30T05:30:07.560Zslp 14:54.130948745
61422024-01-30T05:30:07.560Zlat 0.931661593
61432024-01-30T05:30:07.560Zstop 2.786109569
61442024-01-30T05:30:07.561Zfiles in /var/tmp/omicron_tmp (none expected on success):
61452024-01-30T05:30:07.561Z164791 11 drwxr-xr-x 2 build build 2 Jan 30 05:30 /var/tmp/omicron_tmp
61462024-01-30T05:30:08.245Zprocess exited: duration 4673470 ms, exit code 0
 
61472024-01-30T05:30:08.274Zfound 0 output files